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:[EMAIL PROTECTED] IRCAM 1 place Stravinsky 75004 Paris FRANCE _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

