From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25891 invoked by alias); 24 Feb 2012 10:42:09 -0000 Received: (qmail 25873 invoked by uid 22791); 24 Feb 2012 10:42:08 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_GC 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, 24 Feb 2012 10:41:54 +0000 Received: by iaby12 with SMTP id y12so3151422iab.20 for ; Fri, 24 Feb 2012 02:41:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.19.5 with SMTP id z5mr1227041ica.51.1330080113485; Fri, 24 Feb 2012 02:41:53 -0800 (PST) Received: by 10.50.129.10 with HTTP; Fri, 24 Feb 2012 02:41:53 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Feb 2012 10:42:00 -0000 Message-ID: Subject: Re: Compiling gcc. From: Bryce McKinlay To: Me Myself and I Cc: gcc-help@gcc.gnu.org, java@gcc.gnu.org, mingw-users@lists.sourceforge.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00030.txt.bz2 On Fri, Feb 24, 2012 at 5:30 AM, Me Myself and I wrote: > I have > > gcc-core-4.6.2.tar > > Operating under a unix-esque environment.=A0 Coincidentally, I have > > gcc-java-4.6.2.tar > > as subdirectories inside the former, which I am told will compile along w= ith the former > automatically, with no further input. You may also need to configure with "--enable-languages=3Djava". I'm not sure if Java support is built by default these days. > What do I do to get the gcc-core-4.6.2.tar compiled, built and compiling? Have you considered installing a binary package rather than trying to build gcc/gcj from source? Most Linux distributions do include gcj (or "gcc-java") packages, and you'll probably find this easier to get started with. Bryce