[xsd-users] Error compiling char-utf8.txx with Solaris Studio 12.4 c++11

Boris Kolpackov boris at codesynthesis.com
Wed Apr 6 09:57:30 EDT 2016


Hi Bernie,

Bernie Harris <Bernard.T.Harris at nasa.gov> writes:

> Undefined                       first referenced
>  symbol                             in file
> typeinfo for xercesc_3_1::DOMLSException library.o

My guess would be you've built Xerces-C++ with GCC. If that's the case,
then you will need to rebuild it with Sun CC:

gmake distclean
./configure CC=cc CXX=CC
gmake

If that doesn't help, you may also want to try to build it in the C++11
mode, who knows.

Boris



More information about the xsd-users mailing list