New submission from Eitan Adler <li...@eitanadler.com>: 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 ---------- components: Build messages: 316468 nosy: eitan.adler priority: normal severity: normal status: open title: build system requires explicit compiler, but should discover it type: compile error _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33483> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com