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: Compiling GCC/GFortran


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


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