This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bug in gcj, maybe with multiple .class inputs
- To: tromey at redhat dot com
- Subject: Re: bug in gcj, maybe with multiple .class inputs
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Thu, 05 Apr 2001 14:24:26 +1200
- CC: Java Discuss List <java at gcc dot gnu dot org>
- References: <87g0fo89rp.fsf@creche.redhat.com>
Tom Tromey wrote:
> I downloaded Hans Boehm's constructive reals calculator:
>
> http://www.hpl.hp.com/personal/Hans_Boehm/crcalc/
>
> I tried to build it with the latest 3.0 branch gcj.
> However if I compile the .class files one at a time, things work fine.
We really need to disable multi-file on the branch - there are too many
problems with it, affecting both source and class compilation. Per posted a
patch to do this, but its slightly buggy. I've been intending to check it in
once I get around to fixing it.
regards
[ bryce ]