[llvm-dev] Can't compile LLVM project on Linux Debian

Lorenzo Laneve via llvm-dev llvm-dev at lists.llvm.org
Tue May 10 23:09:30 PDT 2016


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?


More information about the llvm-dev mailing list