cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-2230535 ] 7.19.1 fails to compile with msvc 6

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sun, 09 Nov 2008 11:59:37 +0000

Bugs item #2230535, was opened at 2008-11-06 19:15
Message generated for change (Settings changed) made by bagder
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: Closed
>Resolution: Fixed
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 \

----------------------------------------------------------------------

Comment By: Yang Tse (yangtse)
Date: 2008-11-06 19:58

Message:
I've just fixed it now in CVS.

If you give your full name, proper credit will be given in the changelog.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2230535&group_id=976
Received on 2008-11-09

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET