How to statically link Python with ncurses and readline?

"Martin v. Löwis" martin at v.loewis.de
Tue Oct 25 17:34:04 EDT 2005


arve.knudsen at gmail.com wrote:
> Well, I implied that _curses.so and readline.so disappeared as one
> would expect, dependencies on libncurses.so and libreadline.so instead
> showing up in Python itself. It's very strange that this happens with
> ncurses and readline, when both db and Tcl/Tk got linked in with no
> fuss. Anyway, I built static-only (.a) versions of readline and
> ncurses, which did the trick.

Ah, you didn't *have* static versions of readline and ncurses...
So how should it possibly have linked those libraries statically???

Regards,
Martin



More information about the Python-list mailing list