[Bug ada/11055] "make bootstrap" fails with ada enabled
hugovil@videotron.ca
gcc-bugzilla@gcc.gnu.org
Sun Jun 1 20:50:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11055
------- Additional Comments From hugovil@videotron.ca 2003-06-01 20:50 -------
I tried exporting CC="/usr/local/gnat/bin/gnatgcc" before building, but the results were exactly the same. I checked in the configure.out log, and I can see that configure is indeed using "/usr/local/gnat/bin/gnatgcc":
checking for gcc... /usr/local/gnat/bin/gnatgcc
The problem seems to be the use of gnatmake (see last lines of make-bootstrap.out):
cd ada/doctools && gnatmake -q xgnatug
gnatmake is using "gcc" by default to recompile a file, and not the compiler detected at configure time.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Gcc-bugs
mailing list