Re: [openssl-users] Unable to run Configure for msys/mingw

2016-05-28 Thread 杨岑
I don't quite know what symblinks does, but it did not cause problems. With version 1.0.2h, I get: $ ./configure shared mingw Configuring for mingw no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir) no-gmp [default] OPENSSL_NO_GMP (skip dir) no-jpake

Re: [openssl-users] Unable to run Configure for msys/mingw

2016-05-28 Thread 杨岑
Please note I'm on msys/Windows. Under Linux, the configure script runs correctly without any problems. If you have doubt I strongly recommend you try this yourself using msys. If everything is normal, the output is too short. It should contain many many lines configure tests like what I got in Li

Re: [openssl-users] Unable to run Configure for msys/mingw

2016-05-28 Thread Matt Caswell
On 28/05/16 10:45, 杨岑 wrote: > No, it's not normal. > > I copied the exact output, no truncation. There should be a huge amount > of lines before "Configured for mingw". Well, you explicitly suppressed the symlink creation (using no-symlinks) which does normally generate a lot of output during

Re: [openssl-users] Unable to run Configure for msys/mingw

2016-05-28 Thread Jeremy Farrell
What do you expect that huge amount of lines to say? In what ways did the subsequent make depend, build, and test stages fail? On 28/05/2016 10:45, 杨岑 wrote: No, it's not normal. I copied the exact output, no truncation. There should be a huge amount of lines before "Configured for mingw". 在

Re: [openssl-users] Unable to run Configure for msys/mingw

2016-05-28 Thread 杨岑
No, it's not normal. I copied the exact output, no truncation. There should be a huge amount of lines before "Configured for mingw". 在 2016/5/28 16:51, Matt Caswell 写道: > > > On 28/05/16 05:13, 杨春雷 wrote: >> DES_UNROLL used >> BN_LLONG mode >> RC4_INDEX mode >> RC4_CHUNK is undefined >> >> >> C

Re: [openssl-users] Unable to run Configure for msys/mingw

2016-05-28 Thread Matt Caswell
On 28/05/16 05:13, 杨春雷 wrote: > DES_UNROLL used > BN_LLONG mode > RC4_INDEX mode > RC4_CHUNK is undefined > > > Configured for mingw. > > > *** Because of configuration changes, you MUST do the following before > *** building: > > > make depend > > The configure script abruptly sto