Hi Sarah Haven't you forgot to use "-lxerces-c" option when calling compiler or in Makefile or whatever you use ( guessing you are on linux ) if not check your installation of xerces - whatever library is on its right place( symlinks too ) and don't forget to use ldconfig if your distribution needs it
zdenek ----- Original Message ----- From: "Leitner, Sarah M. [Contractor]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 4:58 PM Subject: compiling xerces test program > To all: > > How do I get my program to compile using xerces? It compiles ok, but the > linker gets a bunch of undefined references such as follows, on each time I > use a Xerces function: > > /tmp/ccPqWzps.o (.txt+0x12): undefined reference to > 'XMLPlatformUtils::Initialize()' > > and the same for > XercesDOMParser::XercesDOMParser[in-charge](XMLValidator*)', > 'AbstractDOMParser::setDoNamespaces(bool)', and several others. > > Thanks much everyone! > > 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]
