I'm trying to compile using mingw but I'm getting this error:
Code:
../mingw/bin/id.exe: cannot find -lz
collect2.exe: error ld returned 1 exit status
Is -lz the zlib? I have zlib 1.2.5 extracted into the corresponding bin/include/lib folders. Anyone know what's wrong?