From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16678 invoked by alias); 11 Feb 2008 18:58:46 -0000 Received: (qmail 16670 invoked by uid 22791); 11 Feb 2008 18:58:45 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.144) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 11 Feb 2008 18:58:25 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 50E01312C81; Mon, 11 Feb 2008 18:58:37 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Mon, 11 Feb 2008 18:58:37 +0000 (UTC) Received: from dl2.hq2.avtrex.com ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 11 Feb 2008 10:58:19 -0800 Message-ID: <47B09AC9.2050605@avtrex.com> Date: Mon, 11 Feb 2008 18:58:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Andrew W , gcc help Subject: Re: Forward declaration of classes needed when using GCJ? References: <47AF31F9.2060209@iee.org> <47B08AB2.3080508@avtrex.com> <47B098D1.1050200@iee.org> In-Reply-To: <47B098D1.1050200@iee.org> Content-Type: text/plain; charset=windows-1252; format=flowed 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: 2008-02/txt/msg00081.txt.bz2 Never respond directly to me. Keep the original mailing list(gcc-help@) on the CC list. Andrew W wrote: > Fair enough but that doesnt actually address the problem. Its ClassB it > doesnt like. > It likes it just fine. I successfully compiled your exact code on my Fedora Core 8 system using this command line: > > David Daney wrote: >> >> That should be: >> gcj --main=net.mydomain.core.ClassA ./net/mydomain/core/ClassA.java >> ./net/mydomain/core/ClassB.java >> David Daney