[issue40370] AIX: ld_so_aix not found during test of test_peg_generator

Pablo Galindo Salgado report at bugs.python.org
Thu Apr 23 07:40:18 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

I think the problem here is that distutils in AIX needs the ld_so_aix file installed and is not able to use the one in Modules from the source directory. This happens because sysconfig has "config-3.9d/ld_so_aix", which does not exist until python is installed.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40370>
_______________________________________


More information about the Python-bugs-list mailing list