This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author agbaroni
Recipients agbaroni
Date 2020-12-21.13:14:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608556499.13.0.313130118619.issue42702@roundup.psfhosted.org>
In-reply-to
Content
git clone https://github.com/python/cpython && cd cpython && autoreconf && ./configure --with-pydebug gives the following error:

checking for --enable-optimizations... no
./configure: line 6443: syntax error near unexpected token `-fno-semantic-interposition,'
./configure: line 6443: `      AX_CHECK_COMPILE_FLAG(-fno-semantic-interposition,'

Here (section 1.5): https://cpython-devguide.readthedocs.io/setup/ speaks about only autoreconf.
History
Date User Action Args
2020-12-21 13:14:59agbaronisetrecipients: + agbaroni
2020-12-21 13:14:59agbaronisetmessageid: <1608556499.13.0.313130118619.issue42702@roundup.psfhosted.org>
2020-12-21 13:14:59agbaronilinkissue42702 messages
2020-12-21 13:14:59agbaronicreate