In message <rt-4.0.19-29643-1453213350-1331.4255-2...@openssl.org> on Tue, 19 
Jan 2016 14:22:31 +0000, "sav...@ukr.net via RT" <r...@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         levi...@openssl.org
OpenSSL Project         http://www.openssl.org/~levitte/


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to