При компиляции с экспериментальными библиотеками LLVM3.5 появляются следующие ошибки ссылки:
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o): функция
llvm::sys::Process::FileDescriptorHasColors(int)': (.text+0x85b): undefined reference tosetupterm "/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o): функцияllvm::sys::Process::FileDescriptorHasColors(int)': (.text+0x87a): undefined reference totigetnum" /usr/lib/llvm -3.5/lib/libLLVMSupport.a(Process.o): функцияllvm::sys::Process::FileDescriptorHasColors(int)': (.text+0x888): undefined reference toset_curterm" /usr/lib/llvm -3.5/lib/libLLVMSupport.a(Process.o): функцияllvm::sys::Process::FileDescriptorHasColors(int)': (.text+0x890): undefined reference todel_curterm
Командная строка линии была сгенерирована с помощью llvm-config, поэтому почему это не удается?