Thanks Nicolas for your help with my build problems with vmkit.<br>Yes, I was missing ant -- great catch (I'm on a newly installed <br>machine).  That fix with this configuration, gets me to the error below.<br>Any thoughts (build tools, other I may be missing that are not checked for)?<br>

<br>Are there steps that you suggest I try to gather more information on <br>the problem?  Also -- it seems to be building the release version by default (perhaps because my llvm build used release), should I <br>try with the debug version instead? If so, is there a config flag for that?<br>
<br>Thanks in advance for your help.<br>-Z<br><br>./configure --with-llvmsrc=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-llvmobj=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-llvmgcc=/home/zoewolk/RESEARCH/LLVMSystem --with-gc=mmtk<br>

<br>Buildfile: /home/zoewolk/RESEARCH/vmkit/mmtk/java/build.xml<br><br>main:<br><br>BUILD SUCCESSFUL<br>Total time: 0 seconds<br>llvm[2]: Building Release mmtk-vmkit.jar all<br>0  vmjc            0x0000000000d2edef<br>1  vmjc            0x0000000000d30e82<br>

2  libpthread.so.0 0x00002b5d6098b190<br>3  vmjc            0x00000000005e4367 mvm::SharedStartFunctionMap::initialize() + 167<br>Segmentation fault<br>make[2]: *** [all] Error 139<br>make[2]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/mmtk/java'<br>

make[1]: *** [all] Error 1<br>make[1]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/mmtk'<br>make: *** [all] Error 1<br><br>