Help test new HTTP/FTP code

David Shaw dshaw at jabberwocky.com
Thu Dec 23 15:37:11 CET 2004


On Thu, Dec 23, 2004 at 08:26:25AM -0600, Joe Vender wrote:

> Could someone please tell me exactly what I need and how to set it
> up so I can use the --with-libcurl option in GnuPG 1.4.1-cvs.  This
> would be on an MinGW32/MSYS system on Windows 98.
> 
> I tried downloading curl-7.12.3-win32-ssl-devel-mingw32.zip and
> placing the header files in c:\mingw\include, the library file
> libcurl.a in c:\mingw\lib and the binary curl.exe in c:\mingw\bin,
> but when I run ./configure --with-libcurl, it reports that libcurl
> isn't available. Any help would be much appreciated.

configure looks for libcurl in two steps: first, it runs the
'curl-config' script to see if it exists.  You're not getting past
that stage.  Doesn't the win32 version of curl have a curl-config
script?

David



More information about the Gnupg-devel mailing list