This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs install on hpux 10.20
- To: <egcs at cygnus dot com>
- Subject: egcs install on hpux 10.20
- From: "Abdelrazak Younes" <younes at recherche dot enac dot fr>
- Date: Mon, 22 Dec 1997 18:04:53 +0100
Hi,
My question is quite simple; do I have to use the HP version of sed or is
the GNU version of sed ok (sed 2.0.5) to build egcs-1.0 ?
Here is my config :
hppa1.1-hp-hpux10.20
gnu binutils 2.8.1
gnu sed 2.0.5
gcc 2.7.2.3
libg++ 2.7.2
and here is the end of the console output:
gcc -c -DIN_GCC -g -DHAVE_CONFIG_H -DHAIFA -I.
-I../../egcs-1.0/gcc -I../../egcs-1.0/gcc/config underscore.c
rm -f collect2
gcc -DIN_GCC -g -DHAVE_CONFIG_H -DHAIFA -o collect2 collect2.o
tlink.o hash.o \
cplus-dem.o underscore.o version.o choose-temp.o obstack.o alloca.o
rm -f ld
ln collect2 ld
./xgcc -B./ -dumpspecs > tmp-specs
mv tmp-specs specs
echo "__foo () {}" > dummy.c
./xgcc -B./ -DIN_GCC -g -I./include -c dummy.c
as: "/var/tmp/cca20709.s", line 10: error 1052: Directive name not
recognized - FILE
as: "/var/tmp/cca20709.s", line 12: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 13: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 18: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 19: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 20: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 21: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 22: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 23: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 24: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 25: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 26: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 27: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 28: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 29: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 30: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 31: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 32: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 33: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 34: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 35: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 36: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 38: error 1052: Directive name not
recognized - NSUBSPA
as: "/var/tmp/cca20709.s", line 39: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 41: error 1052: Directive name not
recognized - STABN
as: "/var/tmp/cca20709.s", line 49: error 1052: Directive name not
recognized - STABN
as: "/var/tmp/cca20709.s", line 50: error 1051: Illegal symbol in opcode
position - :
as: "/var/tmp/cca20709.s", line 58: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 60: error 1052: Directive name not
recognized - NSUBSPA
as: "/var/tmp/cca20709.s", line 61: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cca20709.s", line 62: error 1051: Illegal symbol in opcode
position - :
make[2]: *** [libgcc1.null] Error 1
make[2]: Leaving directory `/tmp_mnt/home/younes/install/egcs-obj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/tmp_mnt/home/younes/install/egcs-obj/gcc'
make: *** [bootstrap] Error 2
614.07u 48.64s 27:12.23 40.6%
Thanks in advance for your help.
Abdel