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/19468] gcc+binutils combined fails bootstrap


------- Additional Comments From tim dot vanholder at anubex dot com  2005-01-17 07:17 -------
(In reply to comment #1)
> This is a dup of bug 11074.  The problem is related to how the build is
picking up the wrong headers.
> 
> *** This bug has been marked as a duplicate of 11074 ***

Actually, it's not really a duplicate of bug 11074 at all, although they have
the same symptoms.  In this case, all the right configury is in place, but the
binutils makefiles don't always specify @INTLLIBS@ when linking.
In 11074, adding @INTLLIBS@ is pointless because it also lacks the gettext
macros that would normally provide @INTLLIBS@.

In any case, it is not a gcc bug, but a binutils one - it's their Makefiles that
are broken.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19468


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