Hi, On attempting a bootstrap of trunk r144402 with --enable-languages=c,ada,c++ using gcc version 3.3.5 20050117 (prerelease) (SUSE Linux) on i586 I get: gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump gcc -c -g -fkeep-inline-functions -gnatpg -gnata -gnatwns -nostdinc -I- -I. -Iada -I../../../SOURCES/gcc/gcc/ada -I../../../SOURCES/gcc/gcc/ada/gcc-interface ../../../SOURCES/gcc/gcc/ada/ada.ads -o ada/ada.o gnat1: invalid switch: n make[3]: *** [ada/ada.o] Error 1 make[3]: Leaving directory `/usr/src/packages/BUILD/gcc-build/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/usr/src/packages/BUILD/gcc-build' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/usr/src/packages/BUILD/gcc-build' make: *** [all] Error 2
I looked at http://gcc.gnu.org/install/prerequisites.html : > Tools/packages necessary for building GCC > [...] > GNAT > In order to build the Ada compiler (GNAT) you must already have GNAT > installed because portions of the Ada frontend are written in Ada (with > GNAT extensions.) Refer to the Ada installation instructions for more > specific information. I couldn't find these Ada installation instructions. Any help appreciated. Thanks, Oliver Kellogg