Ned Deily <n...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34988>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to