STINNER Victor <vstin...@python.org> added the comment:

> Operating System Centos 7.

Oh. That's surprising: there are multiple RHEL7 buildbots and there is no build 
or test issue on this OS. I would expect Centos 7 to be support, except that 
you installed GCC 10. We also tested Python 3.9 on GCC 10. Again, I would 
expect no build issue.

> Oddly, it seems that HAVE_READLINK is not configured.

It might be something wrong with your build system.

In your pyconfig.h, I see can many issues:

/* #undef HAVE_STRDUP */
/* #undef HAVE_READLINK */
/* #undef HAVE_CLOCK_GETTIME */

Please check your compiler flags. Check also config.log: please attach it to 
the issue as well.

----------
title: Errors building python 3.9.0 from source -> Errors building python 3.9.0 
from source on Centos 7 with GCC 10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41981>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to