[issue41981] Errors building python 3.9.0 from source

2020-10-09 Thread Federico Tesser
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

[issue41981] Errors building python 3.9.0 from source

2020-10-09 Thread Federico Tesser
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

[issue41981] Errors building python 3.9.0 from source on Centos 7 with GCC 10

2020-10-09 Thread Federico Tesser
Change by Federico Tesser : Added file: https://bugs.python.org/file49501/pyconfig.h ___ Python tracker <https://bugs.python.org/issue41981> ___ ___ Python-bugs-list m

[issue41981] Errors building python 3.9.0 from source on Centos 7 with GCC 10

2020-10-09 Thread Federico Tesser
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

[issue41981] Errors building python 3.9.0 from source on Centos 7 with GCC 10

2020-10-09 Thread Federico Tesser
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

[issue41981] Errors building python 3.9.0 from source on Centos 7 with GCC 10

2020-10-09 Thread Federico Tesser
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,