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.

作者 Arfrever
收信人 Arfrever, akuchling, asmodai, mark.dickinson, r.david.murray, rpetrov, skrah, vstinner
日期 2010-07-13.20:44:03
SpamBayes Score 0.11450101
Marked as misclassified
Message-id <1279053846.03.0.578354864977.issue7384@psf.upfronthosting.co.za>
In-reply-to
内容
You shouldn't use ldd. I suggest that setup.py try to link a small executable, which would use a function from libcurses and would be linked against libreadline, but not libcurses. If linking succeeds, then you libreadline is linked against libcurses. If linking fails, then repeat this procedure with libcursesw, libncurses, libncursesw, libtinfo.
历史
日期 用户 动作 参数
2010-07-13 20:44:06Arfrever修改recipients: + Arfrever, akuchling, mark.dickinson, vstinner, asmodai, rpetrov, r.david.murray, skrah
2010-07-13 20:44:06Arfrever修改messageid: <1279053846.03.0.578354864977.issue7384@psf.upfronthosting.co.za>
2010-07-13 20:44:03Arfrever链接issue7384 messages
2010-07-13 20:44:03Arfrever创建