From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: egcs@cygnus.com Subject: Re: hpux10 egcs1.0 --with-gnu-as broken Date: Thu, 11 Dec 1997 10:01:00 -0000 Message-id: <13664.881858820@hurl.cygnus.com> References: X-SW-Source: 1997-12/msg00662.html In message < E0xgBTJ-0004dx-00@laforge.ctd.comsat.com >you write: > CC='gcc -B/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10/2.7.2.2/' > /hosts/data/src/egcs-1.0/configure --with-gnu-as --enable-shared > --host=hppa1.1-hp-hpux10 --verbose > > make > [...] > /cae/src/hppa1.1-hpux10/egcs-1.0/gcc/xgcc -B/cae/src/hppa1.1-hpux10/egcs-1. > 0/gcc/ -DIN_GCC -g -I./include -I. -I/hosts/data/src/egcs-1.0/gcc -I/h > osts/data/src/egcs-1.0/gcc/config \ > -c /hosts/data/src/egcs-1.0/gcc/objc/hash.c -o objc/hash.o > as: "/var/tmp/cca17843.s", line 10: error 1052: Directive name not recogniz > ed - FILE > as: "/var/tmp/cca17843.s", line 12: error 1052: Directive name not recogniz > ed - STABS > as: "/var/tmp/cca17843.s", line 13: error 1052: Directive name not recogniz > ed - STABS > as: "/var/tmp/cca17843.s", line 18: error 1052: Directive name not recogniz > ed - STABS > [...] Make sure was configured and installed with the same prefix as egcs. That will fix this problem. jeff