Help test new HTTP/FTP code

David Shaw dshaw at jabberwocky.com
Fri Dec 24 20:55:31 CET 2004


On Thu, Dec 23, 2004 at 09:37:11AM -0500, David Shaw wrote:
> 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?

It seems it doesn't, so I've revamped the configure check for
libcurl to not require curl-config.  Could you try again?  Note that
curl header files live in a subdirectory: it should be
c:\mingw\include\curl\curl.h and not c:\mingw\include\curl.h

David



More information about the Gnupg-devel mailing list