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 rpq
Recipients docs@python, eli.bendersky, eric.araujo, pitrou, python-dev, raorn, rpq
Date 2011-11-30.20:38:58
SpamBayes Score 8.9593556e-08
Marked as misclassified No
Message-id <1322685539.27.0.844666346033.issue1040439@psf.upfronthosting.co.za>
In-reply-to
Content
I think mentioning that you can export CFLAGS and LDFLAGS would be particularly useful.  I was able to compile some of the missing packages that were deemed 'missing' at the end of 'make' by updating setup.py and having CFLAGS and LDFLAGS point to the desired packages' directories...  Unfortunately for linux, the ability to specify *multiple* lib/ and include/ paths using this method is currently not available unless you modify setup.py.  I opened a ticket in relation to this: Issue13511 if anyone cares.
History
Date User Action Args
2011-11-30 20:38:59rpqsetrecipients: + rpq, pitrou, raorn, eric.araujo, eli.bendersky, docs@python, python-dev
2011-11-30 20:38:59rpqsetmessageid: <1322685539.27.0.844666346033.issue1040439@psf.upfronthosting.co.za>
2011-11-30 20:38:58rpqlinkissue1040439 messages
2011-11-30 20:38:58rpqcreate