From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10614 invoked by alias); 14 Sep 2011 03:41:16 -0000 Received: (qmail 10587 invoked by uid 22791); 14 Sep 2011 03:41:14 -0000 X-SWARE-Spam-Status: No, hits=3.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,TW_GC X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s21.bay0.hotmail.com (HELO bay0-omc4-s21.bay0.hotmail.com) (65.54.190.223) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Sep 2011 03:41:01 +0000 Received: from BAY159-W24 ([65.54.190.199]) by bay0-omc4-s21.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 13 Sep 2011 20:41:01 -0700 Message-ID: From: Me Myself and I To: , Subject: gcj onLinux, 32 and 64 bit executables. Date: Wed, 14 Sep 2011 03:41:00 -0000 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: 2011-09/txt/msg00010.txt.bz2 If I successfully compile a Test.java program with gcj Test.java --main=3DT= est -o Test.bin on 64 bit linux, I then have a 64 bit Linux exectuable. If I do similar on 32 bit Linux, I have a 32 bit Linux exectable. If I am running 64 bit Linux, is there a way to use gcj on this to get a 32= bit Linux bin, what should I do for this, where should I look, and can anyone give me any = simple, practical instructions on how to set it up?=20=09=09=20=09=20=20=20=09=09= =20=20