Hi there,

you can run "make VERBOSE=1" and see if the correct library is used for 
linking. The linker error suggest that you do not link against the library or 
are using a library with a wrong architecture "lipo -info library.here" will 
tell you the architectures in the library.

Best regards
Stefan

On 6 Apr, 2012, at 8:24 PM, Joshua No wrote:

> We are trying to build and test OSG.  We're not using Xcode, we're using 
> typical command line dev tools. We've been able to solve most of the build 
> errors with ./configure trying to grab 32bit libraries, but this one seems to 
> be missing the library all together. At the 97% mark we get the following 
> errors:

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to