Ludovic Brenta wrote: > Adrian, you do not need to change your path. You can pass the CC > environment variable to ./configure so it'll pick up the correct > compiler driver. Like so in bash or ksh: > > $ CC=/opt/sfw/bin/gnat/gnatgcc ./configure --enable-languages=c,ada > > That's how I bootstrap gnat 3.15p on Debian GNU/Linux. > > In csh I suppose you'd do: > > % setenv CC /opt/sfw/bin/gnat/gcc > % ./configure --enable-languages=c,ada > > HTH Thanks for the tips. Now the configure recognized ada and created ada/Makefile in obj/gcc but I encountered an error during bootstrap: Bootstrapping the compiler make: Fatal error in reader: Makefile, line 987: Unexpected end of line seen Current working directory /home/byhoe/download/gcc-3.3.2/gcc-3.3.2/obj/gcc *** Error code 1 make: Fatal error: Command failed for target `bootstrap' I touched those files as in the Build document of gcc. I attach my obj/Makefile: -- Adrian Hoe m a i l b o x AT a d r i a n h o e . c o m