[openssl-dev] [openssl.org #4255] OpenSSL-1.1.0-pre2 failures using MinGW-W64

sav_ix@ukr.net via RT rt at openssl.org
Tue Jan 19 14:22:31 UTC 2016


    Hi everyone, 


Got few questions concerning OpenSSL builds using MinGW-W64. 

Used stuff: 
- Windows 10, 
- MinGW-W64 (v5.3.0, <i686,x86_64>-posix-sjlj-rev0), 
- MSYS2 x64 (msys2-x86_64-20150916.exe), 
- OpenSSL-1.1.0-pre2. 


1. If add parameter '-std=C11' (or '-std=C89') to 'cflags' variable in 'mingw' and 'mingw64' sections of file 'OpenSSL/Configurations/10-main.conf', and built OpenSSL with commands: 

./Configure --prefix="$PWD/GCC32" mingw && make depend && make 
or 
./Configure --prefix="$PWD/GCC64" mingw64 && make depend && make 

got error: 
=============================== 
<builtin>: recipe for target 'md4_dgst.o]' failed 
make[2]: *** [md4_dgst.o] Error 1 
=============================== 

Is it a flaw, or standard behavior? (e rror inherent to OpenSSL-1.0.2e too) 


2. Command 'make test' finishes with errors for <x86,x64>+<shared,static> configurations (logs added in attachment). While shared builds freeze on some step and should be terminated manually. 
Is it a flaw, or standard behavior on Windows? 



Regards, 

Alexander 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: openssl_build_using_mingw-w64_logs.zip
Type: application/x-zip-compressed
Size: 12879 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160119/296157fd/attachment-0001.bin>


More information about the openssl-dev mailing list