zuhn@umn-cs.CS.UMN.EDU (David D "Zoo" Zuhn) (03/30/89)
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