This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Ada bootstrap broken: missing file makeutl.ads/b
- From: Laurent GUERBY <laurent at guerby dot net>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 19 Apr 2004 20:42:14 +0200
- Subject: Ada bootstrap broken: missing file makeutl.ads/b
* make.adb: (Mains): Moved to package Makeutl
(Linker_Opts): Moved to package Makeutl
(Is_External_Assignment): Moved to package Makeutl
(Test_If_Relative_Path): Moved to package Makeutl
(Gnatmake): Move sorting of linker options to function
Makeutl.Linker_Options_Switches.
* Makefile.in: Add makeutl.o to the object files for gnatmake
=> makeutil.ads/b is missing "cvs add".
../../xgcc -B../../ -c -O2 -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fno-common -gnatpg -gnata
-I- -I../rts -I. -I/home/guerby/work/gcc/gcc/gcc/ada
/home/guerby/work/gcc/gcc/gcc/ada/make.adb -o make.o
make.adb:38:06: file "makeutl.ads" not found
make[4]: *** [make.o] Error 1
make[4]: Leaving directory
`/home/guerby/work/gcc/build/build-20040419T194201/gcc/ada/tools'
make[3]: *** [gnattools1] Error 2
make[3]: Leaving directory
`/home/guerby/work/gcc/build/build-20040419T194201/gcc/ada'
make[2]: *** [gnattools-native] Error 2
make[2]: Leaving directory
`/home/guerby/work/gcc/build/build-20040419T194201/i686-pc-linux-gnu/libada'
make[1]: *** [all-target-libada] Error 2
make[1]: Leaving directory
`/home/guerby/work/gcc/build/build-20040419T194201'
make: *** [bootstrap] Error 2
Laurent