cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1216 configure failing to enable threaded resolver on android

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Thu, 11 Apr 2013 11:31:10 +0000

The threaded resolver requires pthreads on Linux. If you don't have the pthread library available in the Android NDK then the configure script is acting exactly as intended, it reverts back to the default choice.

What are you suggesting it should do when it can't find the pthreads lib?

---
** [bugs:#1216] configure failing to enable threaded resolver on android**
**Status:** open
**Created:** Thu Apr 11, 2013 05:41 AM UTC by Duncan
**Last Updated:** Thu Apr 11, 2013 05:41 AM UTC
**Owner:** Daniel Stenberg
Following the "Method using a configure cross-compile (tested with Android NDK r7c, r8)" build instructions, configure always outputs:
  resolver: default
because the check for pthread_create tries to use -lpthread on the link line, and arm-linux-androideabi-gcc is unable to find any pthread file.
Currently I'm working around this by patching the configure script because I don't know enough about automake to make the proper fix.
---
Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1216/>
To unsubscribe from further messages, please visit <https://sourceforge.net/auth/subscriptions/>
Received on 2013-04-11

These mail archives are generated by hypermail.

donate! Page updated January 05, 2012.
web site info

File upload with ASP.NET