On 25 Apr 2002, Jason E. Stewart wrote: > > > ccversion='', gccversion='egcs-2.91.60 19981201 (egcs-1.1.1 > > release)', gccosandvers='solaris2.6' > > Also useful - Perl was built with the same version of gcc that you are > using to compile the library. > > 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.
Jason, This is a general "gotcha" on almost every Unix platform where a vendor compiler exists. Perhaps a point to be covered in the 'README'? Also, never heard anything back from you regarding my comments on Makefile.PL and the build process. Steve -- ---------------------------------------------------------------- Steven N. Hirsch tie-line: 446-6557 ext: 802-769-6557 Staff Engineer Methodology Integration Team ASIC Product Development IBM Microelectronics ---------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
