Leo Li added the comment:
Sure! Yes, Pls close it.
--
___
Python tracker
<https://bugs.python.org/issue35074>
___
___
Python-bugs-list mailing list
Unsubscribe:
Leo Li added the comment:
I've tested 2 way to solve this:
1. disable --enable-optimizations option. the software can be compile and
install successful.
2. upgrade gcc version to 8.2.0.
docker ➜ bin gcc --version
gcc (Debian 8.2.0-8) 8.2.0
Copyright (C) 2018 Free Software Foundation
New submission from Leo Li :
Hi Team,
I met the issue consistently on 3.7 and 3.7.1.
The configure is well, but when the make will output error messges:
step1: [ok]
sudo ./configure --prefix=/opt/python3.71 --enable-optimizations
step2: make [fail]
if test $? -ne 0 ; then \
echo