On 11/22/2011 1:02 AM, Vinay Kumar wrote:
Hi All,
I am trying to build Xalan-c(1.10.0 version) on HP-UX system with
Itanium Architecture. I am using gcc(3.4.4 version) as C compiler and
g++(3.4.4 version) as C++ compiler, but when i try to build, i am
getting following error:
g++: +DD32: No such file or directory
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"
make[3]: *** [../../../../obj/MsgFileOutputStream.o] Error 1
But the same compiles fine with native compiler(aCC compiler). What is
the reason for getting this error? Please guide me.
Thanks & Regards,
Vinay
I have never been able to do a successful build of Xalan-C or Xerces-C
on HP-UX using the GCC compiler.
Your best bet with Xalan-C is to try the Linux configuration, since that
is the one that's most likely to work. The HP-UX configuration is really
for the HP aCC compiler.
Dave