Hi, I builded, 2.8.3 with Cmake on OS X 10.5 and I have the problem that all my library which build successfully have install names like:
Code: user10-164:lib username$ otool -L libosg.2.8.3.dylib libosg.2.8.3.dylib: /Users/username/Desktop/OpenSceneGraph283/Build/FirstBuild/lib/libosg.2.8.3.dylib (compatibility version 65.0.0, current version 2.8.3) /Users/username/Desktop/OpenSceneGraph283/Build/FirstBuild/lib/libOpenThreads.11.dylib (compatibility version 11.0.0, current version 2.4.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 123.0.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 625.0.0) How can I change the Cmake Variables that my install names are changed so that, I can move the libraries (all together in a folder /lib) around, and linking against them with out getting "dyld: Reason image not found " problems? Thanks a lot for any help! Cheers, Gabriel[/code] ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=33757#33757 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

