New submission from Federico Tesser :
Good afternoon.
I have some problems building python 3.9.0 from source.
Here's my configuration:
CC=/usr/local/gcc-10.2.0/bin/gcc CXX=/usr/local/gcc-10.2.0/bin/g++
CFLAGS="-I/usr/local/libuuid-1.0.3/include/
-I/usr/local/libuuid-1.0.3/includ
Federico Tesser added the comment:
Operating System Centos 7.
Here attached the pyconfig.h.
Oddly, it seems that HAVE_READLINK is not configured.
Any suggestions?
--
Added file: https://bugs.python.org/file49500/pyconfig.h
___
Python tracker
Change by Federico Tesser :
Added file: https://bugs.python.org/file49501/pyconfig.h
___
Python tracker
<https://bugs.python.org/issue41981>
___
___
Python-bugs-list m
Federico Tesser added the comment:
Same problems using gcc 4.8.5.
Attached you will find the corresponding "pyconfig.h" and "config.log"
It seems quite odd to me too
--
___
Python tracker
<https://bug
Federico Tesser added the comment:
Here the "config.log"
--
Added file: https://bugs.python.org/file49502/config.log.tar.gz
___
Python tracker
<https://bugs.python.o
Federico Tesser added the comment:
I am sorry to have bothered you. I found the problem:
In "config.log" you can see that "/bin/ld" did not found "-lpanelw". The
problem was that in ncurses-6.2 it was "-lpaneltw".
Pyhon has been succesfully installed,