cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Question regarding correct libcurl's license usage

From: ιΧΑΞ ιΧΑΞΟΧ <pppsss7_at_gmail.com>
Date: Sun, 20 Sep 2009 23:16:38 +0400

Im trying to compile simple.c from http://curl.haxx.se/libcurl/c/simple.html

And when i wrote
$ cc curl.c
/tmp/ccuqDzha.o: In function `main':
curl.c:(.text+0x8a): undefined reference to `curl_easy_init'
curl.c:(.text+0xb4): undefined reference to `curl_easy_setopt'
curl.c:(.text+0xbf): undefined reference to `curl_easy_perform'
curl.c:(.text+0xcd): undefined reference to `curl_easy_cleanup'
collect2: ld returned 1 exit status

what's wrong ?

2009/9/20, Daniel Stenberg <daniel_at_haxx.se>:
> On Sat, 19 Sep 2009, Diego Massanti wrote:
>
>> would it be ok if i put the whole lincense text on the about box or put a
>> window that shows on the first launch showing the whole license text ?
>
> Yes it would, or just put it where you show your own license or in the docs
> for the app or wherever.
>
> --
>
> / daniel.haxx.se
>
Received on 2009-09-20