Jason, I am resending this message... Sent it out from the wrong 
address...



   Thanks for the kudos... But I built the Perl and the Xerces-C from 
scratch with the same g++...Just checked the Makefile for xercesc:
PLATFORM = SOLARIS
CC  = gcc
CXX = g++

   Oh and a co-worker tried Sun's compilier for the packages as well. I 
believe he compiled Perl, Xerces-C, and XML::Xerces with the same 
compilier. I know he was getting basically the same error.

   Was hoping I would not have to go the route of a new 
compiler...(chalk it up to being lazy).

Later,
   Mike

Jason E. Stewart wrote:

>
>
> Here's my gues. You're using the Apache Xerces-C binary for Solaris,
> aren't you? If so, they build it with the native C++ compiler which
> mangles it's symbol names completely differently than g++ does, which
> means that the libraries are incompatible with one another.
> You'll have to download the Xerces-C source and build it with g++, and
> the problem should go away.
>
> HTH,
> jas.
>
> ---------------------------------------------------------------------
> 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]

Reply via email to