"Thomas Porschberg" <[EMAIL PROTECTED]> writes: > I tried to compile with gcc3.1 on HPUX: > The following error appears: > > /opt/gcc/gcc-3.1/bin/g++ -D_HP_UX -DXERCES_TMPLSINC -DHPUX11 +DAportable > +eh +Z -Z +a1 +d -DAPP_NO_THREADS -ptr/opt/xerces-c-src1_7_0/obj/HPUX/ptrepository >-c > -O -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER > -DAPP_NO_THREADS -DXML_USE_NO_THREADS -DXML_USE_NETACCESSOR_SOCKET > -I/opt/xerces-c-src1_7_0/include -o /opt/xerces-c-src1_7_0/obj/HPUX/Base64.o >Base64.cpp > g++: cannot specify -o with -c or -S and multiple compilations > make[1]: *** [Base64.o] Error 1
Looks like g++ is not configured for HP/UX. It's using the aCC compilation flags. Once again, I'd send this off to xerces-c-dev. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
