cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: cURL SSL WINDOWS

From: <Joern.Hartroth_at_comma-soft.com>
Date: Fri, 2 Mar 2001 10:53:15 +0100

Yep, these errors are due to an omission in libcurl.def. Somehow I didn't
get around to checking the required modifications into the CVS server. I'll
see to that later.

For the time being, you can simply edit libcurl.def to look like

---- begin verbatim
;
; Definition file for the DLL version of the LIBCURL library from curl
;

LIBRARY LIBCURL

DESCRIPTION 'curl libcurl - http://curl.haxx.se'

EXPORTS
        curl_close @ 1 ;
        curl_connect @ 2 ;
        curl_disconnect @ 3 ;
        curl_do @ 4 ;
        curl_done @ 5 ;
        curl_easy_cleanup @ 6 ;
        curl_easy_getinfo @ 7 ;
        curl_easy_init @ 8 ;
        curl_easy_perform @ 9 ;
        curl_easy_setopt @ 10 ;
        curl_escape @ 11 ;
        curl_formparse @ 12 ;
        curl_formfree @ 13 ;
        curl_free @ 14 ;
        curl_getdate @ 15 ;
        curl_getenv @ 16 ;
        curl_init @ 17 ;
        curl_open @ 18 ;
        curl_read @ 19 ;
        curl_setopt @ 20 ;
        curl_slist_append @ 21 ;
        curl_slist_free_all @ 22 ;
        curl_transfer @ 23 ;
        curl_unescape @ 24 ;
        curl_version @ 25 ;
        curl_write @ 26 ;
        curl_maprintf @ 27 ;
         curl_mfprintf @ 28 ;
        curl_mprintf @ 29 ;
         curl_msprintf @ 30 ;
         curl_msnprintf @ 31 ;
         curl_mvfprintf @ 32 ;
        Curl_strequal @ 33 ;
        Curl_strnequal @ 34 ;
---- end verbatim

and everything should work ok. Note that the last two entries need to appear
in capitals.

Regards,
    Joern

> -----Original Message-----
> From: Amaury JOB [mailto:a.job_at_ldlc.fr]
> Sent: Friday, March 02, 2001 10:30 AM
> To: curl-library_at_lists.sourceforge.net
> Subject: RE: cURL SSL WINDOWS
>
>
> When I compile cURL by the command make -f Makefile.m32
> SSL=1, I've got
> these errors:
>
> undefined reference to 'maprintf'
> undefined reference to 'mfprintf'
> undefined reference to 'mprintf'
> undefined reference to 'msprinf'
> undefined reference to 'msnprintf'
> undefined reference to 'mvprintf'
> undefined reference to 'strequal'
> undefined reference to 'strnequal'
> Dllwrap: gcc exited with status 1
> Make: *** [libcurl.dll] Error 1
>
> Is anyone know these error?
>
> Thanks for your help...
>
> Amaury
>
>
>
>
>
> _______________________________________________
> Curl-library mailing list
> Curl-library_at_lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/curl-library
>

_______________________________________________
Curl-library mailing list
Curl-library_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-library
Received on 2001-03-02