Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Richard Levitte
In message <1767402444.2364257.1482869125...@mail.yahoo.com> on Tue, 27 Dec 2016 20:05:25 + (UTC), "Ron Gaw " said: ronmlgaw> I wondered about that as well. ronmlgaw> ronmlgaw> First, regarding my msys64: The root '/' is mapped to "C:\msys64", and ronmlgaw> "/mingw64"

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Jeremy Farrell
So you're not using the MSYS version of Perl - compare your output of 'perl -v' with that given by Richard. That's very likely your problem, as Matt Caswell pointed out in the stackoverflow thread referred to earlier. On 28/12/2016 00:52, Ron Gaw via openssl-users wrote: See below. Jeremy

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Ron Gaw via openssl-users
See below. Jeremy Farrell>> What output do you get when you run the same commands as Richard? That is:Jeremy Farrell>> Jeremy Farrell>> type perl $ type perl perl is hashed (/mingw64/bin/perl) Jeremy Farrell>> Jeremy Farrell>> perl -v $ perl -v This is perl 5, version 22, subversion 0

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Jeremy Farrell
What output do you get when you run the same commands as Richard? That is: type perl perl -v perl -e 'print $^X,"\n";' On 27/12/2016 20:05, Ron Gaw via openssl-users wrote: I wondered about that as well. First, regarding my msys64: The root '/' is mapped to "C:\msys64", and "/mingw64"

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Ron Gaw via openssl-users
I wondered about that as well.  First, regarding my msys64: The root '/' is mapped to "C:\msys64", and "/mingw64" is the directory where I keep all things MinGW64 w64. Second: I do have multiple Perl's installed, though only one in the /mingw64 tree.  In essence, I *think* all the non-mingw64

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Richard Levitte
In message <1733025605.2034908.1482816244...@mail.yahoo.com> on Tue, 27 Dec 2016 05:24:04 + (UTC), "Ron Gaw " said: ronmlgaw> I am using a MinGW64 / MSYS2 environment to compile OpenSSL1.1.0c, but ronmlgaw> failing consistently after multiple attempts with a few

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-27 Thread Ron Gaw via openssl-users
From: Jeffrey Walton via openssl-users wrote: > http://stackoverflow.com/q/40948353/608639 In my original note, I explained that I'd done something similar to what the above stackoverflow.com entry suggested: >> I did edit the first Makefile

Re: [openssl-users] MinGW64 / MSYS2 and ./Configure : use of Windows style path causing failures to 'make'

2016-12-26 Thread Jeffrey Walton
On Tue, Dec 27, 2016 at 12:24 AM, Ron Gaw via openssl-users wrote: > I am using a MinGW64 / MSYS2 environment to compile OpenSSL1.1.0c, but > failing consistently after multiple attempts with a few variations each > attempt (including deleting entire source directory