cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Building libcurld.lib (debug) using MSVC

From: Huzaifa Al Nahas <halnahas_at_gmail.com>
Date: Tue, 9 Dec 2008 11:16:42 -0800

The solution is simple. Just add the ssl-debug flag to the make
command and it works fine:

1. vcvars32.bat
2. set OPENSSL_PATH=open_ssl_path
3. nmake /f Makefile.vc8 cfg=debug-ssl

Then the library libcurld.lib is generated in lib/debug-ssl

- Huzaifa

On Mon, Dec 8, 2008 at 2:38 PM, Huzaifa Al Nahas <halnahas_at_gmail.com> wrote:
> Following the build process in
> http://curl.netmirror.org/docs/install.html generates only release
> versions of libcurl (this is true with and without ssl support). How
> do I build libcurld.lib to get the debug version of libcurl using
> MSVC8?
>
> Thanks,
> Huzaifa
>
Received on 2008-12-09