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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to