Eugene
Results
2
comments of
Eugene
Linux, GCC v7 When zlib is not found (`runtime-link=shared`), `bin.v2/config.log` contains ``` set "ac-library-zlib-64-x86-static-linux-7-gcc" : "missing" ; ``` If found (`runtime-link=static`), then `bin.v2/config.log` says ``` set "ac-library-zlib-64-x86-static-linux-7-gcc" : "/path/to/lib/x64-debug" "z"...
Looks like this is caused by (incorrectly) passing `ZLIB_NAME=libz` instead of `ZLIB_NAME=z`, but I don't any reason why one would falsely succeed and another not.