Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!think!snorkelwacker!bloom-beacon!eru!luth!sunic!tut!santra!mcsun!ukc!icdoc!syma!davidh From: davidh@syma.sussex.ac.uk (David J Hobley) Newsgroups: gnu.gcc Subject: gcc 1.34 under HP-UX Message-ID: <1943@syma.sussex.ac.uk> Date: 28 Dec 89 13:18:00 GMT Reply-To: davidh@syma.susx.ac.uk (David J Hobley) Distribution: gnu.gcc Organization: Univ. of Sussex, Brighton, UK Lines: 26 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 */