Jason,
To answer your question:
Yes, I have built the samples files on Xerces-C, and Xalan-C. When, I
first installed Xerces-C, I do not recall any problems with the instructions
and the binaries worked fine.
For example, using the aCC compiler, I can build DOMCount under the
Xerces-c1_5 samples directory with a command like:
aCC DOMCount.cpp -I $XERCESCROOT/include -L $XERCESCROOT/lib -l xerces-c1_5
for Xalan-C, I am able to build one of the samples with similar commands:
aCC SimpleTransform.cpp -I $XERCESCROOT/include -I $XALANCROOT/c/src -L
$XERCESC
ROOT/lib -l xerces-c1_5 -L $XALANCROOT/c/lib -l xalan-c1_1
Jason wrote:
That's because Xerces.so is just C++ wrapper code that enables perl to
talk to libxerces-C1_4.so... Most of the symbols are undefined,
because they're defined in libxerces from Xerces-C. My guess is you're
not loading the libxerces. Can you successfully run the sample files
that came with Xerces-C?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]