From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22201 invoked by alias); 15 Sep 2011 00:16:23 -0000 Received: (qmail 22183 invoked by uid 22791); 15 Sep 2011 00:16:21 -0000 X-SWARE-Spam-Status: No, hits=2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TW_GC X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s23.bay0.hotmail.com (HELO bay0-omc4-s23.bay0.hotmail.com) (65.54.190.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Sep 2011 00:16:08 +0000 Received: from BAY159-W8 ([65.54.190.199]) by bay0-omc4-s23.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 14 Sep 2011 17:16:08 -0700 Message-ID: From: Me Myself and I To: , Subject: Question about gcj 64 bit compilation. Date: Thu, 15 Sep 2011 00:16: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/msg00012.txt.bz2 I am compiling Java source code in Mandriva 2011 64 bit, and default mode runs happily. The -m32 mode behaves as expected. However, when I try gcj Test.java --main=3DTest -m64 -o Test.bin I get the error: jc1: sorry, unimplemented: 64-bit mode not compiled in If my linux is 64 bit and if I omit -m64 and let it proceed, will gcj compile into 64 bit by default? =20=09=09=20=09=20=20=20=09=09=20=20