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?