當鏈接下面的鏈接錯誤出現在實驗LLVM3.5庫編譯:LLVM 3.5無法鏈接
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o):在功能
llvm::sys::Process::FileDescriptorHasColors(int)': (.text+0x85b): undefined reference to
setupterm ' /usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o):在功能llvm::sys::Process::FileDescriptorHasColors(int)': (.text+0x87a): undefined reference to
tigetnum' /usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process .o):功能llvm::sys::Process::FileDescriptorHasColors(int)': (.text+0x888): undefined reference to
set_curterm' /usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o):功能llvm::sys::Process::FileDescriptorHasColors(int)': (.text+0x890): undefined reference to
del_curterm'
鏈接命令行是用llvm-config
生成的,那麼爲什麼這會失敗?