New submission from agbaroni <alessiogiovanni.bar...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42702>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to