Hi,<br><br> Previously I was working in kaffe with intrp mode. Now I would like to work in kaffe with JIT mode as JIT mode is much faster than the intrp mode. So i decided to configure kaffe in JIT mode.<br><br>
I used the following configure command :<br><br> ./configure --prefix=/home/arunprasadmohan/Desktop/JIT_Mode/ --without-x --disable-gtk-peer --with-engine=jit<br><br>It configured without any error, then i gave "make" command and it also worked fine.<br>
Then I gave "make install". After this I used the command "make install check" to check the installation. It is showing the following error:<br><br>Internal error: caught an unexpected exception.<br>Please check your CLASSPATH and your installation.<br>
java/lang/Throwable<br>/bin/bash: line 4: 26502 Aborted (core dumped) env TEST_CLASSES="ConstMethods.class ConstMathMethods.class ParameterizedMethods.class ParameterizedMathMethods.class ParameterizedLogicalMethods.class ParameterizedBitwiseMethods.class ControlFlowMethods.class StaticMethodCall.class TypeConversion.class StaticFields.class PrimitiveArrays.class ObjectFields.class MethodOptimizations.class NativeMethodCall.class Exceptions.class VirtualMethod.class" `. ../../BUILD_ENVIRONMENT; BOOTCLASSPATH=.:\${BOOTCLASSPATH}; export BOOTCLASSPATH; sed 's/.*export \(.*\)/echo \1=$\1/' < ../../BUILD_ENVIRONMENT | sh` ${dir}$tst<br>
FAIL: jitBasic<br>================================<br>1 of 1 tests failed<br>Please report to <a href="mailto:kaffe@kaffe.org">kaffe@kaffe.org</a><br>================================<br>make[5]: *** [check-TESTS] Error 1<br>
make[5]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/test/internal'<br>make[4]: *** [check-am] Error 2<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/test/internal'<br>make[3]: *** [check-recursive] Error 1<br>
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/test'<br>make[2]: *** [check-local] Error 2<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7'<br>make[1]: *** [check-am] Error 2<br>
make[1]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7'<br>make: *** [check-recursive] Error 1<br><br>Please reply whats wrong with it???<br>Thanks,<br>Arun.<br><br>