From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7126 invoked by alias); 22 Feb 2012 02:08:29 -0000 Received: (qmail 7110 invoked by uid 22791); 22 Feb 2012 02:08:28 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,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; Wed, 22 Feb 2012 02:08:15 +0000 Received: by lahc1 with SMTP id c1so8934743lah.20 for ; Tue, 21 Feb 2012 18:08:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.48.65 with SMTP id j1mr8501413lbn.76.1329876492731; Tue, 21 Feb 2012 18:08:12 -0800 (PST) Received: by 10.112.52.40 with HTTP; Tue, 21 Feb 2012 18:08:12 -0800 (PST) In-Reply-To: References: Date: Wed, 22 Feb 2012 02:08:00 -0000 Message-ID: Subject: Re: Please, there now has to be someone who can get this working! From: Jonathan Wakely To: Me Myself and I Cc: gcc-help@gcc.gnu.org, java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00025.txt.bz2 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=A0=A0=A0=A0=A0=A0 107 Mb > gcc-4.6.2=A0=A0=A0=A0=A0=A0 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 afterwards.