On 12 Jul 02, Erwin Frise writes: > Anyway, I tried placing the includes and libraries into the /usr/lib and > /usr/include, point $XERCESCROOT to /usr and after making sure any > traces of the previous libxerces were removed extracted the XML-Xerces > tarball again and recompiled it. make test still fails with the same > error message. Xerces.so now points to the libxereces-c1_7_0.so in > /usr/lib: > twist:~/Xerces/XML-Xerces-1.7.0-1 # ldd > blib/arch/auto/XML/Xerces/Xerces.so > libpthread.so.0 => /lib/libpthread.so.0 (0x400d7000) > libxerces-c1_7_0.so => /usr/lib/libxerces-c1_7_0.so (0x400ee000) > libc.so.6 => /lib/libc.so.6 (0x4036a000) > libstdc++.so.3 => /usr/local/lib/libstdc++.so.3 (0x40498000) > libm.so.6 => /lib/libm.so.6 (0x40530000) > libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0x4054f000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
Erwin, The fact that Xerces.so is pulling in libgcc_s.so.1 suggests to me that you are building with gcc-3.x. Can you check this? I ask because previously you had reported gcc-2.95.3, perhaps when describing the Xerces C++ build. I think these need to be the same when dealing with C++ libraries. Regards, David ------------------------------------------------------------------- David Starks-Browning | [EMAIL PROTECTED] EMBL Outstation -- | The European Bioinformatics Institute | Wellcome Trust Genome Campus | tel: +44 (1223) 494 616 Hinxton, Cambridge, CB10 1SD, UK | fax: +44 (1223) 494 468 ------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
