search for: libgcmmap2

Displaying 7 results from an estimated 7 matches for "libgcmmap2".

2009 Oct 17
3
[LLVMdev] Build errors for vmkit
...=/usr/share/classpath/glibj.zip --with-gnu-classpath-libs=/usr/lib/classpath /home/mmwu/Download/vmkit$ make ENABLE_OPTIMIZED=1 make[2]: Entering directory `/home/mmwu/Download/vmkit/tools/vmkit' llvm[2]: Linking Release executable vmkit (without symbols) /home/mmwu/Download/vmkit/Release/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::destroy()': gcinit.cpp:(.text+0x34): undefined reference to `GCAllocator::~GCAllocator()' gcinit.cpp:(.text+0x3c): undefined reference to `GCAllocator::operator delete(void*)' /home/mmwu/Download/vmkit/Release/lib/libGCMmap2.a(gcinit.o): In...
2009 Oct 18
0
[LLVMdev] Build errors for vmkit
...zip > --with-gnu-classpath-libs=/usr/lib/classpath > /home/mmwu/Download/vmkit$ make ENABLE_OPTIMIZED=1 > > make[2]: Entering directory `/home/mmwu/Download/vmkit/tools/vmkit' > llvm[2]: Linking Release executable vmkit (without symbols) > /home/mmwu/Download/vmkit/Release/lib/libGCMmap2.a(gcinit.o): In > function `mvm::Collector::destroy()': > gcinit.cpp:(.text+0x34): undefined reference to > `GCAllocator::~GCAllocator()' > gcinit.cpp:(.text+0x3c): undefined reference to `GCAllocator::operator > delete(void*)' > /home/mmwu/Download/vmkit/Release/lib/l...
2010 Jun 29
1
[LLVMdev] problems building vmkit
.../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 I get: llvm[1]: Compiling vmjc.cpp for Release build llvm[1]: Linking Release executable vmjc (without symbols) /home/zoewolk/RESEARCH/vmkit/Release/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::destroy()': gcinit.cpp:(.text+0x24): undefined reference to `GCAllocator::~GCAllocator()' gcinit.cpp:(.text+0x2c): undefined reference to `GCAllocator::operator delete(void*)' /home/zoewolk/RESEARCH/vmkit/Release/lib/libGCMmap2.a(gcinit.o): In f...
2010 Jul 14
0
[LLVMdev] How to cope with 'undefined reference' errors taken the example of building VMkit x86_64 version
...a CommonThread.a make output: <<< make[1]: Leaving directory `/home/mn/tests/VMkit/vmkit/lib' make[1]: Entering directory `/home/mn/tests/VMkit/vmkit/tools/vmjc' llvm[1]: Compiling vmjc.cpp for Debug build llvm[1]: Linking Debug executable vmjc /home/mn/tests/VMkit/vmkit/Debug/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::initialise()': /home/mn/tests/VMkit/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::operator new(unsigned long)' /home/mn/tests/VMkit/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::GCAllocator()...
2010 Jul 06
2
[LLVMdev] vmkit build problems
...ing mmtk or the default collector/installation (as described in the vmkit page or Alysson's writeup) using the svn head of llvm and vmkit, please let me know. thanks Z ... llvm[1]: Compiling vmjc.cpp for Debug build llvm[1]: Linking Debug executable vmjc /home/zoewolk/RESEARCH/vmkit/Debug/lib/libGCMmap2.a(gcinit.o): In function `mvm::Collector::initialise()': /home/zoewolk/RESEARCH/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::operator new(unsigned long)' /home/zoewolk/RESEARCH/vmkit/lib/Mvm/GCMmap2/gcinit.cpp:22: undefined reference to `GCAllocator::GCAllocator...
2010 Jul 05
0
[LLVMdev] vmkit build problems
Hi Zoe, maybe you've already solved your problem with VMKit configuration, but here you can find a mini-tutorial that I've done to guide people on VMKit installation. http://www2.dcc.ufmg.br/laboratorios/llp/wiki/doku.php?id=afpf Best regards, Alysson On Wed, Jun 30, 2010 at 1:34 PM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Zoe, > > Unfortunately, I
2010 Jun 30
2
[LLVMdev] vmkit build problems
Hi Zoe, Unfortunately, I don't have access to a x64 machine anymore, so I can't test that architecture on vmkit. Could you install a virtual machine on your machine that is x86_32? I know it has been successfully built and ran on x86_32 on different systems. Cheers, Nicolas On Wed, Jun 30, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote: > Hi again Nicolas, > >