This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12974] [3.4/3.5 Regression] gcc-3.4/3.5-20031105 bootstrap failure [MinGW]
- From: "neroden at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2004 16:32:36 -0000
- Subject: [Bug bootstrap/12974] [3.4/3.5 Regression] gcc-3.4/3.5-20031105 bootstrap failure [MinGW]
- References: <20031109014258.12974.stl@caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From neroden at gcc dot gnu dot org 2004-03-01 16:32 -------
Well, $(@D) appears to be expanding to blank in the actual rule used. (Which
definitely isn't right; at worst it should expand to ".".)
But it expands correctly in your test.
This might point to a problem with the rule and/or the Makefile.
The rule, unfortunately, seems to be in the libgcc Makefile, which is
generated partway through compilation. :-P I believe it's called
"mklibgcc". I can't find any obvious reason why it would have changed in such
a way as to change this.
Maybe you could attach a copy of the generated mklibgcc which is dying?
Or perhaps it's finding a different, incorrect version of 'make' ?!?
(Unlikely.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12974