Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!rutgers!columbia!open.columbia.edu!beshers From: beshers@open.columbia.edu (Clifford Beshers) Newsgroups: gnu.gcc.bug Subject: Re: Building gcc on HP-UX 6.0 Message-ID: Date: 16 Jan 89 20:46:33 GMT References: <8901141945.AA07356@a-boy> Sender: news@columbia.edu Distribution: gnu Organization: Columbia University Computer Science Lines: 47 In-reply-to: sokolov@a-boy.media.mit.edu's message of 14 Jan 89 19:45:17 GMT I've had similar problems building gcc-1.32 on HP-UX 6.1. The enumeration type clashes are very numerous. I also believe I have set all the options correctly for HP-UX. However, I got a different error than sokolov when I tried to recompile gcc with itself. The command and output follow below. Any advice about how to get past this would be welcome... **************************************************************** sh> make CC=stage1/gcc CFLAGS="-O -Bstage1/" stage1/gcc -O -Bstage1/ -c -DSTANDARD_EXEC_PREFIX=\"/usr/local/gnu/lib/gcc-\" gcc.c as error: "/tmp/cca04694.s" line 1: invalid instruction mnemonic (gcc_compiled) as error: "/tmp/cca04694.s" line 1: syntax error as error: "/tmp/cca04694.s" line 883: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 883: syntax error as error: "/tmp/cca04694.s" line 890: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 890: syntax error as error: "/tmp/cca04694.s" line 1346: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1346: syntax error as error: "/tmp/cca04694.s" line 1388: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1388: syntax error as error: "/tmp/cca04694.s" line 1392: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1392: syntax error as error: "/tmp/cca04694.s" line 1396: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1396: syntax error as error: "/tmp/cca04694.s" line 1400: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1400: syntax error as error: "/tmp/cca04694.s" line 1404: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1404: syntax error as error: "/tmp/cca04694.s" line 1408: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1408: syntax error as error: "/tmp/cca04694.s" line 1412: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1412: syntax error as error: "/tmp/cca04694.s" line 1456: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1456: syntax error as error: "/tmp/cca04694.s" line 1460: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1460: syntax error as error: "/tmp/cca04694.s" line 1626: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1626: syntax error as error: "/tmp/cca04694.s" line 1658: invalid instruction mnemonic (clrl) as error: "/tmp/cca04694.s" line 1658: syntax error as error: "/tmp/cca04694.s" line 1666: invalid instruction mnemonic (clrl) as: Fatal error: "/tmp/cca04694.s" line 1666: too many errors *** Error code 1 Stop.