From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11350 invoked by alias); 9 Mar 2012 16:19:07 -0000 Received: (qmail 11325 invoked by uid 22791); 9 Mar 2012 16:19:01 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_FRT_POSSIBLE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-iy0-f175.google.com (HELO mail-iy0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Mar 2012 16:18:46 +0000 Received: by iaag37 with SMTP id g37so2579080iaa.20 for ; Fri, 09 Mar 2012 08:18:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:x-gm-message-state; bh=eKQkA3kZCXXey5Mht5qiA12c13jFBEQMIPJvjWZWSwc=; b=GCJ+klYjXlO0uZ4USafrDJAR7v3QMZINEM8Q3cjt1z183Hq8QKxEkQ03ewYd+H2tVX J3gjZVgoZ3amYi4TidZ50dmCn8Cj1MQeGzFV/itDAJkAKAJcfrnZwGW6sxkLTGqCVc/P 8i2AHYhR5mX1cQQvXWity6Fp10sPKfXSw8o3C2zJfiFGUQYoArf42BAj9IOPKU2dEC5o 8/27fznxUrcYb7ZGkjjtVwwJmpBCo8ru1PQpZbts0zmjwy6cUeRFQo7mMbU7uQr2TM+K hUpLsX9+yYT1RrwN/ofYOetMtdZDlYiYxKcD5A753R8PianCaJCeglcuoefZYyDrfaPh CtoQ== Received: by 10.42.159.196 with SMTP id m4mr3723676icx.26.1331309926251; Fri, 09 Mar 2012 08:18:46 -0800 (PST) Received: by 10.42.159.196 with SMTP id m4mr3723652icx.26.1331309926129; Fri, 09 Mar 2012 08:18:46 -0800 (PST) Received: from coign.google.com ([2620:0:1000:2301:f2de:f1ff:fe40:72a8]) by mx.google.com with ESMTPS id ut8sm2271444igc.11.2012.03.09.08.18.44 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Mar 2012 08:18:45 -0800 (PST) From: Ian Lance Taylor To: Me Myself and I Cc: , Subject: Re: Almost successfull compiling GCJ, however.. References: <4F540948.9090604@bothner.com> <4F54869B.20409@redhat.com> Date: Fri, 09 Mar 2012 16:19:00 -0000 In-Reply-To: (Me Myself and, I's message of "Thu, 8 Mar 2012 19:18:06 +1100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQmrJ1UpBctQZaJYQ6McyR0eGdhPxQH3sdCzEuoubXjMPgjqr63OwrDGQuyUffU1ha73r35eNnABR9MUJJlQqHPeXlmSnxAXC/5h4LxzmpHg49N8RYPFs42YzLEjg9MKYAvtE43OwJg907XzrwcQnRkRE9xP9IxbG/7DKhAI1mB15+EaWlI= 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/msg00028.txt.bz2 Me Myself and I writes: > When I remove fib_table.h, > > and attempt to make; again inside objdir/ > > I get exactly the same error message as before, just earlier on: Show us the exact make output that includes that command that is run to create fib_table.h. Ian > --------------------------------------------------------------------------------------------------------------------- > fib2_ui.c:76:29: error: 'FIB_TABLE_LIMIT' undeclared (first use in this function) > fib2_ui.c:76:29: note: each undeclared identifier is reported only once for each function it appears in > make[5] *** [fib2_ui.lo] Error 1 > make[5] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp/mpn' > make[4] ***all-recursive] Error 1 > make[4] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp' > make[3] *** [all] Error 2 > make[3] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp' > make[2] *** [all-stage1-gmp] Error 2 > make[2] Leaving directory '/home/User/gcc-4.6.2/objdir' > make[1] *** [stage1-bubble] Error 2 > make[1] Leaving directory '/home/User/gcc-4.6.2/objdir' > make: *** [all] Error 2 > --------------------------------------------------------------------------------------------------------------------- > >> From: iant@google.com >> To: stargate7thsymbol@live.co.uk >> CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org >> Subject: Re: Almost successfull compiling GCJ, however.. >> Date: Wed, 7 Mar 2012 22:47:00 -0800 >> >> Me Myself and I writes: >> >> > ./contrib/download_prerequisites; >> > , run inside gcc-4.6.2/, puts gmp/, mpc/, mpfr/ directories correctly linked >> > to those required libraries. >> > >> > The error message that I'm getting is related presumably to these subdirectories. >> > >> > I have also deleted fib_table.h and done make; again. >> > >> > I do notice that the gmsfmt.exe command is missing, and I can't seem to find >> > an exe copy of this, for windows, over the internet. >> > >> > Ian seems to say that gen-fib.exe isn't outputing the information it needs to. >> > >> > Apart from an aparent possibile problem with gmsfmt.exe, which my make can't find, >> > >> > I can't see any other problem, and still get the same error message block that I've been >> > >> > talking about. >> > >> > Can someone help further, or give me a URL for gmsfmt.exe? >> >> >> I don't know what gmsfmt.exe is. I also don't know why you are talking >> about. >> >> When you remove fib_table.h and run make again, what is the exact >> output? >> >> If you run the gen-fib.exe program, what happens? >> >> Ian >> >> >> >> > >> > >> >> Date: Thu, 8 Mar 2012 00:04:01 +0000 >> >> Subject: Re: Almost successfull compiling GCJ, however.. >> >> From: jwakely.gcc@gmail.com >> >> To: stargate7thsymbol@live.co.uk >> >> CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org >> >> >> >> On 7 March 2012 23:50, Me Myself and I wrote: >> >> > >> >> > pwd; >> >> > /home/User/gcc-4.6.2/ >> >> > ./contrib/download_prerequisites; >> >> > cd ..; >> >> > mkdir objdir; >> >> > cd objdir; >> >> > ./../gcc-4.6.2/configure; >> >> > make; >> >> > >> >> > ------------------------------------------------------------------------------------------------------------ >> >> > fib2_ui.c:76:29: error: 'FIB_TABLE_LIMIT' undeclared (first use in this function) >> >> > fib2_ui.c:76:29: note: each undeclared identifier is reported only once for each function it appears in >> >> > make[5] *** [fib2_ui.lo] Error 1 >> >> > make[5] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp/mpn' >> >> > make[4] ***all-recursive] Error 1 >> >> > make[4] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp' >> >> > make[3] *** [all] Error 2 >> >> > make[3] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp' >> >> > make[2] *** [all-stage1-gmp] Error 2 >> >> > make[2] Leaving directory '/home/User/gcc-4.6.2/objdir' >> >> > make[1] *** [stage1-bubble] Error 2 >> >> > make[1] Leaving directory '/home/User/gcc-4.6.2/objdir' >> >> > make: *** [all] Error 2 >> >> > ------------------------------------------------------------------------------------------------------------ >> >> >> >> This error message doesn't match the commands above, it shows different paths. >> >> >> >> Assuming that's just because you're copying and pasting the wrong thing... >> >> >> >> You need to do as Ian suggests here: >> >> http://gcc.gnu.org/ml/gcc-help/2012-03/msg00061.html >> >> >> >> Delete the header fib_table.h >> >> Run make >> >> See what command is run to recreate fib_table.h >> >> Try running it manually >> >> See why it generates an empty file >> > >