[llvm-dev] Can't compile LLVM project on Linux Debian
Ben Pope via llvm-dev
llvm-dev at lists.llvm.org
Wed May 11 05:20:16 PDT 2016
On Wednesday, May 11, 2016 02:09 PM, Lorenzo Laneve via llvm-dev wrote:
> When I try to compile my LLVM-based project on a Debian (Jessie), the linker gives error saying that "-lz" doesn't found the lib.
> I checked if libz.a exists and it actually doesn't exist. Why does it miss?
https://lmddgtfy.net/?q=jessie%20libz.a
https://packages.debian.org/jessie/zlib1g-dev
sudo apt-get install zlib1g-dev
Ben
More information about the llvm-dev
mailing list