On Mon, 10 Feb 2014, ronf wrote:
I want to build gcc from source on my CentOS 6 x86-64 Linux system, but I am
having a serious problem with the "configure" scripts and make files. The
build process insists on accessing "stubs-32.h" even though my Linux system
lacks this header file. My system has stubs.h and stubs-64.h header files in
the /usr/include/gnu directory. The content of stubs.h is shown here:
Surely Google is your friend? Gcc-4.9 will print this message:
I suspect your system does not have 32-bit developement libraries (libc
and headers). If you have them, rerun configure with --enable-multilib. If
you do not have them, and want to build a 64-bit-only compiler, rerun
configure with --disable-multilib.
--
Marc Glisse