This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Michael.Felt, ned.deily
Date 2018-10-15.22:17:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539641849.01.0.788709270274.issue34988@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-10-15 22:17:29ned.deilysetrecipients: + ned.deily, Michael.Felt
2018-10-15 22:17:29ned.deilysetmessageid: <1539641849.01.0.788709270274.issue34988@psf.upfronthosting.co.za>
2018-10-15 22:17:28ned.deilylinkissue34988 messages
2018-10-15 22:17:28ned.deilycreate