This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] Provide special function to find ranges used for aliasing


> I'm getting
> 
> gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING      -gnatpg -gnata 
> -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/eval_fat.adb -o 
> ada/eval_fat.o
> gcc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING      -gnatpg -gnata 
> -I- -I. -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/exp_sel.adb -o 
> ada/exp_sel.o
> exp_sel.adb:29:06: file "nmake.ads" not found
> exp_sel.adb:29:06: "Exp_Sel (body)" depends on "Nmake (body)"
> exp_sel.adb:29:06: "Nmake (body)" depends on "Nmake (spec)"
> make[2]: *** [ada/exp_sel.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory `/abuild/rguenther/obj/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/abuild/rguenther/obj/gcc'
> make: *** [bootstrap] Error 2

This is a recent parallel build issue (friday) discussed this week-end on
gcc-patches@, and fixed this morning.

Arno


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