[issue34988] Rc2 candidates: "gcc" not found on AIX

Ned Deily report at bugs.python.org
Mon Oct 15 18:17:29 EDT 2018


Ned Deily <nad at python.org> added the comment:

Do you know if the behavior has changed here for 3.7.1rc2 and 3.6.7rc2 from earlier 3.7.x and 3.6.x releases?  I did a quick check of the configure.ac history and did not see any obvious change.  It looks like one way to handle this would be be to specify the desired compiler using the CC variable to configure:

./configure CC=gcc

Does that work?

Looking at the master branch (for the next feature release, 3.8), I see that this area has been changed substantially for 3.8 by the PR 6790 changes for Issue33483.  If you haven't already, you might want to test that and see if the behavior is reasonable for AIX.  Explicitly specifying CC=gcc should still work.

----------

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


More information about the Python-bugs-list mailing list