On Tue, 6 May 2014, Jon Torrey wrote:

Fatal: 'vtls/openssl.obj' does not exist - don't know how to make it

Yes, the makefile is not adjusted for the TLS files being moved into the vlts/ subdir so you need to make that change.

Possibly this change is necessary to make sure there's a subdir to create the object file in:

diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index 7dbb37f..ea06aff 100644
--- a/lib/Makefile.b32
+++ b/lib/Makefile.b32
@@ -140,10 +140,11 @@ clean:
        @-$(RM) libcurl.tds

 $(OBJDIR):
        @-$(RMDIR) $(OBJDIR)
        @-$(MKDIR) $(OBJDIR)
+       @-$(MKDIR) $(OBJDIR)/vtls

 $(LIBCURL_LIB): $(OBJECTS)
        @-$(RM) $(LIBCURL_LIB)
        $(LIB) $(LIBFLAGS) $@ @&&!
 +$(**: = &^


--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to