curl-library
Re: Curl and android
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 24 Jun 2010 23:11:46 +0200 (CEST)
Date: Thu, 24 Jun 2010 23:11:46 +0200 (CEST)
On Thu, 24 Jun 2010, Jean-Bernard Collet wrote:
Now you top-posted again, even though I asked you not to. Please?
> /home/jb/sdk/android/mydroid2.2/external/curl/src/main.c:1648: undefined
> reference to `getpass_r'
> collect2: ld returned 1 exit status
Again, configure tested for the presence of a function and it _found_ a
getpass_r and thus curl will attempt to use that when you build it. But
apparently it can't find the symbol when it links the final executable.
But that's not libcurl, that's the curl executable that has the problem so if
you only want/need libcurl you can in fact ignore the curl problem.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2010-06-24