Python-2.3.3 install -> no "make"

Jeff Epler jepler at unpythonic.net
Fri Apr 9 16:54:56 EDT 2004


"make" is a program that is installed on most Unix-type systems with the
compiler.  It maybe /usr/bin/make, /usr/local/bin/gmake, or somewhere
else.  If you don't have it, you'll need to install it.

"Makefile" is the file read by make, which contains rules for building
Python.

Jeff




More information about the Python-list mailing list