On 05/21/2010 12:25 PM, E. Stuart Hicks wrote: > Attached is the output from my attempt to link something against > Xerces-C. The command used to compile is at the top. Yes it's an old > version but I'm trying to compile some pretty old code. I'm not really > sure what to do about it - if I'm reading it correctly, libxerces-c.so > is complaining that it cannot find functions that it itself is supposed > to provide. Am I missing a required linker parameter or do I just need > to compile and use an older version of binutils? Thanks > > >
Try this linking command, with the object file before the link to the libraries. g++ -DLINUX -fpic -o xsltrans xsltrans.o -lc -lxalan-c -lxerces-c