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

Richard Levitte via RT rt at openssl.org
Tue Jan 19 14:37:33 UTC 2016


In message <rt-4.0.19-29643-1453213350-1331.4255-21-0 at openssl.org> on Tue, 19 Jan 2016 14:22:31 +0000, "sav_ix at ukr.net via RT" <rt at openssl.org> said:

> 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: 

Do you know that you can do that on the configuration command line as
well?  Like this:

    ./Configure ming2 -std=C11

rt> got error: 
rt> =============================== 
rt> <builtin>: recipe for target 'md4_dgst.o]' failed 
rt> make[2]: *** [md4_dgst.o] Error 1 
rt> =============================== 
rt> 
rt> Is it a flaw, or standard behavior? (e rror inherent to OpenSSL-1.0.2e too) 

That means you need to look above, at the output from the compile line
of md4_dgst.o.  Those line that you show is are from make, basically
complaining that the compiler (or whatever program that reports an
error) was complaining.

rt> 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. 
rt> Is it a flaw, or standard behavior on Windows? 

You can find more logs in test/*.log, one file for each test.

-- 
Richard Levitte         levitte at openssl.org
OpenSSL Project         http://www.openssl.org/~levitte/




More information about the openssl-dev mailing list