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 Arfrever
Recipients Arfrever, akuchling, asmodai, mark.dickinson, r.david.murray, rpetrov, skrah, vstinner
Date 2010-07-13.20:44:03
SpamBayes Score 0.11450101
Marked as misclassified No
Message-id <1279053846.03.0.578354864977.issue7384@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-13 20:44:06Arfreversetrecipients: + Arfrever, akuchling, mark.dickinson, vstinner, asmodai, rpetrov, r.david.murray, skrah
2010-07-13 20:44:06Arfreversetmessageid: <1279053846.03.0.578354864977.issue7384@psf.upfronthosting.co.za>
2010-07-13 20:44:03Arfreverlinkissue7384 messages
2010-07-13 20:44:03Arfrevercreate