"Rao, Uma Maheswar (UmaMaheswar)" wrote:
> 
> > Hi,
> >
> >   I have downloaded xerces-C++ 1.5.0 parser. I am using solaris 2.6 and
> > forte CC 6.0 compiler.
> >   While compiling the sample program SAXPrint I got linking error. Its
> > saying that there are some
> >   unresolved symbols in the library  libxerces-c1_5.so

It looks like you are building the samples against the library provided in the
binary distribution.  That was built with a different version of the C++
compiler (4.2 I think), leading to your mismatch.  If you need to use the 6.0
compiler then you need to download the Xerces source.  Be sure to get the 1.5.1
version, which fixes a major memory leak in 1.5.0. 
http://xml.apache.org/dist/xerces-c/stable has the latest.

-- 
  Jack Marr ([EMAIL PROTECTED]) Cypress, CA
  Unigraphics Solutions - NYSE:UGS - http://www.ugsolutions.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to