Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!ANDREW.CMU.EDU!dl23+ From: dl23+@ANDREW.CMU.EDU (Damon Wayne Lipparelli) Newsgroups: gnu.gcc Subject: GCC on the hp (HPUX 6.2) Message-ID: <0Xa3rZy00hMNI80URV@andrew.cmu.edu> Date: 3 Dec 88 19:17:57 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 21 Hello. Has anyone been able to compile the latest release of gcc (1.30) on an hp-320 running HP/UX 6.2? Once I found alloca.c and started the make, I got literally hundreds of warnings of the form: ".c",line : warning: enumeration type clash, operator ==. And finally dies in loop.c at line 4506 with: warning: incorrect combination of pointer and integer, op ==. I added the flag "-DSHORT_ENUM_BUG" to the command line, and this did lesson the number of warnings like the first one above, but the make still dies in the same place. Does anyone know of a solution to this problem? Thanks muchly, Damon ps: I have subsequently also tried 1.31 and it dies with the same error.