Hi Tony not sure but disable OPENSCENEGRAPH_SONAMES and OPENTHREADS_SONAMES in cmake.
HTH David 2013/9/25 Tony Vasile <[email protected]> > 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 > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

