Hi Sarah i am assuming you have sucessfully installed xerces library in some common dir, say /usr/local/lib then you usually need to run ldconfig(as a root) to let linker know about your libraries see man gcc ( look for -l option ) man ldconfig ( look for something like /etc/ldconfig.conf to set ldconf's search paths )
zdenek ----- Original Message ----- From: "Leitner, Sarah M. [Contractor]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 6:50 PM Subject: compiling xerces c... > When I compile with the -lxerces-c option, I get the following error message > (I am on Mandrake 8.2 fyi): > > /usr/bin/ld: cannot find -lxerces-c > collect2: ld returned 1 exit status > > Sarah > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
