This is the mail archive of the gcc-bugs@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]

[Bug ada/11055] "make bootstrap" fails with ada enabled


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.


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