go to www.geomview.org home page
 
Home

Overview
FAQ
Documentation

Download

Mailing List

Geomview For Windows?

Support
Users
Development

Bug Reporting
Contributing
Contact Us

Sponsors

 

Site Search

 

Advanced
Search

 
About the software@geom archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Update REQ 5054]: unresolved while linking bdy


  • To: software@geom
  • Subject: Re: [Update REQ 5054]: unresolved while linking bdy
  • From: "Stuart Levy" <slevy>
  • Date: Thu, 15 Sep 94 14:57:00 -0500

Hmm, the answer is, none of them are missing!  The same list of libraries in
the same order works for us.  The BBoxMinMax routine should be in
-lbbox.  You might try a couple of things:
   (1) If DEC's cc has a "-y" option, try something like

	cd  .../Geomview/src/bin/geomutil/bdy/O.x11
	make CC="cc -yBBoxMinMax" all

     and see where BBoxMinMax is used.  On our systems we see:

./../../../../lib/sgi/libsphere.a(spheremisc.o): reference to external undefined BBoxMinMax
./../../../../lib/sgi/libbbox.a(bboxminmax.o): definition of external text BBoxMinMax
./../../../../lib/sgi/libgeom.a(boundsphere.o): reference to external undefined BBoxMinMax
./../../../../lib/sgi/libgeom.a(pick.o): reference to external undefined BBoxMinMax


   (2) In case DEC's linker somehow searches libraries differently from
	others, you might try editing .../Geomview/makefiles/Makedefs.global's
	definition of ALLOOGLLIBS.  Notice that -lbbox appears twice;
	you could try moving the second instance of -lbbox after the
	second instance of -lgeom.

   (3) If neither of the above help, try looking at the contents of -lbbox:
	nm -g Geomview/lib/x11/libbbox.a
       and let us know what it says.

   Stuart


 
Home | Overview | FAQ | Documentation | Support | Download | Mailing List
Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors
 
site hosted by
SourceForge Logo