Bugs item #2230535, was opened at 2008-11-06 12:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2230535&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: vmpdemo (vmpdemo)
Assigned to: Nobody/Anonymous (nobody)
Summary: 7.19.1 fails to compile with msvc 6
Initial Comment:
7.19.1 fails to compile with msvc 6, with errors such as:
libcurl.lib(hostip.obj) : error LNK2001: unresolved external symbol _Curl_freeaddrinfo
libcurl.lib(ftp.obj) : error LNK2001: unresolved external symbol _Curl_freeaddrinfo
libcurl.lib(hostasyn.obj) : error LNK2001: unresolved external symbol _Curl_freeaddrinfo
libcurl.lib(hostip.obj) : error LNK2001: unresolved external symbol _Curl_he2ai
libcurl.lib(hostthre.obj) : error LNK2001: unresolved external symbol _Curl_he2ai
Addressed by this patch:
--- lib/Makefile.vc6 2008-10-23 15:58:00.000000000 -0500
+++ lib/Makefile.vc6 2008-11-06 11:21:16.603790900 -0600
@@ -427,6 +427,7 @@
X_OBJS= \
$(DIROBJ)\base64.obj \
$(DIROBJ)\cookie.obj \
+ $(DIROBJ)\curl_addrinfo.obj \
$(DIROBJ)\transfer.obj \
$(DIROBJ)\escape.obj \
$(DIROBJ)\formdata.obj \
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2230535&group_id=976
Received on 2008-11-06