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"
Ben Elliston wrote:
> What kind of system do you have? What does `sh config.guess' say?
i686-pc-linux-gnu
> Is /usr/bin/ld a native linker, or the GNU linker?
> /usr/bin/ld -v
GNU ld version 2.9.1 (with BFD 2.9.1.0.24)
So, the GNU linker, I suppose. BTW, is the version number for ld the same as
the version number for binutils? Cause if so, and binutils is at 2.13, maybe
that means I ought to update that?
Francis