Re: Python 1.0 & gnu readline

Guido.van.Rossum@cwi.nl
Thu, 03 Feb 1994 16:50:19 +0100

Did you do a "make clean"? I think you need to at least remove
Parser/myreadline.o -- that file contains #ifdef code depending on
whether you use readline or not.

(Forgetting to "make clean" after a configure rerun seems to be the
most common problem these days. Maybe I should add an automatic "make
depend" to the toplevel Makefile?)

BTW does anybody else think that it would be a good idea to convert
readline to use the Python config system? Or should we leave this to
its author?

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>