You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Martin Kalen <ma...@todaysystems.com.au> on 2001/09/03 03:51:49 UTC

Re: *fatal problems* while trying to run Xerces on AIX43

----- Original Message -----
From: "Laurent PETIT" <lp...@sqli.com>
> We are using pre-compiled tarballs from several sources : Xerces 1_5_0,
> Xerces 1_5_1, and the last built xml4c from ibm (their alphaworks
> website).
> With those librairies, the same problems occur when compiling samples
> which use DOMParse class (DOMCount, DOMPrint , ...) :
> ld : 0711-317 ERREUR : Symbole non dÚfini : .DOMParser::parse(const char*
> const)Cb

Are you using the same compiler as the one used to compile these pre-built
binaries? To the best of my knowledge they are all built using IBM's xlC
compiler, which means you must also be using this for compiling the other
parts of your product. If this is your problem, you need to recompile
Xerces-C yourself or switch to xlC.

We have run into similar problems due to the fact that the new standard ABI
for C++ is not yet implemented by a lot of compilers. When that happens you
will be able to use any compiler you like to link with a shared C++
library, just as you would expect things to be in the year of 2001... ;-)

Regards,
 Martin.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org