When we link our executables on our linux box we are getting version numbers in the .so. For example if I do an ldd on an executable compiled against OpenSceneGraph 2.8.0 I get :
libosgUtil.so.65 => /usr/local/lib/libosgGA.so.65 Is there any way to link the programs so that ldd only has references like: libosgUtil.so => /usr/local/lib/libosgGA.so or some such without the version number? Tony Vasile
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

