Re: Compiling Curl with TLS support using MSVC 2008

2013-07-15 Thread sumit gambhir
Hi, I am getting following error in compilation : - libcurl.lib(version.obj) : error LNK2019: unresolved external symbol _zlibVersio n referenced in function _curl_version libcurl.lib(content_encoding.obj) : error LNK2001: unresolved external symbol _z libVersion libcurl.lib(content_encoding.obj)

Re: Compiling Curl with TLS support using MSVC 2008

2013-07-14 Thread sumit gambhir
I would be needed dynamic library i.e. libcurl.dll. Do i need to change Makefile.vc for that? Thanks and Regards, Sumit Gambhir On Sun, Jul 14, 2013 at 8:18 PM, Daniel Stenberg wrote: > On Sat, 13 Jul 2013, Jan Ehrhardt wrote: > > cd lib >>> nmake -f Makefile.vc6 WINDOWS_SSPI=1 CFG=release-

Re: Compiling Curl with TLS support using MSVC 2008

2013-07-14 Thread Daniel Stenberg
On Sat, 13 Jul 2013, Jan Ehrhardt wrote: cd lib nmake -f Makefile.vc6 WINDOWS_SSPI=1 CFG=release-winssl-zlib I am sure this it not what the OP wants. MSVC 2008 = vc9, not vc6. There's a Makefile.vc9 as well in the tarballs. He will have to use the Makefile.vc. That might still be a goo

Re: Compiling Curl with TLS support using MSVC 2008

2013-07-13 Thread Jan Ehrhardt
Gisle Vanem in gmane.comp.web.curl.library (Sat, 13 Jul 2013 15:29:54 +0200): >"sumit gambhir" wrote: > >> Please provide steps to compile Curl with TLS and HTTPS support using MSVC >> 2008. > >What HTTPS library you want to use? The SSL that comes with >Windows would probably be best for your. It

Re: Compiling Curl with TLS support using MSVC 2008

2013-07-13 Thread Gisle Vanem
"sumit gambhir" wrote: Please provide steps to compile Curl with TLS and HTTPS support using MSVC 2008. What HTTPS library you want to use? The SSL that comes with Windows would probably be best for your. It could be built in this ugly way: cd lib nmake -f Makefile.vc6 WINDOWS_SSPI=1 CFG=re

Re: Compiling Curl with TLS support using MSVC 2008

2013-07-13 Thread Ryan
On Jul 13, 2013, at 5:10 PM, sumit gambhir wrote: > Hi, > > Please provide steps to compile Curl with TLS and HTTPS support using MSVC > 2008. Why compile it yourself? The curl download page has links to download a Windows binary. But, the cURL documentation explains in detail how to build i

Compiling Curl with TLS support using MSVC 2008

2013-07-13 Thread sumit gambhir
Hi, Please provide steps to compile Curl with TLS and HTTPS support using MSVC 2008. Thanks and Regards, Sumit Gambhir --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html