-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Cervantes Pintor Pedro wrote: > Has anyone has succesfully compiled osgCAL 0.2.1 in OSX? > > i'm new in OSX but in the final stage i did: > > > libtool -dynamic -single_module -o ../../lib/libosgCal.dylib Model.o > CoreModel.o SubMesh.o -lcal3d -framework osgDB -framework osg -framework > OpenThreads -framework OpenGL -install_name /usr/local/lib/libosgCal.dylib > -compatibility_version 0.2.1 > ------------------------------------------------------------------------
Could you try to link it with g++ instead? This looks like you are linking a C++ program using C linker and therefore the C++ symbols are missing. Regards, Jan - -- Jan Ciger GPG public key: http://www.keyserver.net/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org iD8DBQFElnMZn11XseNj94gRAg38AKDG8LdEAdqtSfnWqbfrdKgTiXECAwCgt4r9 bRHe+tMAhZDtB0Q4pqN++xc= =51ZQ -----END PGP SIGNATURE----- _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
