How to configure and install Python

Skip Montanaro skip at pobox.com
Fri Sep 21 10:28:24 EDT 2001


    Ken> ./configure
    ...
    Ken> I get an error when doing the first step:

    Ken> "no acceptable cc found in $PATH"

    Ken> Do I have the syntax right?

Yes, but you apparently don't have a C compiler installed.  Check your Linux
install and see if there are any packages that begin with "gcc" on your
install CD or the option to check "developer" as a type of installation.

-- 
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list