Problem with ./configure (py2.3.4)

"Martin v. Löwis" martin at v.loewis.de
Thu Dec 23 13:27:15 EST 2004


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



More information about the Python-list mailing list