This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Fwd: gcc 4.2.0 compilation failing on x86_64 machine


Ryan Propper wrote:
Hi all,

See the thread below.  It appears that not having "gnu/stubs-32.h" is
a common problem on some AMD and other 64-bit machines, resulting in
compilation errors.

The solution that worked for both me and Alexander was to use the
"--disable-multilib" configuration flag.  However, we did not see this
documented in any FAQs or in the output of "configure --help".  We
think other users might benefit if this solution was more widely
publicized.

Which situation? That x86-64 has optional 32-bit support, but attempting to use it without installing all bits is likely to fail?


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