From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12065 invoked by alias); 17 Nov 2002 01:56:19 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 12005 invoked from network); 17 Nov 2002 01:56:18 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 17 Nov 2002 01:56:18 -0000 Received: from fleche.redhat.com (tq0212.peakpeak.com [207.174.177.212]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id SAA03865; Sat, 16 Nov 2002 18:56:14 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id 141D64F83D9; Sat, 16 Nov 2002 18:48:42 -0700 (MST) To: TJ Mather Cc: rhug-rhats@sources.redhat.com Subject: Re: OT: Apache POI Native Library using GCJ References: From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: So this is what it feels like to be potato salad Date: Sat, 16 Nov 2002 17:56:00 -0000 In-Reply-To: Message-ID: <87fzu1t18m.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-11/txt/msg00002.txt.bz2 >>>>> "TJ" == TJ Mather writes: TJ> I had to compile FormulaParser.java, POIFSViewEngine.java, and TJ> HexRead.java to *.class using GCJ, because I got a "bad pc in TJ> exception_table" if I tried to compile the JDK *.class to *.so TJ> using GCJ. I believe Andrew fixed this bug in the trunk gcj. TJ> Also note that *.java -> *.class using GCJ doesn't work for some TJ> *.java files. Please submit gcj PRs for this. Especially good would be a small test case that shows the problem. Tom