This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: fatal error: gnu/stubs-32.h: No such file
- From: Andrew Haley <aph at redhat dot com>
- To: Bruce Korb <bruce dot korb at gmail dot com>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Sat, 06 Jul 2013 17:02:46 +0100
- Subject: Re: fatal error: gnu/stubs-32.h: No such file
- References: <51D83AAC dot 4080200 at gmail dot com>
On 07/06/2013 04:41 PM, Bruce Korb wrote:
> Why is it that configure worked but stubs-32.h was not found?
> Googling leads me to:
>> > You're missing the 32 bit libc dev package:
> but the configure step should detect that
The trouble with making suggestions like this is that someone will ask
you for a patch. Hint: getting this right for every corner case is
not easy. Patches welcome.
> and object before this otherwise obscure message comes up. Since
> one has to find and select this stuff from an extensive list of
> packages every time there is a new distribution, it is easy to
> overlook....
Or --disable-multilib.
Andrew.