New submission from Eitan Adler <li...@eitanadler.com>: There are a number of incorrect items in python's build system.
Expected behavior: - CC is correctly report as the compiler, and without any additional options - CFLAGS is correctly reported for the required flags to the compiler - CXXFLAGS is the same as CFLAGS, but for C++ - LDFLAGS is correctly report for linker flags Actual behavior: - CC is reported as a non-existing compiler plus an option - C*FLAGS and LDFLAGS are not correctly reported ---------- components: Build messages: 316431 nosy: eitan.adler priority: normal pull_requests: 6459 severity: normal status: open title: build system incorrectly handles CC, CFLAGS, LDFLAGS, and related. type: compile error _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33473> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com