4.0.1 builds fine on x86-linux and x86_64-linux, see http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg00414.html http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg00432.html
You might want to try the configure options I used there (see end of the reports above). Sincerely, Laurent On Fri, 2005-07-08 at 15:41 +0200, Oliver Kellogg wrote: > ../prev-gcc/xgcc -v > Using built-in specs. > Target: i686-pc-linux-gnu > Configured with: ../gcc-4.0.1/configure --prefix=/e/gcc4 --enable-libada \ > --enable-bootstrap --enable-languages=c,c++,ada,java > Thread model: posix > gcc version 4.0.1 > > "make" and "make bootstrap" both fail to use the $(STAGE_PREFIX) on the > first attempt of producing ada/b_gnat1.c at the gnatbind invocation: > > gnatbind -C -I- -I. -Iada -I../../gcc-4.0.1/gcc/ada -o ada/b_gnat1.c -n > ada/gnat1drv.ali > fatal error: file gnat1drv.ali is incorrectly formatted > make sure you are using consistent versions of gcc/gnatbind > 8. P SS > | > make: *** [ada/b_gnat1.c] Error 4 >