[EMAIL PROTECTED] writes:
> I recently installed the Xerces Parser, version 1.5.2 from the
> Apache site. I used the package pre-built for Solaris
> (xerces-c1_5_2-SolCC.tar.gz).
^^^^^
built with Solaris CC compiler
> perl -V gives
> ###############################
> Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
> Platform:
> osname=solaris, osvers=2.8, archname=sun4-solaris
> uname='sunos solaris 5.8 generic sun4u sparc sunw,ultra-5_10 '
> config_args='-Dcc=gcc -de'
^^^^^^
built with gcc.
You can't mix C++ compilers. You'll have to build Xerces-C with g++ or
build Xerces.pm with Solaris CC.
For the XML-Xerces-1.6.0_0 release I'll include an automatic detection
of what C++ compiler was used to build Xerces-C, and reuse that
information. For now, you'll have to do this by hand.
HTH,
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]