Xavier de Gaye <xdeg...@gmail.com> added the comment:

What is the NDK version ?

There is no Android pthread library. It is possible that the failure comes from 
the fact that the first configure test on pthread_create links with pthread and 
that the Android linker fails now instead of ignoring this error as it did 
before.

Can you add "ac_cv_pthread_is_default=yes" to the configure command line in 
order to tell configure that the pthread functions are in the main libc (i.e. 
bionic) to see if this fixes the problem.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36141>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to