Lorenzo Laneve via llvm-dev
2016-May-11 06:09 UTC
[llvm-dev] Can't compile LLVM project on Linux Debian
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?
Ben Pope via llvm-dev
2016-May-11 12:20 UTC
[llvm-dev] Can't compile LLVM project on Linux Debian
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