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 Michael.Felt
Recipients Michael.Felt, ned.deily
Date 2018-10-16.11:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539690416.74.0.788709270274.issue34988@psf.upfronthosting.co.za>
In-reply-to
Content
using CC=gcc ./configure works fine

And, this does not appear to be a regression:

HEAD is now at 1bf9cc5 3.7.0 final
$ cd ../python3-3.7.0
$ ./configure
checking for git... found
checking build system type... powerpc-ibm-aix7.2.0.0
checking host system type... powerpc-ibm-aix7.2.0.0
checking for python3.7... no
checking for python3... python3
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... checking for --without-gcc...
checking for --with-icc... no
checking for gcc... xlc_r
checking whether the C compiler works... no
configure: error: in `/home/aixtools/python/git/python3-3.7.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
History
Date User Action Args
2018-10-16 11:46:56Michael.Feltsetrecipients: + Michael.Felt, ned.deily
2018-10-16 11:46:56Michael.Feltsetmessageid: <1539690416.74.0.788709270274.issue34988@psf.upfronthosting.co.za>
2018-10-16 11:46:56Michael.Feltlinkissue34988 messages
2018-10-16 11:46:56Michael.Feltcreate