From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30981 invoked by alias); 21 Feb 2012 10:14:13 -0000 Received: (qmail 30962 invoked by uid 22791); 21 Feb 2012 10:14:12 -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,TW_GC 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; Tue, 21 Feb 2012 10:13:32 +0000 Received: by lahc1 with SMTP id c1so7858139lah.20 for ; Tue, 21 Feb 2012 02:13:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.148.169 with SMTP id tt9mr2095736lab.20.1329819210992; Tue, 21 Feb 2012 02:13:30 -0800 (PST) Received: by 10.112.40.67 with HTTP; Tue, 21 Feb 2012 02:13:30 -0800 (PST) In-Reply-To: References: Date: Tue, 21 Feb 2012 10:14:00 -0000 Message-ID: Subject: Re: Please, there now has to be someone who can get this working! From: David Paterson 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 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/msg00020.txt.bz2 On 21 February 2012 05:32, Me Myself and I w= rote: > > I'm having trouble getting > > gcc-java-4.6.2.tar > > working under windows 7 mingw32. I have read the instructions with that d= ownload, > and find that key scripts just don't want to work.=A0 I have also become = aware > of the instructions at > > http://rmathew.com/articles/gcj/bldgcj.html > > which claims that gcj inside windows can be done > > > -Is there a simple set of commands I can use to get my compiler download > built and working? > > Can someone please help? Well, I can't help directly, since I've no experience with GCJ (I'm only using C/C++) but the page you linked to gives fairly detailed instructions on getting it running. Have you tried following these? You can set up a dual boot with Linux very easily, and I think that would be the easiest approach if you don't have access to a separate Linux machine. David P.