Martin v. Löwis <mar...@v.loewis.de> added the comment: This is a misconfiguration of your system. Take a look at line 29538 of config.log. It says
configure:13701: ./conftest ld.so.1: ./conftest: ÖÂÃüµÄ: libintl.so.8: ´ò¿ªÊ§°Ü: ÎÞ´ËÎļþ»òĿ¼ ./configure: line -1756: 8400 Killed ./conftest$ac_exeext configure:13701: $? = 137 configure: program exited with status 137 configure: failed program was: | /* confdefs.h */ | #define _GNU_SOURCE 1 ... So it didn't actually run the test, but immediately failed because libintl.so.8 is broken (or something involving libintl.so.8). The surprising part is that this starts with the test for PTHREAD_SCOPE_SYSTEM. I cannot provide an explanation for that - you will have to research the source of the problem yourself. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15050> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com