cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Not able to build curl on Windows using VS2008.

From: Arif Ali <arif.ali.syed_at_gmail.com>
Date: Wed, 10 Dec 2014 12:11:05 +0530

-Arif

On Tue, Dec 9, 2014 at 4:53 PM, Guenter <lists_at_gknw.net> wrote:

> Hi Arif,
> here's a quick way without fancy GUI which works:
>
> 1) open a "Visual Studio 2008 command prompt"
> 2) change dir to the root of your extracted curl-7.39.0 source
> 3) build with: "nmake VC=vc9 vc-winssl"
> 4) test: with: "src\curl -V" - should show ya:
> curl 7.39.0 (i386-pc-win32) libcurl/7.39.0 WinSSL
> Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s
> rtsp smtp smtps telnet tftp
> Features: AsynchDNS Largefile SSPI SPNEGO NTLM SSL
>
> I've just tested above, and that really works! So simple it can be ...
> using zlib with libcurl doesnt bring much benefit, only the curl.exe tool
> uses zlib to compress the manual (AFAICT).
>
> Günter.
>
>
>
>
Hello Günter,
                    I tried eveyhting that you have mentioned and it
generated the
curl.exe but i need libCurl.dll.

 C:\curlPrj\curl-7.39.0>.\src\curl.exe -V
curl 7.39.0 (i386-pc-win32) libcurl/7.39.0 WinSSL
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s
rtsp
smtp smtps telnet tftp
Features: AsynchDNS Largefile SSPI SPNEGO NTLM SSL

C:\curlPrj\curl-7.39.0>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-12-10