I'm still trying to build vmkit.<br>Since N3 part is not buildable, I've tryed to turn its compilation off,<br>But there was no any halp to do this:<br>./configure --help prints how to build without J3, but no word how to build without N3.<br>

<br>But I've found solution:<br>***<br>To build vmkit without N3 (currently it is not buildable)<br>run ./configure without both of these keys: <br>--with-pnet-local-prefix <br>--with-mono<br>***<br><br>Please, add this asterisk-separated text to docs and to ./configure --help  part<br>

Thanks<br><br>==<br><br>Now, however it doesn't build too, Although now at last no single word about N3,<br>but:<br><br><<<<br>make[1]: Leaving directory `/home/mn/tests/VMkit/vmkit/lib'<br>make[1]: Entering directory `/home/mn/tests/VMkit/vmkit/tools/vmjc'<br>

llvm[1]: Compiling vmjc.cpp for Debug build<br>llvm[1]: Linking Debug executable vmjc<br>/home/mn/tests/VMkit/vmkit/Debug/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::initialise()':<br>/home/mn/tests/VMkit/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::operator new(unsigned long)'<br>

/home/mn/tests/VMkit/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::GCAllocator()'<br>/home/mn/tests/VMkit/vmkit/Debug/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::destroy()':<br>

/home/mn/tests/VMkit/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:42: undefined reference to `GCAllocator::~GCAllocator()'<br>/home/mn/tests/VMkit/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:42: undefined reference to `GCAllocator::operator delete(void*)'<br>

collect2: ld returned 1 exit status<br>make[1]: *** [/home/mn/tests/VMkit/vmkit/Debug/bin/vmjc] Error 1<br>make[1]: Leaving directory `/home/mn/tests/VMkit/vmkit/tools/vmjc'<br>make: *** [all] Error 1<br>>>><br>

<br>Is'not this related with latest GC checkins?<br><br>Regards,<br>Minas<br>