Please, fix a mini bug. I have a situation below:
1. Downloaded and unpacked openssl 1.0.1c archive.
2. configure threads shared zlib-dynamic mingw
3. After this configuration I cannot build openssl using make build_libs. Generated makefile in crypto dir contains bugs: (at line 8 and 10)

INCLUDE=        -I. -I$(TOP) -I../include $(ZLIB_INCLUDE)
# INCLUDES targets sudbirs!
INCLUDES= -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include $(ZLIB_INCLUDE)

It should be compiler's '-I' key before '$(ZLIB_INCLUDE)'. I should add it manually every time I build openssl and it would be good if you will fix it.

MinGW (gcc 4.7.1)
Windows 7 x86
MSYS 1.0.11
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to