[gnu.gcc] gcc 1.34 under HP-UX

davidh@syma.sussex.ac.uk (David J Hobley) (12/28/89)

    I am trying to compile  gcc 1.34 with HP-UX version  6.5
on a HP 9000/300 series computer. I have altered the  CFLAGS
and CCLIBFLAGS in the Makefile to:

CFLAGS = -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
CCLIBFLAGS = -Wc,-Ns2000 -Wc,-Ne700

    I copied alloca  from emacs.  However, when  I tried  to
compile it, I got the following error message when it got to
toplev.c :

    cc -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 -c toplev.c
"./rtl.def", line 492: syntax error
"./rtl.h", line 30: syntax error
"./rtl.h", line 121: field too big
"./rtl.h", line 121: zero size field
*** Error code 1

Stop.

    Does anyone have any ideas?

Many thanks,
david
/* davidh@uk.ac.sussex.cogs */