[LLVMdev] -ltinfo and -lz causing problems
Will Dietz
willdtz at gmail.com
Wed Dec 11 12:19:38 PST 2013
CMake has options LLVM_ENABLE_TERMINFO and LLVM_ENABLE_ZLIB, I believe
if you disable them you'll get LLVM w/o those dependencies, although
haven't tried it.
~Will
On Wed, Dec 11, 2013 at 1:48 PM, Frank Winter <fwinter at jlab.org> wrote:
> On a particular system I am trying to link my application to the LLVM
> library
> and it can't find -ltinfo and -lz. The former is part of ncurses (build with
> term-
> info). Building ncurses for this system in user space turns out to be not
> straight-forward (haven't succeeded so far).
>
> In LLVM, is there a way to turn the need for -ltinfo and -lz off?
>
> Frank
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list