--- Begin Message ---
Hello Jason,
I'm trying to build the module XML-Xerces-1.7.0-1 with Perl 5.6.1 (rpm pacgage from
IBM) and xerces-c1_7_0-AIX43_5.02 for AIX on IBM RS6000 with AIX 4.3.3 ML10 and it
won't work.
I only get errors like this when I'm trying to do make:
ld: 0711-317 ERROR: Undefined symbol: .recognizeNEL__16XMLPlatformUtilsFi
ld: 0711-317 ERROR: Undefined symbol: .__ct__17MemBufInputSourceFCPCUcCUiCPCUsCi
ld: 0711-317 ERROR: Undefined symbol: .checkXMLDecl__10XMLScannerFi
. . . . .
My compiler is IBM C/C++ 5.02 but I tried Gnu GCC as well with the same result.
When I'm looking into then so-file libxerces-c1_7_0.a and look for these symbols
which are not defined I get the following output:
nm -C /usr/local/lib/libxerces-c1_7_0.a | grep -i checkXMLDecl__10XMLScanner
.checkXMLDecl__10XMLScannerFb T 425648
checkXMLDecl__10XMLScannerFb D 288284 12
What is the differance between these files od the endings of these files like Fb or
Fi?!?
.checkXMLDecl__10XMLScannerFb and .checkXMLDecl__10XMLScannerFi
I build my own libxerces.a module and I took the binary package build from
xml.apache.org but also with the same error.
Is there any option or anything else I can do to make this run on AIX 4.3.3? If you
are not the right person for this can you give me some other address?
thanks
Best Regards
Stefan M�nch
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--- End Message ---