Yes. You can change it, but by default it appends the 'd' to the name.
From: [email protected] [mailto:[email protected]] On Behalf Of Jan Ciger Sent: Friday, January 18, 2013 8:50 AM To: OpenSceneGraph Users Subject: Re: [osg-users] how to buildethe debug version of osg under Linux? On Fri, Jan 18, 2013 at 1:01 PM, Cary, Karl A. <[email protected]> wrote: Remember that by default OSG will append a 'd' to the library name so make sure your build system for your application handles that when building in debug mode, otherwise it will continue to link to the normal libraries. To make myself clearer, for example, you would normally use libosg.so, but the debug library will be libosgd.so. If you have it set up to handle this already great, but if not, like I had to, you will need to account for it. Does it actually do that in Linux? I don't think it does, but I may be wrong - I haven't rebuilt mine in a while. This is necessary in Windows because you must not mix debug and release builds, but in Linux it is no problem. Jan
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

