[Bug bootstrap/12974] [3.4/3.5 Regression] gcc-3.4/3.5-20031105 bootstrap failure [MinGW]

neroden at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 1 16:32:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list