[New-bugs-announce] [issue42702] Inconsistent state after autoreconf

agbaroni report at bugs.python.org
Mon Dec 21 08:14:59 EST 2020


New submission from agbaroni <alessiogiovanni.baroni at gmail.com>:

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.

----------
messages: 383517
nosy: agbaroni
priority: normal
severity: normal
status: open
title: Inconsistent state after autoreconf
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42702>
_______________________________________


More information about the New-bugs-announce mailing list