Hi Andy,

On 9/19/07, Andy Skinner <[EMAIL PROTECTED]> wrote:
> I just build debug OSG on Windows and linux--thanks to those who helped
> out.
>
> In my build, the Windows OSG libraries and plugin libraries have the "d"
> in their names.  But on linux, I get the "d" in the OSG library  names,
> but not the plugin libraries.
>
> So in Windows I have:
> osg22-osgd.dll
> osgdb_rgbd.dll
>
> On Linux I have:
> libosgd.so
> osgdb_rgb.so
>
> Shouldn't the linux plugin name be osgdb_rgbd.so?

Probably...

The plugins will compile without the d  and be loaded without the d so
everything will be fine.  You can mix and match debug and non debug
libs/apps under Unix so there is no technical problem.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to