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.

作者 rpetrov
收信人 rpetrov, victorpoluceno
日期 2010-06-26.19:43:15
SpamBayes Score 0.0005219771
Marked as misclassified
Message-id <1277581411.22.0.00350834071647.issue3754@psf.upfronthosting.co.za>
In-reply-to
内容
- consistent platform detection in all methods from setup.py;
- readline libraries detected by configure script are used for setup.py : this could help to detect is more platform independent way if readline is linked with ncurses{w} library;
- ignore "friendly" search library paths : this is useless in case of cross-compilation . Also it is reported that those paths are not so "friendly" even in native builds. Note that with "friendly search library paths" python library search based on file suffix will find libraries system on build system if host system lack them.
历史
日期 用户 动作 参数
2010-06-26 19:43:31rpetrov修改recipients: + rpetrov, victorpoluceno
2010-06-26 19:43:31rpetrov修改messageid: <1277581411.22.0.00350834071647.issue3754@psf.upfronthosting.co.za>
2010-06-26 19:43:30rpetrov链接issue3754 messages
2010-06-26 19:43:29rpetrov创建