This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

SS-20000911 build failure under AIX 4.2.1.0


Using make-3.77 and gcc-2.95.2

make bootstrap-lean fails as follows:

	[...]
	Bootstrapping the compiler
	make[1]: Entering directory
`/home/xas1/xas1_u_01/dmb/build-egcs/gcc'
	make CC="gcc" libdir=/home/xas1/xas1_u_01/dmb/local2/lib
LANGUAGES="c " LANG_LIB2FUNCS=
	make[2]: Entering directory
`/home/xas1/xas1_u_01/dmb/build-egcs/gcc'
	cd cp && make ../../../egcs-20000911/gcc/cp/parse.c
	make[3]: Entering directory
`/home/xas1/xas1_u_01/dmb/build-egcs/gcc/cp'
	expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
	cd ../../../egcs-20000911/gcc/cp; bison  -d -o parse.c parse.y
	/bin/sh: bison:  not found.
	make[3]: *** [../../../egcs-20000911/gcc/cp/parse.c] Error 127
	make[3]: Leaving directory
`/home/xas1/xas1_u_01/dmb/build-egcs/gcc/cp'
	make[2]: *** [../../egcs-20000911/gcc/cp/parse.c] Error 2
	make[2]: Leaving directory `/home/xas1/xas1_u_01/dmb/build-egcs/gcc'
	make[1]: *** [stage_a] Error 2
	make[1]: Leaving directory `/home/xas1/xas1_u_01/dmb/build-egcs/gcc'
	make: *** [bootstrap-lean] Error 2


Oops. bison is not present on this system - as configure well knew.

Just for fun, I rebuilt gcc-2.95.2 again and it worked just fine.

David Bass

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]