[Mono-dev] Link errors with mono-llvm

Bill Seurer seurer at linux.vnet.ibm.com
Fri Oct 23 20:25:18 UTC 2015


On 10/23/2015 11:00 AM, Zoltan Varga wrote:
> LLVM_LIBS = -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info
> -lLLVMMCDisassembler -lLLVMX86AsmPrinter -lLLVMX86Utils
> -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCJIT -lLLVMRuntimeDyld
> -lLLVMObject -lLLVMMCParser -lLLVMBitReader -lLLVMJIT
> -lLLVMExecutionEngine -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine
> -lLLVMTransformUtils -lLLVMipa -lLLVMBitWriter -lLLVMAnalysis
> -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport
> -L/Users/vargaz/git/llvm/usr64/lib  -lz -lpthread -ledit -lcurses -lm
> -lstdc++

This was the problem.  None of the LLVM libraries were listed.  I added 
them by hand and it worked much better.  I'll look into why they were 
left off later.
-- 

-Bill Seurer



More information about the Mono-devel-list mailing list