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 bootstrap/12974] [3.4/3.5 Regression] gcc-3.4/3.5-20031105 bootstrap failure [MinGW]


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


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