The XML4C 4.0 has upgraded its AIX C++ compiler, and the AIX4.3 binary package was built using xlC_r v5. If you are using xlC_r v3, then you will get link error.
Tinny Jason Jesso wrote: > I installed the new version. Now when I try to compile my program linked with the >new xml library I get this: > > ld: 0711-317 ERROR: Undefined symbol: .DOMParser::parse(const char* const,const int) > > I call parser->parse(gXmlFile);. where static char* gXmlFile = 0; gXmlFile = av[ 1 >]; > > I guess something has changed with this new version, but that is how they do it in >the samples. > > Do you know what it should be? > > Jason > > Tinny Ng wrote: > > > Please upgrade to XML4C 4.0 (xml4c4_0_0-AIX43) which allows >Initialize()/Terminiate() to be called inside a loop, and also has a number of > > leaks fixed since XML4C 3.5.1. > > > > Tinny > > > > Jason Jesso wrote: > > > > > /usr/local/xml4c3_5_1-AIX43 > > > > > > version.incl says VER=1_5 > > > > > > Hope this helps. > > > > > > Thanks > > > Jason > > > > > > Tinny Ng wrote: > > > > > > > Jason Jesso wrote: > > > > > > > > > What I am trying now is placing the XMLPlatformUtils::Initialize(); and >XMLPlatformUtils::Terminate(); inside the loop to release all > > > > > resources on each loop, but I am now getting a core dump on the second loop. > I have to keep looking. > > > > > > > > Which version of Xerces-C++ are you using? > > > > > > > > Tinny > > > > > > > > --------------------------------------------------------------------- > > > > 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] > > > > --------------------------------------------------------------------- > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
