[New-bugs-announce] [issue21571] Python build should check CPATH, C_INCLUDE_PATH for module dependencies

Jan Kanis report at bugs.python.org
Sat May 24 23:29:38 CEST 2014


New submission from Jan Kanis:

When building, pythons setup.py tries to find external sources for optional modules such as ssl, sqlite, etc. For that it searches the CFLAGS environment variable for -I options. C compilers such as gcc and clang also interpret CPATH and C_INCLUDE_PATH as extra search paths for headers/sources. Setup.py should do the same and also look in paths specified in those environment variables.

----------
components: Build
messages: 219056
nosy: JanKanis
priority: normal
severity: normal
status: open
title: Python build should check CPATH, C_INCLUDE_PATH for module dependencies
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21571>
_______________________________________


More information about the New-bugs-announce mailing list