[issue26466] cannot build python 2.7.11 on AIX

Marc-Andre Lemburg report at bugs.python.org
Wed Mar 2 05:43:12 EST 2016


Marc-Andre Lemburg added the comment:

Does Python 2.7.10 build fine ? If so, then perhaps xlc doesn't
like the computed gotos in ceval.c.

You could try compiling with:

./configure ... --without-computed-gotos ...

to check.

----------
nosy: +lemburg

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


More information about the Python-bugs-list mailing list