Hello Daniel, * Daniel Vega Villa wrote on Wed, Nov 08, 2006 at 09:11:47PM CET: > When compiling Python 2.3.4 : > > ./configure [...] > checking term.h usability... no > checking term.h presence... yes > configure: WARNING: term.h: present but cannot be compiled > configure: WARNING: term.h: check for missing prerequisite headers? > configure: WARNING: term.h: proceeding with the preprocessor's result > configure: WARNING: ## ------------------------------------ ## > configure: WARNING: ## Report this to . ## > configure: WARNING: ## ------------------------------------ ## > checking for term.h... yes
Thanks for the bug report. Please read http://www.gnu.org/software/autoconf/manual/html_node/Present-But-Cannot-Be-Compiled.html and then show that to the maintainer of the Python package, who can fix this in his package. The error becomes clearer if you look at the part of the config.log file that deals with this compile failure. Cheers, Ralf
