cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Curl and android

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 24 Jun 2010 20:18:55 +0200 (CEST)

On Thu, 24 Jun 2010, Jean-Bernard Collet wrote:

(Please don't top-post)

> external/curl/lib/url.c:73:2: error: #error "We can't compile without
> socket() support!"

This means configure didn't find the socket() function, or rather figured out
how to use it correctly. If you check config.log you'll see its attempts and
how it failed. You need to help it complete that test successfully, as
otherwise it cannot use select() and then you cannot build libcurl...

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-06-24