Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!usc!ucsd!ucbvax!hplabs!hpfcdc!mev From: mev@hpfcdc.HP.COM (Mike Vermeulen) Newsgroups: comp.sys.hp Subject: Re: gcc, elm, rn :compiling software Message-ID: <5570239@hpfcdc.HP.COM> Date: 15 Jul 89 20:50:06 GMT References: <3402@ncsuvx.ncsu.edu> Organization: HP Ft. Collins, Co. Lines: 11 >I am trying to compile GNU C and elm on an HP 9000/360 under 6.5 of >HP-UX. In gcc I get errors in the rtl.h file included in the toplev.c file. >I have heard of people compiling gcc without any problems. It is version 1.35 >of gcc and I got it from the MIT machine and as far as I can tell I did all >of the configurations properly. Any help would be appreciated. Most likely the problem is that defines "FLOAT" and rtl.def uses "FLOAT" as the names of an enum. A workaround is to #undef FLOAT after the include of . --mev