curl-library
Re: Trying to build libcurl with VC++
From: Bill Morefield <bill_at_billmorefield.com>
Date: Tue, 6 Aug 2002 19:08:42 -0400
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