From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9771 invoked by alias); 6 Jun 2011 10:01:34 -0000 Received: (qmail 9747 invoked by uid 22791); 6 Jun 2011 10:01:33 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_GC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Jun 2011 10:01:16 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p56A1FDN032631 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 6 Jun 2011 06:01:15 -0400 Received: from zebedee.pink (ovpn-113-128.phx2.redhat.com [10.3.113.128]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p56A1EnM001624; Mon, 6 Jun 2011 06:01:14 -0400 Message-ID: <4DECA569.40800@redhat.com> Date: Mon, 06 Jun 2011 10:59:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10 MIME-Version: 1.0 To: zac.j.m@internode.on.net CC: gcc-help@gcc.gnu.org Subject: Re: Assistance with GCJ 4.6 in MINGW32 References: <4DEC1C96.4080301@internode.on.net> In-Reply-To: <4DEC1C96.4080301@internode.on.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00115.txt.bz2 On 06/06/11 01:17, Zachary Mitchell wrote: > I wish to install the GCJ 4.6.0 version. > > I wish to compile from source. I have read the documentation, > and don't find it useful for my situation. > > I am running the MinGW32 environment, which has > gcc already installed as part of it's default MSYS 1.0 > installation. > > I ask the following: > > -Does the GCJ 4.6.0 allow java code to be compiled > into Linux/Mac/Windows executables, > ie machine code for those operating systems? I think this was answered on May 30. However, I'm not sure if MINGW32 works with gcc 4.6.0. The MinGW lists might be a good place to ask. > -For a small Test.java program, > could I be given an example gcj command line > for a particular example for the previous question? Also answered on May 30. > -Is 4.6.0 considered stable, and does it support > new things in Java like Generics/autoboxing-unboxing/annotations/Enums? > > -Does it work of a PATH/CLASSPATH variable? > > -How do I > $> ./configure;make;install; > with success under mingw32? Likewise. Andrew.