./configure && gmake, in their entirety, produces this screen-odd-full before stopping:
TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/bash ../gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="config/rs6000/rs6000.h config/dbxelf.h config/elfos.h config/netbsd.h config/netbsd-elf.h config/freebsd-spec.h config/rs6000/sysv4.h config/rs6000/netbsd.h defaults.h" DEFINES="" \ /bin/bash ../gcc/mkconfig.sh tm.h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/bash ../gcc/mkconfig.sh bconfig.h gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../gcc -I../gcc/. -I../gcc/../include ../gcc/genmodes.c -o genmodes.o gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../gcc -I../gcc/. -I../gcc/../include ../gcc/errors.c -o errors.o gmake: *** No rule to make target `../libiberty/libiberty.a', needed by `genmodes'. Stop. -- Summary: gmake: *** No rule to make target `../libiberty/libiberty.a', needed by `genmodes'. Stop. Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: scott at slowass dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: powerpc-unknown-netbsd1.6.2 GCC host triplet: powerpc-unknown-netbsd1.6.2 GCC target triplet: powerpc-unknown-netbsd1.6.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21999