This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
bootstrap broken on fortran-dev?
- From: Thomas Koenig <tkoenig at netcologne dot de>
- To: fortran at gcc dot gnu dot org
- Date: Sun, 03 May 2009 18:16:22 +0200
- Subject: bootstrap broken on fortran-dev?
Hello world,
I just updated the fortran-dev branch to rev. 147076 and found that
bootstrap is currently broken:
gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../../../gcc/branches/fortran-dev/gcc -I../../../../gcc/branches/fortran-dev/gcc/. -I../../../../gcc/branches/fortran-dev/gcc/../include -I../../../../gcc/branches/fortran-dev/gcc/../libcpp/include -I../../../../gcc/branches/fortran-dev/gcc/../libdecnumber -I../../../../gcc/branches/fortran-dev/gcc/../libdecnumber/bid -I../libdecnumber ../../../../gcc/branches/fortran-dev/gcc/c-decl.c -o c-decl.o
../../../../gcc/branches/fortran-dev/gcc/c-decl.c:66:20: error:
plugin.h: No such file or directory
make[3]: *** [c-decl.o] Error 1
make[3]: Leaving directory `/var/work/gcc-bin/branches/fortran-dev/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/var/work/gcc-bin/branches/fortran-dev'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/var/work/gcc-bin/branches/fortran-dev'
make: *** [all] Error 2
Any ideas?
Thomas