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 eitan.adler
Recipients eitan.adler
Date 2018-05-13.18:28:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526236134.66.0.682650639539.issue33483@psf.upfronthosting.co.za>
In-reply-to
Content
configure.ac requires explicit configuration for finding the preferred compiler. This results in a non-native way of configuring the system, and does not actually work on most platforms.

Expected behavior:

CC is used to discover the C compiler; CPP, LD, CXX, etc. are used to discover their appropriate tools

Actual: 
--without-gcc or --with-icc must be explicitly passed
History
Date User Action Args
2018-05-13 18:28:54eitan.adlersetrecipients: + eitan.adler
2018-05-13 18:28:54eitan.adlersetmessageid: <1526236134.66.0.682650639539.issue33483@psf.upfronthosting.co.za>
2018-05-13 18:28:54eitan.adlerlinkissue33483 messages
2018-05-13 18:28:54eitan.adlercreate