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. Thanks, Ryan ---------- Forwarded message ---------- From: Alexander Wieder <awieder@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> Date: Jul 17, 2007 3:24 AM Subject: Re: gcc 4.2.0 compilation failing on x86_64 machine To: Ryan Propper <cardinalfan@xxxxxxxxx> Cc: gcc-help@xxxxxxxxxxx Hi! Ryan Propper wrote:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
I had the very same problem when compiling on my Athlon64-box under Linux (64bit). Try configuring with --disable-multilib, this worked for me. Best regards, Alexander Wieder