Compiling GCC/GFortran

FX fxcoudert@gmail.com
Fri Oct 21 14:31:00 GMT 2011


Hi,

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

You're missing glibc's 32-bit headers. A simple google search off "GCC" + "stubs-32.h: No such file or directory" reports many occurrences of this error, with the proper diagnostics.

If you only want a 64-bit compiler, then simply use --disable-multilib


> I'm compiling right now, in the hopes that "--without-bid" was the right thing to do.

I don't think it was. For the record, the option to turn off libbid and decimal float support altogether is --disable-decimal-float.

Cheers,
FX



More information about the Fortran mailing list