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

Re: trunk bootstrap failure?


VandeVondele Joost wrote:
>>> thats is on a standard linux (x86_64) box running opensuse 11.0, and a
>>> clean checkout. Is this a known problem?
>>
>> You haven't installed the 32-bit glibc devel package.
> 
> Many thanks, that fixed it.
> 
> Would be great if such a thing could be detected at configure time (i.e.
> like missing mpfr.h headers are already detected), with some kind of a
> gentle error message.

It wouldn't be detected until the target libs are built, since that's the
first time any 32-bit headers are needed.

Patches welcome.

Andrew.


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