Michael Felt added the comment:
As this is the issue still open with regard to issues with ld_so_aix...
The current release Python3-3.5.2 does not include ld_so_aix in the "make
install DESTDIR=xxx output ("make install" also neglects to install ld_so_aix)
Installation Summary
--------------------
Name Level Part Event Result
-------------------------------------------------------------------------------
aixtools.python3.rte 3.5.2.0 USR APPLY SUCCESS
root@x064:[/data/prj/python3/python3-3.5.2]find /opt -name ld_so_aix
root@x064:[/data/prj/python3/python3-3.5.2]grep ld_so_aix /opt/lib/py*/_sys*.py
'BLDSHARED': '/opt/lib/python3.5/config/ld_so_aix xlc_r '
'LDCXXSHARED': '/opt/lib/python3.5/config/ld_so_aix xlc_r '
'LDSHARED': '/opt/lib/python3.5/config/ld_so_aix xlc_r '
So, the last two variables are correct - BLDSHARED is not correct in
_sysconfigdata.py because the file does not exist during the build process.
However, the build succeeds, so apparently this value for BLDSHARED is not used
during the build.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue18235>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com