Hi John, John Smith <[EMAIL PROTECTED]> writes:
> Hi, > > I have compiled xercesc on HP-UX (B.11.11 PA_RISC2.0) using gcc (4.2.3). > > [...] > > Building xercesc: > % ./runConfigure -php-11 Actually, you build Xerces-C++ with HP aCC -- that's the default compiler on HP-UX. And that's the reason why you get symbol errors in your application. To build Xerces-C++ with gcc, you will need to configure it like this: $ ./runConfigure -p hp-11 -c gcc -x g++ Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde
