[issue33483] build system requires explicit compiler, but should discover it

Eitan Adler report at bugs.python.org
Mon May 14 17:44:49 EDT 2018


Eitan Adler <lists at eitanadler.com> added the comment:

On any system where "gcc" is not the correct compiler to use.  If it does not exist, is too old, points to the incorrect compiler, etc.

Concretely I have two such systems:
- on one, "gcc" does not exist
- on the other "gcc" is actually a hardlink to "clang"

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33483>
_______________________________________


More information about the Python-bugs-list mailing list