Hi, Am 07.06.11 08:40, schrieb Lem Davis: > Undefined symbols for architecture i386: > "_dotosgwrapper_AlphaFunc", referenced from: > __static_initialization_and_destruction_0(int, int)in > osgTerrainAppDelegate.o > > The link libraries were set up in Build Phases. All of the OSG static > libraries generated have been included. > > Why am I getting these linker errors?
Your code (namely osgPlugins.h) wants to link against the osg-plugin, remove the entry in osgPlugins.h or add the osgdb_osg.so and osgdb_deprecated_osg.so to your linking stage. cheers, Stephan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

