I want to compile xerces c++ on my HPUX 11.0 machine. To do that, i've installed gnu 3.3.2, autoconf 2.57 and automake 1.7.4. If i run the 'make' command, i getting:
g++ -D_HP_UX -DXERCES_TMPLSINC -DHPUX11 +DAportable +eh +Z -Z +a1 +d -ptr//gnu/xerces-c-src2_4_0/obj/HPUX/ptrepository -c -I//gnu/xerces-c-src2_4_0/include -w -O -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET -o //gnu/xerces-c-src2_4_0/obj/HPUX/Base64.o Base64.cpp
g++: cannot specify -o with -c or -S and multiple compilations
Why are wrong options in the makefile and how do i fix this?
Thank you! Greetings
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]