From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8907 invoked by alias); 12 Mar 2012 10:41:32 -0000 Received: (qmail 8889 invoked by uid 22791); 12 Mar 2012 10:41:31 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f47.google.com (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Mar 2012 10:41:17 +0000 Received: by lagw12 with SMTP id w12so3785131lag.20 for ; Mon, 12 Mar 2012 03:41:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.127.136 with SMTP id ng8mr8871861lab.16.1331548875553; Mon, 12 Mar 2012 03:41:15 -0700 (PDT) Received: by 10.112.23.132 with HTTP; Mon, 12 Mar 2012 03:41:15 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 Mar 2012 10:41:00 -0000 Message-ID: Subject: Re: GCJ building From: David Paterson To: Me Myself and I Cc: gcc-help@gcc.gnu.org, java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2012-03/txt/msg00030.txt.bz2 On 11 March 2012 23:51, Me Myself and I wrote: > > I'm right with you all the way up to step 7: > > #7) > > cd objdir; > > ./../gcc-4.6.2/configure; > > [completes with no problem] > > #8) make; > > [gives me the same error messages] > > Any ideas about what's happening? Do you mean it failed on step 7 (configure) or step 8 (make)? I get the impression that configure succeeded and make failed - but whichever failed, can you copy and paste the error messages you're now getting. It can't be exactly the same errors, since your directory structure must be different if you've followed the other steps I listed in my previous post. If you're still getting a message about FIB_TABLE_LIMIT then I may not be able to help, since I'm not getting this error, and I'm not knowledgable enough about the GCC build process to really help with that. Let's have a look at the new error messages and see if there are any clues. If you can find the relevant config.log section too, that would also help... Regards, David P.