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

2017-03-13 Thread Matt Caswell
On 12/03/17 07:57, sisyph...@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

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

2017-03-12 Thread Richard Levitte
Re: [openssl-users] mingw 64-bit build of 1.1.0e sisyphus1> sisyphus1> > Just add -m64 on the config line, like this: sisyphus1> > sisyphus1> > ./config no-shared zlib -m64 -IC:/_64/msys_630/1.0/local/include \ sisyphus1> > -LC:/_64/msys_630/1.0/local/lib --prefix=C:/_64/msys

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 they've

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 \ -LC

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

2017-03-11 Thread Richard Levitte
Just add -m64 on the config line, like this: ./config no-shared zlib -m64 -IC:/_64/msys_630/1.0/local/include \ -LC:/_64/msys_630/1.0/local/lib --prefix=C:/_64/msys_630/1.0/local This is weird, though... what config target did you get when configuring? Ideally, you should have gotten 'mingw64',

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 Matt Caswell
On 12/03/17 00:06, sisyph...@optusnet.com.au wrote: > -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 r

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 -LC:/_64/msys_630/1.0

[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 -LC:/_64/msys_630/1.0/lo