This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory


Brian Dessent wrote:

> Kamaraju S Kusumanchi wrote:
> 
>> /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or
>> directory
> 
> This means you don't have 32 bit glibc headers installed.  gcc on x86_64
> is multilibbed by default.  Install the corresponding package from your
> distro, or --disable-multilib if you're okay with a compiler that
> doesn't support 32 bit code.
> 

Thanks for the reply.

Could some one please tell me what this package(s)' name is? I would like to
ask the maintainer to install these packages. So it would be better if I
know the required package(s)' names beforehand (instead of trial and
error).

I think the machine is running

$cat /etc/redhat-release
CentOS release 5 (Final)


BTW, this looks pretty bad design decision on the gcc team's part. This kind
of problem should have automatically been detected during the configuration
stage itself. The configuration script went without any hiccups and problem
surfaced only during the compilation stage....

thanks
raju
-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


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