Path: utzoo!telly!ddsw1!lll-winken!uunet!dmk3b1!dmk From: dmk@dmk3b1.UUCP (David Keaton) Newsgroups: gnu.gcc.bug Subject: Re: problem with making gcc on Sun4/SunOs 4.0 Message-ID: <468@dmk3b1.UUCP> Date: 10 Nov 88 08:39:31 GMT References: <8811091516.AA14509@sunbar.mc.duke.edu> Reply-To: dmk@dmk3b1.UUCP (David Keaton) Distribution: gnu Organization: DMK, Colorado Springs, CO Lines: 20 In article <8811091516.AA14509@sunbar.mc.duke.edu> ndd@SUNBAR.MC.DUKE.EDU (Ned Danieley) writes: )in trying to make gcc on a 4/110 running SunOs 4.0, I received a )signal 6 from cc1 when compiling toplev.c: ) )make CC=stage1/gcc CFLAGS="-g -O -Bstage1/" )(other subroutines) )stage1/gcc -g -O -Bstage1/ -sun4 -c toplev.c )stage1/gcc: Program cc1 got fatal signal 6. )*** Error code 1 )make: Fatal error: Command failed for target `toplev.o' ) )I appear to have correctly followed the installation instructions; )is this a bug? Yes, it's a bug, but the bug is Sun's. They have changed the meaning of the -B flag to cc. Their equivalent of "-Bstage1/" would be "-Qpath stage1". -- David Keaton dmk%dmk3b1@uunet.uu.net uunet!dmk3b1!dmk