From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9216 invoked by alias); 12 Sep 2003 18:02:11 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 9209 invoked from network); 12 Sep 2003 18:02:10 -0000 Received: from unknown (HELO mail.physics.orst.edu) (128.193.97.33) by sources.redhat.com with SMTP; 12 Sep 2003 18:02:10 -0000 Received: from loganberry.physics.orst.edu (loganberry.physics.orst.edu [172.16.0.36]) by mail.physics.orst.edu (8.12.3/8.12.3) with ESMTP id h8CI296L028518 for ; Fri, 12 Sep 2003 11:02:09 -0700 (PDT) Received: from localhost (emily@localhost) by loganberry.physics.orst.edu (8.10.2+Sun/8.10.2) with ESMTP id h8CI29800480 for ; Fri, 12 Sep 2003 11:02:09 -0700 (PDT) X-Authentication-Warning: loganberry.physics.orst.edu: emily owned process doing -bs Date: Fri, 12 Sep 2003 18:02:00 -0000 From: Emily Townsend To: gcc-help@gcc.gnu.org Subject: not enough room for program headers Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-09/txt/msg00145.txt.bz2 Hello, I'm trying to make gcc 3.3.1 on a SUSE Linux 6.2 box with a Pentium processor. I just updated Gnu make to version 3.80. I had Gnu ld version 2.9.1, but got the error "Not enough room for program headers (allocated 6, need 7)". I poked around on the web some and decided to upgrade binutils, and now I have GNU ld version 2.14. I'm still getting the same error. Does anybody have any advice for me? :) Emily /usr/local/i686-pc-linux-gnu/bin/ld: cc1: Not enough room for program headers (allocated 6, need 7) /usr/local/i686-pc-linux-gnu/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status make[2]: *** [cc1] Error 1 make[2]: Leaving directory `/opt/gcc/gccobjdir/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/opt/gcc/gccobjdir/gcc' make: *** [bootstrap] Error 2