Hi,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I used the following configure command :<br><br>&nbsp;./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 &quot;make&quot; command and it also worked fine.<br>
Then I gave &quot;make install&quot;. After this I used the command &quot;make install check&quot; 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (core dumped) env TEST_CLASSES=&quot;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&quot; `. ../../BUILD_ENVIRONMENT; BOOTCLASSPATH=.:\${BOOTCLASSPATH}; export BOOTCLASSPATH; sed &#39;s/.*export \(.*\)/echo \1=$\1/&#39; &lt; ../../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&#39;<br>make[4]: *** [check-am] Error 2<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/test/internal&#39;<br>make[3]: *** [check-recursive] Error 1<br>
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/test&#39;<br>make[2]: *** [check-local] Error 2<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7&#39;<br>make[1]: *** [check-am] Error 2<br>
make[1]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7&#39;<br>make: *** [check-recursive] Error 1<br><br>Please reply whats wrong with it???<br>Thanks,<br>Arun.<br><br>