public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Compile failure (help me please!)
@ 1998-10-21  3:13 Shawn Leas
  1998-10-21 22:10 ` Jeffrey A Law
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Leas @ 1998-10-21  3:13 UTC (permalink / raw)
  To: EGCS List

[-- Attachment #1: Type: text/plain, Size: 4099 bytes --]

I'm trying to compile egcs (1019 snap) on hpux-10.10, and I have

GNU sed version 3.02
GNU assembler version 2.7 (hppa1.1-hp-hpux10.10), using BFD version 2.7
gcc version 2.7.2.1

configured thusly...
./configure  --prefix=/home/admin/sleas/local/egcs-19981019 --with-gnu-as

And I encounter the following errors...  What do I need to do?  I've
attatched a complete script of the compile in case the following is
not enough...

*********************************************************************************
rm -f tmp-dum.c tmp-dum.s
touch s-under
gcc -c  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H -DHAIFA    -I. -I. -I./config -I./../include underscore.c
rm -f collect2
gcc  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H -DHAIFA  -o collect2 collect2.o tlink.o hash.o \
cplus-dem.o underscore.o version.o choose-temp.o mkstemp.o obstack.o alloca.o     ../libiberty/libiberty.a
/tmp/sleas/egcs-19981019/gcc/xgcc -B/tmp/sleas/egcs-19981019/gcc/ -B/home/admin/sleas/local/egcs-19981019/hppa1.1-hp-hpux10.10/bin/ -dump
specs > tmp-specs
mv tmp-specs specs
echo "void __foo () {}" > dummy.c
/tmp/sleas/egcs-19981019/gcc/xgcc -B/tmp/sleas/egcs-19981019/gcc/ -B/home/admin/sleas/local/egcs-19981019/hppa1.1-hp-hpux10.10/bin/  -DIN
_GCC    -g -O2 -I./include  -c dummy.c
as: "/var/tmp/cc2jrHwv.s", line 10: error 1052: Directive name not recognized - FILE
as: "/var/tmp/cc2jrHwv.s", line 12: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 13: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 18: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 19: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 20: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 21: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 22: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 23: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 24: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 25: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 26: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 27: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 28: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 29: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 30: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 31: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 32: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 33: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 34: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 35: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 36: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 38: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cc2jrHwv.s", line 39: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 41: error 1052: Directive name not recognized - STABN
as: "/var/tmp/cc2jrHwv.s", line 50: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 52: error 1052: Directive name not recognized - NSUBSPA
as: "/var/tmp/cc2jrHwv.s", line 53: error 1052: Directive name not recognized - STABS
as: "/var/tmp/cc2jrHwv.s", line 54: error 1051: Illegal symbol in opcode position - :

make[1]: *** [libgcc1.null] Error 1
make[1]: Leaving directory `/tmp/sleas/egcs-19981019/gcc'
make: *** [all-gcc] Error 2

-Shawn
<=========== America Held Hostage ===========>
   Day 2100 for the poor and the middle class. 
   Day 2119 for the rich and the dead.
   822 days remaining in the Raw Deal.
<============================================> 

[-- Attachment #2: egcs-compile.txt.gz --]
[-- Type: application/x-gzip, Size: 8363 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compile failure (help me please!)
  1998-10-21  3:13 Compile failure (help me please!) Shawn Leas
@ 1998-10-21 22:10 ` Jeffrey A Law
  0 siblings, 0 replies; 3+ messages in thread
From: Jeffrey A Law @ 1998-10-21 22:10 UTC (permalink / raw)
  To: Shawn Leas; +Cc: EGCS List

  In message < Pine.GHP.4.05.9810210154470.26268-101000@ixion.honeywell.com >you 
write:
  >   This message is in MIME format.  The first part should be readable text,
  >   while the remaining parts are likely unreadable without MIME-aware tools.
  >   Send mail to mime@docserver.cac.washington.edu for more info.
  > 
  > --110860351-851401618-908953412=:26268
  > Content-Type: TEXT/PLAIN; charset=US-ASCII
  > 
See the FAQ, specifically "gcc can not find gas" or something that.
jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compile failure (help me please!)
@ 1998-10-21 18:08 N8TM
  0 siblings, 0 replies; 3+ messages in thread
From: N8TM @ 1998-10-21 18:08 UTC (permalink / raw)
  To: sleas, egcs

I built this snapshot on hpux10.20 using the new style configure option
--with-as=<full absolute path to installed gnu as>.  The old scheme is
supposed to come back but it wasn't working in the 19981012 snapshot and it
may not be working in this one either.  The new one is more foolproof, for me
at least.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-10-21 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-21  3:13 Compile failure (help me please!) Shawn Leas
1998-10-21 22:10 ` Jeffrey A Law
1998-10-21 18:08 N8TM

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).