[issue941346] AIX shared library fix

Antoine Pitrou report at bugs.python.org
Mon Sep 6 16:59:20 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> * there are no more warnings for 'Duplicate symbol': I changed
> build_ext.py to not link extensions with libpython since the symbols
> are already defined by python.exp

Could this affect building extensions with gcc under AIX? Or does gcc delegate to the AIX linker?

----------

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


More information about the Python-bugs-list mailing list