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 Michael McIntosh <mi...@valicert.com> on 2001/03/01 19:58:09 UTC

RE: Problem with Xerces built using Sun Workshop 5.0

I had the exact same behavior on xerces1.3 a while ago. It turned out that
when the code was placed under source control on our system, some files were
included that shouldn't have been and they were made to be read-only. Make
sure the files are writeable and you have permission to execute all of the
scripts. The process seems to go on even after some errors are encountered.
Also make sure the umask command that the make is doing isn't failing.

Thanks,
Mike

-----Original Message-----
From: Perlov, Michael [mailto:perlovm@staff.juno.com]
Sent: Thursday, March 01, 2001 1:28 PM
To: 'xerces-c-dev@xml.apache.org'
Subject: 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

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org