Subject: Build error (Re: CVS commit: src)
To: Bill Studenmund <wrstuden@netbsd.org>
From: Skeelo <skeelo@white-dwarf.dyn.ml.org>
List: current-users
Date: 10/24/1998 21:12:52
Hi,

This is the last change, I saw that looked like it might be causing this
problem. 

depend ===> gnu/usr.bin/gcc
depend ===> gnu/usr.bin/gcc/common
yacc  -d -b bi-parser bi-parser.y
mv bi-parser.tab.c bi-parser.c
mv bi-parser.tab.h bi-parser.h
cc  -I/usr/sup/current/src/gnu/usr.bin/gcc/common -I/usr/sup/current/src/gnu/usr.bin/gcc/common/../arch  -I/usr/sup/current/src/gnu/usr.bin/gcc/common/../arch/m68k -I/usr/sup/current/src/gnu/usr.bin/gcc/common -nostdinc -idirafter /current/usr/include   -
o bi-arity bi-arity.lo bi-parser.lo bi-lexer.lo bi-reverse.lo obstack.lo
cc: bi-arity.lo: No such file or directory
cc: bi-parser.lo: No such file or directory
cc: bi-lexer.lo: No such file or directory
cc: bi-reverse.lo: No such file or directory
cc: obstack.lo: No such file or directory
cc: No input files
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

The last time I compiled the world was before all the signal stuff
happened. I'd like to get back up to -current, ASAP.

Thanks.


On Sat, 12 Sep 1998, Bill Studenmund wrote:

> Module Name:	src
> Committed By:	wrstuden
> Date:		Sat Sep 12 19:45:37 UTC 1998
> 
> Modified Files:
> 	src/gnu/usr.bin/gcc/common: Makefile
> Log Message:
> Teach gcc how to be cross-compiled before it dies.
> 
>