André Amram Duque wrote:
I have problem with re-install python 2.3.4, when I execute ./configure is appear one message in config.log, follow below :
configure:1710: gcc conftest.cc >&5
gcc: installation problem, cannot exec `cc1plus': No such file or directory
configure:1713: $? = 1


My gnu/linux is 2.6.8-1-386(debian/sarge)


Somebody could help me?

What is the version of gcc that you have installed (gcc -v)? Do you have g++ installed?

If not, you should configure python --without-cxx.

Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to