This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/11055] "make bootstrap" fails with ada enabled
- From: "hugovil at videotron dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jun 2003 20:50:41 -0000
- Subject: [Bug ada/11055] "make bootstrap" fails with ada enabled
- References: <20030601150251.11055.hugovil@videotron.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.