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 sylvain.corlay
Recipients James.Tatum, SilentGhost, berker.peksag, dstufft, eric.araujo, ned.deily, sylvain.corlay
Date 2016-08-19.19:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471636764.7.0.611654857581.issue26689@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Ned. I posted a couple of messages on distutils-sig and got little attention.

I think that this feature is very important for detecting whether a compiler supports a certain flag like `-std=c++11` and provide a meaningful error when needed.

CMake has the same feature, implemented in a similar fashion (CHECK_CXX_COMPILER_FLAG).
History
Date User Action Args
2016-08-19 19:59:24sylvain.corlaysetrecipients: + sylvain.corlay, ned.deily, eric.araujo, SilentGhost, James.Tatum, berker.peksag, dstufft
2016-08-19 19:59:24sylvain.corlaysetmessageid: <1471636764.7.0.611654857581.issue26689@psf.upfronthosting.co.za>
2016-08-19 19:59:24sylvain.corlaylinkissue26689 messages
2016-08-19 19:59:24sylvain.corlaycreate