[New-bugs-announce] [issue33483] build system requires explicit compiler, but should discover it

Eitan Adler report at bugs.python.org
Sun May 13 14:28:54 EDT 2018


New submission from Eitan Adler <lists at 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 <report at bugs.python.org>
<https://bugs.python.org/issue33483>
_______________________________________


More information about the New-bugs-announce mailing list