Re: [openssl-users] mingw 64-bit build of 1.1.0e

2017-03-11 Thread sisyphus1
-Original Message- From: Matt Caswell Sent: Sunday, March 12, 2017 11:13 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] mingw 64-bit build of 1.1.0e On 12/03/17 00:06, sisyph...@optusnet.com.au wrote: Disconcertingly, the summary at the end of ./config still

Re: [openssl-users] mingw 64-bit build of 1.1.0e

2017-03-11 Thread sisyphus1
-Original Message- From: sisyph...@optusnet.com.au Sent: Saturday, March 11, 2017 10:21 PM To: openssl-users@openssl.org Subject: [openssl-users] mingw 64-bit build of 1.1.0e In the msys2 shell, I run: ./config no-shared zlib -IC:/_64/msys_630/1.0/local/include

Re: [openssl-users] mingw 64-bit build of 1.1.0e

2017-03-11 Thread sisyphus1
-Original Message- From: Richard Levitte Sent: Sunday, March 12, 2017 3:25 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] mingw 64-bit build of 1.1.0e Just add -m64 on the config line, like this: ./config no-shared zlib -m64 -IC:/_64/msys_630/1.0/local/include \

Re: [openssl-users] mingw 64-bit build of 1.1.0e

2017-03-11 Thread sisyphus1
-Original Message- From: sisyph...@optusnet.com.au Did you just try: perl Configure mingw64 no-shared zlib Aaah ... that looks better. [snip] 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

[openssl-users] mingw 64-bit build of 1.1.0e

2017-03-11 Thread sisyphus1
Hi, Having a spot of bother trying to build a static openssl-1.1.0e using a mingw-w64 64-bit compiler - namely, gcc version 6.3.0 (x86_64-posix-sjlj-rev1, Built by MinGW-W64 project). In the msys2 shell, I run: ./config no-shared zlib -IC:/_64/msys_630/1.0/local/include