curl-library
Re: ftpupload.c in SCO openserver
From: Linus Nielsen Feltzing <linus_at_haxx.se>
Date: Mon, 26 Jul 2004 12:49:58 +0200
Date: Mon, 26 Jul 2004 12:49:58 +0200
behrouz zolfaghari wrote:
> cc -o ftpupload ftpupload.c -lcurl
>
> It seems like it finds all ".h" files required, because it does not
> initiate any error regarding these files.
Try enabling the warnings, -Wall with the gnu compiler.
> but it does not identify "curl_easy_" functions such as
> "curl_easy_init" and others.
It sounds like it can't find the curl library, but it should warn you
about that.
Linus
Received on 2004-07-26