Hi, On Sun, 2003-06-08 at 12:31, Mark Wielaard wrote: > OK. I see that the configure --with-gcj which does a native compile > seems to be broken (almost same error as you have). Hmmmm. Will > investigate later. The problems comes from the fact that we are now sometimes using a class both as a test and as an helper class for another test. This means that we have to make sure that the combination of 'choices' and the 'uses' only contain each class once. The attached patch does this. 2003-06-08 Mark Wielaard * choose: Add all classes first to usesfile to uniqify them later before adding them to choises. I have checked it in. It should fix your problem. For me the following now works: $ GCJ=gcj-3.3 ../mauve/configure --with-gcj $ make check KEYS=libgcj Which gives: 174 of 7979 tests failed (Using a slightly tweaked mauve-libgcj) Cheers, Mark