Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!indri!nic.MR.NET!umn-cs!zuhn From: zuhn@umn-cs.CS.UMN.EDU (David D "Zoo" Zuhn) Newsgroups: gnu.gcc Subject: gcc 1.34 stage 1 error Message-ID: <11809@umn-cs.CS.UMN.EDU> Date: 29 Mar 89 21:43:13 GMT Reply-To: zuhn@umn-cs.cs.umn.edu (David D "Zoo" Zuhn) Organization: CSci Dept., University of Minnesota, Mpls. Lines: 26 Compiling gcc1.34 on an HP 9000/320 HP-UX 6.2, stage 1 compiles, but with many enumeration type errors (see the previous article). When I attempt to make the stage 1 compiler with itself, I get a message stating that "-g" is not an option to cc1: Any ideas or fixes would be appreciated. David D "Zoo" Zuhn // University of Minnesota \\ Twin Cities Computer Science Systems Consultant, EE/CS 4-204 zuhn@umn-cs.cs.umn.edu, zuhn@umn-cs.UUCP, ..rutgers!umn-cs!zuhn ---------------- Script of stage 1 make ------------------------ Script started on Wed Mar 29 15:38:31 1989 zuhn at donald% pwd /usr/local/src/gcc zuhn at donald% make CC=stage1/gcc CFLAGS="-g -O -Bstage1/" stage1/gcc -g -O -Bstage1/ -c -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" gcc.c cc1: Invalid option `-g' *** Error code 1 Stop. zuhn at donald% exit zuhn at donald% script done on Wed Mar 29 15:40:13 1989