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 <[email protected]>: > 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 >
