Created
November 1, 2015 13:55
-
-
Save pirapira/82886d60d1c771733054 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/ld: cannot find -lLLVMLinker | |
/usr/bin/ld: cannot find -lLLVMX86Disassembler | |
/usr/bin/ld: cannot find -lLLVMX86AsmParser | |
/usr/bin/ld: cannot find -lLLVMX86CodeGen | |
/usr/bin/ld: cannot find -lLLVMSelectionDAG | |
/usr/bin/ld: cannot find -lLLVMAsmPrinter | |
/usr/bin/ld: cannot find -lLLVMX86Desc | |
/usr/bin/ld: cannot find -lLLVMMCDisassembler | |
/usr/bin/ld: cannot find -lLLVMX86Info | |
/usr/bin/ld: cannot find -lLLVMX86AsmPrinter | |
/usr/bin/ld: cannot find -lLLVMX86Utils | |
/usr/bin/ld: cannot find -lLLVMInterpreter | |
/usr/bin/ld: cannot find -lLLVMCodeGen | |
/usr/bin/ld: cannot find -lLLVMScalarOpts | |
/usr/bin/ld: cannot find -lLLVMProfileData | |
/usr/bin/ld: cannot find -lLLVMInstCombine | |
/usr/bin/ld: cannot find -lLLVMTransformUtils | |
/usr/bin/ld: cannot find -lLLVMipa | |
/usr/bin/ld: cannot find -lLLVMExecutionEngine | |
/usr/bin/ld: cannot find -lLLVMRuntimeDyld | |
/usr/bin/ld: cannot find -lLLVMObject | |
/usr/bin/ld: cannot find -lLLVMMCParser | |
/usr/bin/ld: cannot find -lLLVMBitReader | |
/usr/bin/ld: cannot find -lLLVMAnalysis | |
/usr/bin/ld: cannot find -lLLVMTarget | |
/usr/bin/ld: cannot find -lLLVMMC | |
/usr/bin/ld: cannot find -lLLVMCore | |
/usr/bin/ld: cannot find -lLLVMSupport | |
collect2: error: ld returned 1 exit status | |
scons: *** [core/refu] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment