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 pooryorick
Recipients pooryorick, r.david.murray, skrah
Date 2015-01-29.18:06:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422554809.02.0.0575636618757.issue23284@psf.upfronthosting.co.za>
In-reply-to
Content
ldd was found.  That patch does abstract and generalize ldd usage into a
function for reuse.  I'm building Python as part of a rather large software
collection that lives in an alternate prefix.  The main issue with the termcap
library is that with the --as-needed linker flag, which more modern build
systems prefer, linking to libncurses.so isn't sufficient, even when
libncurses.so itself links to libtinfo.so, but that's what setup.py decides to
do.
History
Date User Action Args
2015-01-29 18:06:49pooryoricksetrecipients: + pooryorick, r.david.murray, skrah
2015-01-29 18:06:49pooryoricksetmessageid: <1422554809.02.0.0575636618757.issue23284@psf.upfronthosting.co.za>
2015-01-29 18:06:49pooryoricklinkissue23284 messages
2015-01-29 18:06:48pooryorickcreate