This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: internal error - SP mismatch
- To: James CE Johnson <jcej at tragus dot org>
- Subject: Re: internal error - SP mismatch
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Fri, 24 Mar 2000 10:32:17 -0800 (PST)
- Cc: Matt Welsh <mdw at cs dot berkeley dot edu>, Tom Tromey <tromey at cygnus dot com>, Jeff Sturm <jsturm at sigma6 dot com>, java-discuss at sourceware dot cygnus dot com
- References: <200003241754.JAA22557@mnemosyne.CS.Berkeley.EDU><38DBB36C.F16219AF@tragus.org>
>> Or, you can try using gcc-2.95.2 with the latest libgcj
James> By "latest libgcj" do you mean the stable 2.95.1 version or the
James> one at the head of the CVS repository? Assuming you mean the
James> former, I'm gonna go try that now.
The rule is: gcj and libgcj must match.
gcc 2.95.1 and gcc 2.95.2 match libgcj 2.95.1.
the cvs gcc matches the cvs libgcj
(except the cvs gcc is broken)
gcc 2.95.2 + Bryce's "back porting" patch matches the cvs libgcj
(except there are bugs)
James> As a newcomer... I'd vote for a note that says which snapshots
James> work with which gcc.
I agree this would be nice. In practice no one seems to have time to
do this consistently.
Tom