[LLVMdev] include's are not being located
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Jun 17 03:57:21 PDT 2014
On Mon, Jun 16, 2014 at 05:20:55PM -0500, Joseph wrote:
> Undefined symbols for architecture x86_64:
> "_del_curterm", referenced from:
> terminalHasColors(int) in libLLVMSupport.a(Process.o)
Need to link against libterminfo / libtinfo / libncurses, depending on
your platform. Alternatively, disable terminfo support via cmake/configure.
Joerg
More information about the llvm-dev
mailing list