This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problem compiling GCC 3.2 on i686-pc-linux: "not enough room for program headers"
- From: Ben Elliston <bje at redhat dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: 30 Oct 2002 12:06:11 +1100
- Subject: Re: Problem compiling GCC 3.2 on i686-pc-linux: "not enough room for program headers"
- Organization: Red Hat Asia-Pacific Pty Ltd
- References: <006201c27f9d$c23a9f50$fd01a8c0@rhizome.org>
>>>>> "Francis" == Francis Hwang <francis@rhizome.org> writes:
Francis> I'm trying to compile GCC 3.2, and configure seems to work, but then when I
Francis> make, I get this error:
Francis> checking whether the C compiler (...) works... no
Francis> configure: error: installation or configuration problem: C compiler cannot
Francis> create executables.
Francis> /usr/bin/ld: conftest: Not enough room for program headers (allocated 6,
Francis> need 7)
Francis> /usr/bin/ld: final link failed: Bad value
What kind of system do you have? What does `sh config.guess' say?
Is /usr/bin/ld a native linker, or the GNU linker?
Ben