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 vstinner
Recipients Alex Grund, doko, vstinner
Date 2019-10-21.14:27:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571668048.86.0.0242952307718.issue38472@roundup.psfhosted.org>
In-reply-to
Content
What are you trying to do? Compile Python? Cross-compile Python?

> `setup.py` runs `<CC> -E -v - </dev/null 1>/dev/null` to figure out include and library paths from the compiler in the function `add_gcc_paths`.

Are you talking about the add_cross_compiling_paths() function which is only called when _PYTHON_HOST_PLATFORM environment variable is set?

So GCC says "gcc-Version 9.1.0 (GCC) " with your locale, but does it write "gcc version 9.1.0 ..." with LC_ALL=C?
History
Date User Action Args
2019-10-21 14:27:28vstinnersetrecipients: + vstinner, doko, Alex Grund
2019-10-21 14:27:28vstinnersetmessageid: <1571668048.86.0.0242952307718.issue38472@roundup.psfhosted.org>
2019-10-21 14:27:28vstinnerlinkissue38472 messages
2019-10-21 14:27:28vstinnercreate