[openssl-users] mingw 64-bit build of 1.1.0e
Matt Caswell
matt at openssl.org
Mon Mar 13 09:26:50 UTC 2017
On 12/03/17 07:57, sisyphus1 at optusnet.com.au wrote:
>> But where did it find libz ?
>
> Heh ... this compiler ships with libz.a (x86_64-w64-mingw32/lib/libz.a).
> I don't know how long they've been doing that - probably for years.
> Remove (or rename) that file and 'make' fails because -lz can't be
> resolved.
You can specify where to find libz with the following Configure options:
--with-zlib-include=DIR
--with-zlib-lib=LIB
Check the INSTALL file for details.
Matt
More information about the openssl-users
mailing list