From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20319 invoked by alias); 22 Feb 2012 03:02:43 -0000 Received: (qmail 20302 invoked by uid 22791); 22 Feb 2012 03:02:41 -0000 X-SWARE-Spam-Status: No, hits=2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s18.bay0.hotmail.com (HELO bay0-omc4-s18.bay0.hotmail.com) (65.54.190.220) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Feb 2012 03:02:27 +0000 Received: from BAY147-W39 ([65.54.190.199]) by bay0-omc4-s18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 21 Feb 2012 19:02:26 -0800 Message-ID: From: Me Myself and I To: , , Subject: RE: Please, there now has to be someone who can get this working! Date: Wed, 22 Feb 2012 03:02:00 -0000 In-Reply-To: References: ,,, 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-02/txt/msg00027.txt.bz2 I understand that with this arrangement, and these sorts of commands, I am building a Native Compiler for C,C++ and Java #----------------------------------------------------------- $PWD/../gcc-4.6.2/configure --prefix=3D/opt/gcc-4.6.2=20 make make install #----------------------------------------------------------- -Do I gain Java Tiger 1.5 Syntax support with the file versions I have used? -I am doing this inside mingw32.=A0 What directory should I specify by --pr= efix, and should I specify this same directory inside my /etc/profile PATH variab= le initialisations? ---------------------------------------- > Date: Wed, 22 Feb 2012 02:08:12 +0000 > Subject: Re: Please, there now has to be someone who can get this working! > From: jwakely.gcc@gmail.com > To: stargate7thsymbol@live.co.uk > CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org > > On 22 February 2012 01:53, Me Myself and I wrote: > > > > I have downloaded > > > > gcc-core-4.6.2.tar > > gcc-java-4.6.2.tar > > > > I have found that the both contain a directory named > > > > gcc-4.6.2 107 Mb > > gcc-4.6.2 151 Mb > > > > What do I name what, and what should I do from here to > > build the gcc (presumably first), followed by my gcj? > > You don't name anything, just unpack them into the same directory and > follow the instructions at http://rmathew.com/articles/gcj/bldgcj.html > (and http://gcc.gnu.org/wiki/InstallingGCC for more general > instructions) > > GCJ will be built as part of GCC, you don't build it separately afterward= s. =20=09=09=20=09=20=20=20=09=09=20=20