Hi Minas,<div><br></div><div>Glad you found the solution. Indeed, not providing any n3 related stuff will make configure disable compilation of n3. </div><div><br></div><div>For your build problems, I have experienced similar errors due to order of linkage in the Makefile files. Try to move around Allocator.a in tools/vmjc/Makefile to see if that fixes the problem.</div>
<div><br></div><div>Nicolas<br><br><div class="gmail_quote">On Sun, Jul 11, 2010 at 9:53 PM, Minas Abrahamyan <span dir="ltr"><<a href="mailto:minas.subs@gmail.com">minas.subs@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
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><font color="#888888">Minas<br>
</font><br>_______________________________________________<br>
vmkit-commits mailing list<br>
<a href="mailto:vmkit-commits@cs.uiuc.edu">vmkit-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/vmkit-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/vmkit-commits</a><br>
<br></blockquote></div><br></div>