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 asmodai
Recipients akuchling, asmodai, mark.dickinson, r.david.murray, rpetrov, skrah
Date 2010-04-23.10:02:05
SpamBayes Score 0.0007295973
Marked as misclassified No
Message-id <1272016928.26.0.552745272413.issue7384@psf.upfronthosting.co.za>
In-reply-to
Content
I did some digging on my side, the fact you see ncurses referenced from readline is due to the build linking readline to libtermcap:

cc  -fstack-protector -shared -Wl,-x  -o libreadline.so.8 -Wl,-soname,libreadline.so.8  `lorder readline.So vi_mode.So funmap.So keymaps.So parens.So search.So rltty.So complete.So bind.So isearch.So display.So signals.So util.So kill.So undo.So macro.So input.So callback.So terminal.So text.So nls.So misc.So compat.So xmalloc.So history.So histexpand.So histfile.So histsearch.So shell.So mbutil.So tilde.So | tsort -q` -ltermcap

And libtermcap is:

% ll /usr/lib/libtermcap.so*
0 lrwxr-xr-x  1 root  wheel  -   13B 18 apr 08:29 /usr/lib/libtermcap.so@ -> libncurses.so


That configuration option you referenced, Stefan, is that --with-termlib (generate separate terminfo library)?
History
Date User Action Args
2010-04-23 10:02:08asmodaisetrecipients: + asmodai, akuchling, mark.dickinson, rpetrov, r.david.murray, skrah
2010-04-23 10:02:08asmodaisetmessageid: <1272016928.26.0.552745272413.issue7384@psf.upfronthosting.co.za>
2010-04-23 10:02:06asmodailinkissue7384 messages
2010-04-23 10:02:05asmodaicreate