"Tony Vasile" writes: > Hi, Tried setting the values on the command line and the applications > that are built still refer to the .so.80 version of the dynamic > library. Any other suggestions? >
You have to rebuild everything —OSG and your program— from scratch. Nevertheless, I wonder why you would want to do this. Removing version information from the libraries only leads to silent and difficult to debug problems when accidentally several or different versions of the library are present. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

