From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1325 invoked by alias); 5 Mar 2012 05:11:08 -0000 Received: (qmail 1309 invoked by uid 22791); 5 Mar 2012 05:11:06 -0000 X-SWARE-Spam-Status: No, hits=3.3 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s19.bay0.hotmail.com (HELO bay0-omc4-s19.bay0.hotmail.com) (65.54.190.221) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Mar 2012 05:10:52 +0000 Received: from BAY147-W62 ([65.54.190.199]) by bay0-omc4-s19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 4 Mar 2012 21:10:51 -0800 Message-ID: From: Me Myself and I To: , Subject: Almost successfull compiling GCJ, however.. Date: Mon, 05 Mar 2012 05:11:00 -0000 In-Reply-To: <4F540948.9090604@bothner.com> References: ,<4F540948.9090604@bothner.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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/msg00006.txt.bz2 In response to the previous email to self, I have altered the prefix to be --prefix=3D/home/User/ and encounter the precise same sort of error: make; fib2_ui.c:76:29: error: 'FIB_TABLE_LIMIT' undeclared (first use in this fun= ction) 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 Why on earth doesn't this complete without these errors?=A0 Can I afford to= ignore them and go on to make install; anyway? > Date: Sun, 4 Mar 2012 16:31:04 -0800 > From: per@bothner.com > To: stargate7thsymbol@live.co.uk > CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org > Subject: Re: Almost successfull compiling GCJ, however.. >=20 > On 03/04/2012 04:28 PM, Me Myself and I wrote: > > My source code directory is > > > > /home/User/gcc-4.6.2/ > > > > I run ./contrib/download_prerequisites; inside it. > > > > I then create > > > > /home/User/objdir/ > > > > and cd to this directory. Inside which I run > > > > ./../gcc-4.6.2/configure --prefix=3D/home/User/; > > > > > > which is not inside the source directory, being is /home/User/gcc-4.6.2/ >=20 > I can't say why this isn't working, but I'd try using an absolute path: >=20 > /home/User/gcc-4.6.2/configure --prefix=3D/home/User/ > --=20 > --Per Bothner > per@bothner.com http://per.bothner.com/ =20=09=09=20=09=20=20=20=09=09=20=20