Hi All
I am trying to compile and create a library using the Xerces 2.8.0 source code and compile it on AIX 5.3 using gcc and g++.
I have tried various forums to try and resolve the error that is shown below including changing the makeC++Sharelib with g++ in my Makefile.incl.
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
ld: 0711-317 ERROR: Undefined symbol: typeinfo for xercesc_2_8::XMLException
ld: 0711-317 ERROR: Undefined symbol: typeinfo for xercesc_2_8::SAXParseException
ld: 0711-317 ERROR: Undefined symbol: typeinfo for xercesc_2_8::XMLEntityDecl
collect2: ld returned 8 exit status
gmake[1]: * [/home/nrdev/src/Xerces2.8/xerces-c-src_2_8_0/lib/libxerces-depdom28.0.a] Error 1
gmake[1]: Target ALL' not remade because of errors.
gmake[1]: Leaving directory
/home/nrdev/src/Xerces2.8/xerces-c-src_2_8_0/obj'
gmake: * [/home/nrdev/src/Xerces2.8/xerces-c-src_2_8_0/lib/libxerces-c28.0.a] Error 2
Any help on this will be greatly appreciated. Thanks a lot in advance
Jeet