Help test new HTTP/FTP code

Joe Vender jvender at owensboro.net
Sat Dec 25 12:47:06 CET 2004


Thanks for the info, David. Sorry that I didn't get back to you sooner. Christmas has me away from the computer.

You're right. I don't see a curl-config file in the windows version. I've tried downloading the source and doing a ./configure to generate the file, but keep running into road blocks. First, I needed g++, g77 openssl (for ssl support), etc. Not enough time to work through the kinks right now. I'll grab the cvs source and try again. I figured out the subdir thing with the curl header files. I assume that the libcurl.a library and other library files goe into the normal path, c:\mingw\lib\libcurl.a, and the binary files go into c:\mingw\bin? That's what I'll try, anyway. Get back to you as soon as I can. Merry Christmas.

Regards,
Joe Vender


*********** REPLY SEPARATOR  ***********

On 12/24/04 at 2:55 PM David Shaw wrote:

>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
>





More information about the Gnupg-devel mailing list