cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcURL build static lib

From: Ben Noordhuis <info_at_bnoordhuis.nl>
Date: Mon, 30 May 2011 16:36:37 +0200

On Mon, May 30, 2011 at 15:46, mammar <mammar_at_gmail.com> wrote:
> I am using the following command to build libcURL static library(.lib) using
> MingW
> ./configure --prefix=/mingw --enable-static=yes --enable-shared=no
> --disable-ldap
> and after that the make command
>
> but it is generating the following three in the .libs directory
> libcurl.a
> libcurl.la
> libcurl.lai
> I want to generate .lib.
> What is wrong with my procedure?
> Can anyone guide me?

http://stackoverflow.com/questions/2096519/from-mingw-static-library-a-to-visual-studio-static-library-lib
?

The .a should be readable / linkable by MSVC++.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-05-30