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 Laurent PETIT <lp...@sqli.com> on 2001/08/31 09:36:30 UTC

Recall Tr: *fatal problems* while trying to run Xerces on AIX43

Since I had no answers on my first attempt, I re-post my previous message.

Any answer that should help us will be welcome.

Thanks in advance,

Laurent PETIT.

----- Original Message -----
From: Laurent PETIT <lp...@sqli.com>
To: <xe...@xml.apache.org>
Sent: Thursday, August 30, 2001 1:56 PM
Subject: *fatal problems* while trying to run Xerces on AIX43


> Hello,
>
> We encounter *fatal problems* while trying to run Xerces on AIX43.
>
> 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
>
> We checked the headers (DOMParser.hpp), the online documentation for
> DOMParser, without any success.
>
> Did anybody here have the same problem ?
>
> It is critical for us, the project we are working on is quite stopped.
>
> Thanks in advance for your answers.
>
> Laurent PETIT.
>
> -----------------------------------------------------------
> Laurent PETIT ( lpetit@sqli.com )
>
> Groupe SQLI - Agence de Lyon
> -----------------------------------------------------------
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


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


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

Posted by Martin Kalen <ma...@todaysystems.com.au>.
----- 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