This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problem with Gcc Installation on HP-UX Itanium box
- From: "Ritu Sabharwal" <ritu at india dot hp dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Fri, 30 May 2003 16:04:39 +0530
- Subject: Problem with Gcc Installation on HP-UX Itanium box
- Reply-to: <ritu at india dot hp dot com>
Hi,
I am trying to build gcc on HP-UX Itanium box. The GCC version is 3.2.1
The configuration goes fine. But the make( make bootstrap) gives the
following problem.
./xgcc -B./ -B/home/kirank/gcc_work/installdir//ia64-hp-hpux11.22/bin/ -isys
tem /home/kirank/gcc_work/installdir//ia64-hp-hpux11.22/include -isystem
/home/kirank/gcc_work/installdir//ia64-hp-hpux11.22/sys-include -c -o
crtbegin.o -x assembler-with-cpp
../../gcc-3.2.1/gcc/config/ia64/crtbegin.asm
error: invalid switch '-x'
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/home/kirank/gcc_work/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/kirank/gcc_work/objdir/gcc'
make: *** [bootstrap] Error 2
Can someone help me??
Regards,
Ritu Sabharwal.