| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: Curl, Openssl and Makefile.m32
From: Niall Twomey <twomers_at_gmail.com>
Date: Sun, 9 Sep 2007 16:41:12 +0100
Thanks again for your reply, Guenter.
I've got some good news and bad news ... The good news is that it
1) cmd prompt
First thing works :) But the mingw32-make mingw32-ssl didn't so I wen
Anyway all the .o files are made fine now :) But I got one more error:
> C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lz
which comes after:
> gcc -s -shared -Wl,--out-implib,libcurldll.a \
At a guess though I changed the -lz parameter in the makefile to
Did I?
Anyway I tested it in a program and I'm getting linker errors: "error
I'm making this simple https program:
#include <curl/curl.h>
int main(void) {
curl = curl_easy_init();
#ifdef SKIP_PEER_VERIFICATION
#ifdef SKIP_HOSTNAME_VERFICATION
res = curl_easy_perform(curl);
curl_easy_cleanup(curl);
I just noticed it didn't make me a .lib file ... is that a problem? I
Thanks for all the help so far! Niall
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info