This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JanKanis
Recipients JanKanis
Date 2014-05-24.21:29:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400966978.12.0.900228617975.issue21571@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-05-24 21:29:38JanKanissetrecipients: + JanKanis
2014-05-24 21:29:38JanKanissetmessageid: <1400966978.12.0.900228617975.issue21571@psf.upfronthosting.co.za>
2014-05-24 21:29:37JanKanislinkissue21571 messages
2014-05-24 21:29:36JanKaniscreate