cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-library Mailing List Archives

Re: Trying to build libcurl with VC++

From: Bill Morefield <bill_at_billmorefield.com>
Date: Tue, 6 Aug 2002 19:08:42 -0400

I had to make a change to the VC makefiles to get CURL to compile on
Visual C++.

In the file curl-7.9.8\lib\Makefile.vc6 look for the line (line 50)

LINKLIBS = ws2_32.lib

And change it to

LINKLIBS = ws2_32.lib winmm.lib

This is needed for the timegetTime function in curl-7.9.8\lib\timeval.c
(the comment mentions the need to link to the library, but the change
appears to have not been made to the makefile).

Bill Morefield

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2002-08-07

These mail archives are generated by hypermail.

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

File upload with ASP.NET