Re: Building GCC Failed: stubs-32.h missing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux