You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Perlov, Michael" <pe...@staff.juno.com> on 2001/03/01 19:27:47 UTC

Problem with Xerces built using Sun Workshop 5.0

Has anybody had any luck getting Xerces samples to compile
with the Solaris 5.0 compiler?  I didn't have any problems compiling
the Xerces library (libxerces-c1_4.so), but when I trying to compile
samples,
I get unresolved symbols:

CC -DSOLARIS  -L/usr/lib
/u/perlovm/xerces-c1_4_0.cc/bin/obj/DOMCount/DOMCount.o -o
/u/perlovm/xerces-c1_4_0.cc/bin/DOMCount -L/u/perlovm/xerces-c1_4_0.cc/lib
-lxerces-c1_4 -lc -lgen
Undefined                       first referenced
 symbol                             in file
void RefVectorOf<XMLDeleter>::addElement(XMLDeleter*const)
/u/perlovm/xerces-c1_4_0.cc/lib/libxerces-c1_4.so
bool RefHashTableOfEnumerator<XMLRefInfo>::hasMoreElements()const
/u/perlovm/xerces-c1_4_0.cc/lib/libxerces-c1_4.so
RefStackOf<XMLReader>::RefStackOf(const unsigned,const bool)
/u/perlovm/xerces-c1_4_0.cc/lib/libxerces-c1_4.so
const KVStringPair*RefVectorOf<KVStringPair>::elementAt(const unsigned)const
/u/perlovm/xerces-c1_4_0.cc/lib/libxerces-c1_4.so
RefHashTableOf<void>::~RefHashTableOf()
/u/perlovm/xerces-c1_4_0.cc/lib/libxerces-c1_4.so
void ValueStackOf<unsigned>::push(const unsigned&)
/u/perlovm/xerces-c1_4_0.cc/lib/libxerces-c1_4.so
...

Any help would be greatly appreciated.

   Michael