Hello. I want to compile xerces-c-2.2 or 2.3 on HP-UX11i system using gcc-3.2. I've modified Makefile.incl section for HP-UX to add support of gcc. Config options for xerces: ./runConfigure -php-11 -minmem -nfileonly -tnative -b32
xerces-2.2 compiles fine, but when i'm starting DOMPring sample, i'm getting an error :(. /usr/lib/dld.sl: Unresolved symbol: _ZN11xercesc_2_314RefHashTableOfINS_8ENameMapEEC1EjPNS_13MemoryManagerE (code) from /home/paranoic/xml/xerces/lib//libxerces-c.sl Abort (core dumped) xerces-2.3 have some syntax errors in .cpp files, but when i fixed them, i've got same error. Current CVS version has same problem. I don't know what to do with this please help.
