Hi Saurabh, Thanks for your response. I am trying to build(not with native aCC compiler) xalan-c(1.10 version) with gcc and g++ compiler for 32bit HPUX Itanium Architecture machine. For this i have executed runConfigure as follows: $./runConfigure -p hp-11-ia64 -c gcc -x g++ Generating makefiles with the following options ... Platform: hp-11-ia64 C Compiler: gcc C++ Compiler: g++ Extra compile options: Extra link options: Transcoder: default Localization system: inmem Locale: en_US Thread option: bitsToBuild option: 32 Extra configure options: Debug is OFF checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... ./install-sh -c checking for autoconf... true checking whether -fno-elide-constructors works correctly... yes checking build system type... ia64-hp-hpux11.23 checking host system type... ia64-hp-hpux11.23 checking for floor in -lm... yes checking how to run the C++ preprocessor... g++ -E checking for egrep... grep -E checking for ANSI C header files... yes checking for mbstowcs... yes checking if mbstowcs can count only... yes configure: creating ./config.status config.status: creating Makefile.incl config.status: creating Makefile config.status: creating src/xalanc/Makefile config.status: creating src/xalanc/Utils/Makefile config.status: creating src/xalanc/Utils/MsgCreator/Makefile config.status: creating src/xalanc/Utils/XalanMsgLib/Makefile config.status: creating samples/Makefile config.status: creating Tests/Makefile If the result of the above commands look OK to you, go to the directory /netapp-home/vinayl/vinay_kumar/xml-xalan/c and type "gmake" or "make" to make the XALAN-C system. Note: You must use GNU make to use the Xalan Makefile. But after this when i try to run 'make', it gives the following error: $make g++: +Z: No such file or directory g++: +W849,930: No such file or directory cc1plus: error: invalid option `t' cc1plus: error: unrecognized command line option "-Wc,-koenig_lookup,on" cc1plus: error: unrecognized command line option "-Wc,-ansi_for_scope,on" What is the reason for getting this error? Is this the issue with xalan-c Makefile(I suspect it is building for aCC compiler) or Do i need to modify anything in the Makefile manually? Please guide me. Thanks & Regards, Vinay Thanks & Regards, Vinay --- On Tue, 11/22/11, Saurabh Bhatnagar <saurabh.b.bhatna...@oracle.com> wrote:
|
- Xalan-c build fails on HP-UX Vinay Kumar
- RE: Xalan-c build fails on HP-UX Saurabh Bhatnagar
- RE: Xalan-c build fails on HP-UX Vinay Kumar
- Re: Xalan-c build fails on HP-UX David Bertoni