Message 336781 - Python tracker (original) (raw)

Message336781

Author xdegaye
Recipients Alex.Willmer, muhzi, xdegaye
Date 2019-02-27.21:23:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1551302593.83.0.669382355815.issue36141@roundup.psfhosted.org
In-reply-to
Content
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.
History
Date User Action Args
2019-02-27 21:23:13 xdegaye set recipients: + xdegaye, Alex.Willmer, muhzi
2019-02-27 21:23:13 xdegaye set messageid: 1551302593.83.0.669382355815.issue36141@roundup.psfhosted.org
2019-02-27 21:23:13 xdegaye link issue36141 messages
2019-02-27 21:23:13 xdegaye create