Hi,
I just tried to compile the latest curl version 7.35 on mingw using
"make mingw32".
Unfortunately the compilation fails because the object files from the
vtls folder are expected in lib/vtls but in fact they are in lib.
Attached is a patch which hopefully explains the problem.
Thomas
--- origsrc/curl-7.35.0/lib/Makefile.m32 2014-01-05 22:07:54 +0000
+++ src/curl-7.35.0/lib/Makefile.m32 2014-02-01 19:44:21 +0000
@@ -272,6 +272,7 @@ all: $(libcurl_a_LIBRARY) $(libcurl_dll_
$(libcurl_a_LIBRARY): $(libcurl_a_OBJECTS) $(libcurl_a_DEPENDENCIES)
@$(call DEL, $@)
+ cp polarssl.o openssl.o vtls.o gtls.o nss.o polarssl_threadlock.o
curl_schannel.o curl_darwinssl.o qssl.o axtls.o cyassl.o gskit.o vtls
$(AR) cru $@ $(libcurl_a_OBJECTS)
$(RANLIB) $@
$(STRIP) $@
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html