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"
>>>>> "Francis" == Francis Hwang <francis@rhizome.org> writes:
>> What kind of system do you have? What does `sh config.guess' say?
Francis> i686-pc-linux-gnu
Of course, as your message subject suggests. Ooops.
>> /usr/bin/ld -v
Francis> GNU ld version 2.9.1 (with BFD 2.9.1.0.24)
Francis> So, the GNU linker, I suppose. BTW, is the version number
Francis> for ld the same as the version number for binutils? Cause
Francis> if so, and binutils is at 2.13, maybe that means I ought to
Francis> update that?
I think that would be a good starting point. It sounds like it could
be a bug in the linker script used by ld.
Ben