[LLVMbugs] [Bug 19489] New: VMKit: Compilation Error
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Apr 19 09:18:15 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19489
Bug ID: 19489
Summary: VMKit: Compilation Error
Product: new-bugs
Version: 3.3
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: cib123 at googlemail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I've followed the instructions on http://vmkit.llvm.org/get_started.html Note
that I'm using openjdk.
$ ./configure
--with-llvm-config-path=/home/cib/tmp/code/llvm-3.3/build/bin/llvm-config
--with-classpath-impl=openjdk --with-openjdk-path=/usr/lib/jvm/java-7-openjdk/
$ make VERBOSE=1
[vmkit ./lib/vmkit/CommonThread]: Preparing GC 'ctthread.bc'
/home/cib/tmp/code/llvm-3.3/build//bin/opt
-load=/home/cib/tmp/code/vmkit/vmkit/Release+Asserts/lib/static-gc-pass.so
-disable-opt -disable-cfi -disable-fp-elim -StaticGCPass
/home/cib/tmp/code/vmkit/vmkit/lib/vmkit/CommonThread/Release+Asserts/ctthread.bc
-o
/home/cib/tmp/code/vmkit/vmkit/lib/vmkit/CommonThread/Release+Asserts/ctthread-gc.bc
Error opening
'/home/cib/tmp/code/vmkit/vmkit/Release+Asserts/lib/static-gc-pass.so':
/home/cib/tmp/code/vmkit/vmkit/Release+Asserts/lib/static-gc-pass.so: undefined
symbol: _ZTIN4llvm10ModulePassE
-load request ignored.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140419/2e50328a/attachment.html>
More information about the llvm-bugs
mailing list