Hi Alberto, thanks for the fixes, now merged and submitted to svn/trunk. Do you think it'll be necessary to patch the OSG-2.8 branch? Or can you just patch it on the debian side?
Robert. On Mon, Feb 8, 2010 at 10:17 AM, Alberto Luaces <[email protected]> wrote: > Hello Robert, > > the new GNU linker, "gold", is going to replace soon the current ld in > almost all Linux distributions. Although it is 100% compatible with ld, > by default it gives an error if a library has unresolved symbols at link > time, that is, it has set -Wl,--no-undefined by default. Debian folks > have found that libosg.so and libosgDB.so use some functions belonging > to libdl.so {dlsym,dlopen,dlclose,dlerror} without linking to it. > > My changes link those two libraries to libdl.so explicitly in the same > way it is already done for libm.so and librt.so. > > Regards, > > Alberto > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
