[issue18235] _sysconfigdata.py wrong on AIX installations

David Edelsohn report at bugs.python.org
Sat Oct 19 21:02:44 CEST 2013


David Edelsohn added the comment:

With my patch applied, _sysconfig.py looks like

 'BLDSHARED': '/usr/local/lib/python3.4/config/ld_so_aix gcc -pthread '
              '-bI:/usr/local/lib/python3.4/config/python.exp',
 'LDSHARED': '/usr/local/lib/python3.4/config/ld_so_aix gcc -pthread '
             '-bI:/usr/local/lib/python3.4/config/python.exp',

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18235>
_______________________________________


More information about the Python-bugs-list mailing list