Hiya, OSG couldn't find a few plugins on an embedded target where I was manually installing the libraries. I noticed that osgDB was searching for plugins named with a 'd' at the end (I *am* using debug libs) but my actual plugins don't have a 'd' appended at the end of their name.
For example, osgDB was looking for "osgdb_freetyped.so", when the plugin itself was built as "osgdb_freetype.so" Everything works as expected when I rename the files (append a 'd' to all plugins) before putting them on the device. I don't move their relative paths or anything (so they stay in osgPlugins-x.x.x). Is this a bug or did I do something weird when building OSG? Preet
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

