/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory

Brian Dessent brian@dessent.net
Sun Sep 7 02:33:00 GMT 2008


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.

Brian



More information about the Fortran mailing list