stage1 builds but stage2 fails

Scott McDermott vaxerdec@frontiernet.net
Wed Sep 9 15:38:00 GMT 1998


The following will reproduce an error that I get compiling egcs-1.1b on
a Linux box with glibc-2.0.6, binutils-2.9.1, and egcs-1.0.3a (on an
AMD-K6):

	cd <toplevel>
	make distclean
	cd gcc
	./configure --prefix=/usr --enable-threads=posix \
		--enable-checking
	make LANGUAGES=c
	make stage1
	make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O2"

The error produced is:

	stage1/xgcc -Bstage1/ -c  -DIN_GCC    -g -O2  -DHAVE_CONFIG_H
	-I. -I. -I./config stor-layout.c
	stor-layout.c: In function `layout_decl':
	stor-layout.c:272: expr.c:4981: Expect expression, have
	'error_mark'

Have I done something wrong? I hear of only success in the mailing
lists.

-- 
Scott



More information about the Gcc mailing list