Hi, 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.
I used the following configure command : ./configure --prefix=/home/arunprasadmohan/Desktop/JIT_Mode/ --without-x --disable-gtk-peer --with-engine=jit It configured without any error, then i gave "make" command and it also worked fine. Then I gave "make install". After this I used the command "make install check" to check the installation. It is showing the following error: Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/Throwable /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 FAIL: jitBasic ================================ 1 of 1 tests failed Please report to kaffe@kaffe.org ================================ make[5]: *** [check-TESTS] Error 1 make[5]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/test/internal' make[4]: *** [check-am] Error 2 make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/test/internal' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/test' make[2]: *** [check-local] Error 2 make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7' make: *** [check-recursive] Error 1 Please reply whats wrong with it??? Thanks, Arun.
_______________________________________________ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe