This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
BigInteger compile fails
- To: java-discuss at sourceware dot cygnus dot com
- Subject: BigInteger compile fails
- From: Matt Welsh <mdw at cs dot berkeley dot edu>
- Date: Mon, 14 Feb 2000 23:21:22 -0800
- Reply-To: Matt Welsh <mdw at cs dot berkeley dot edu>
Trying to compile the latest libgcj from CVS, using gcj 2.95.2, I get the
following error:
java/math/BigInteger.java: In class `java.math.BigInteger':
java/math/BigInteger.java: In method `isNegative()':
java/math/BigInteger.java:282: internal error - SP mismatch
I presume this has been fixed in a later egcs? Any suggestion on which one
I should try?
Matt