curl_easy_setopt(curl, CURLOPT_URL, url);
               curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile);

 同事,追查了原因,竟然是url和outfile的值都没赋值。

无语!