Message148686
| Author |
pitrou |
| Recipients |
docs@python, eli.bendersky, eric.araujo, pitrou, python-dev, raorn, rpq |
| Date |
2011年11月30日.20:48:00 |
| SpamBayes Score |
2.7333725e-05 |
| Marked as misclassified |
No |
| Message-id |
<1322685774.3512.4.camel@localhost.localdomain> |
| In-reply-to |
<1322685539.27.0.844666346033.issue1040439@psf.upfronthosting.co.za> |
| 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...
Unless I'm missing something, this is slightly off-topic for this issue,
which is about using Python as an embedded interpreter, not compiling
it. Embedding Python assumes it has already been built. |
|