Xref: utzoo gnu.gcc:1687 comp.sys.sgi:4457 Path: utzoo!telly!philmtl!uunet!mcsun!ukc!edcastle!sjin From: sjin@castle.ed.ac.uk (S.Jin) Newsgroups: gnu.gcc,comp.sys.sgi Subject: GCC 1.37.1 on a IRIS 4D 20 Message-ID: <4739@castle.ed.ac.uk> Date: 14 Jun 90 17:38:13 GMT Reply-To: sjin@castle.ed.ac.uk (S.Jin) Distribution: gnu Organization: Edinburgh University Computing Service Lines: 24 I run into a problem when I compile gcc at the stage1 (ie, in the Step 8 of the Installing GNU CC). I couldn't recompile the compiler with itself. It complains "cannot exec cpp: No such file or directory". My workstation is Silicon Graphics IRIS 4D 20 running IRIS4D1-3.2 Here is the script of what I did: $ make $ make stage1 $ make CC=stage1/gcc CFLAGS="-g -O -Bstatge1/" stage1/gcc -g -O -Bstatge1/ -I. -I. -I./config \ -DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" \ -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" -c \ `echo ./gcc.c | sed 's,^\./,,'` stage1/gcc: installation problem, cannot exec cpp: No such file or directory *** Error code 1 Stop. $ Any comments are welcome, S. Jin sjin@castle.ed.ac.uk