This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: mauve test how to ?
- From: Brian Jones <cbj at gnu dot org>
- To: Patrice Tisserand <Patrice dot Tisserand at ircam dot fr>
- Cc: classpath list <classpath at gnu dot org>, java at gcc dot gnu dot org
- Date: 14 Sep 2002 09:40:55 -0400
- Subject: Re: mauve test how to ?
- References: <1031823548.14452.2.camel@lithium.ircam.fr>
This may be a gcj bug. I've cc'd that list in case it is.
Brian
Patrice Tisserand <Patrice.Tisserand@ircam.fr> writes:
> Hi,
> I'm currently working for AGNULA project (http://www.agnula.org)
> and it would like to contribute to GNU Classpath project specialy for
> the AWT/SWING implementation.
> I have read "Mauve HOWTO" posted by Brian Jones at 22 May 2002,
> but I don't understand very well how did you check Classpath
> implementation
> with mauve.
> I have done the following commands (in the mauve-cvs top directory)
> $ export JAVA=gij
> $ export JAVAC=gcj
> $ ./configure --with-gcj
> copy mauve-classpath file from classpath-cvs top directory to mauve-cvs
> top directory
> $ make KEYS=classpath check
> ..... (shell script to set classes and choices)
> CLASSPATH=.:. gcj -fassume-compiled -g -O2 -c -o
> gnu/testlet/java/lang/Math/min.o gnu/testlet/java/lang/Math/min.java
> gnu/testlet/java/lang/Math/min.java: In class
> `gnu.testlet.java.lang.Math.min':
> gnu/testlet/java/lang/Math/min.java: In method
> `gnu.testlet.java.lang.Math.min.test(gnu.testlet.TestHarness)':
> gnu/testlet/java/lang/Math/min.java:87: Internal compiler error in
> emit_move_insn, at expr.c:2769
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> make[1]: *** [gnu/testlet/java/lang/Math/min.o] Error 1
> make[1]: Leaving directory `/data/tisseran/gnu/mauve-cvs'
>
> I use gcj/gij version 3.2.
>
> Can you please tell me if my setting for mauve test is correct, and
> with which java compiler and JVM can I test gnu Classpath
> implementation?
>
> Thanks,
> Patrice
>
> --
> Patrice Tisserand --- email:mailto:Patrice.Tisserand@ircam.fr
> IRCAM 1 place Stravinsky 75004 Paris FRANCE
>
>
>
>
> _______________________________________________
> Classpath mailing list
> Classpath@gnu.org
> http://mail.gnu.org/mailman/listinfo/classpath
>
--
Brian Jones <cbj@gnu.org>