Python-2.3.3 install -> no "make"

Steve Holden python at holdenweb.com
Fri Apr 9 17:08:07 EDT 2004


Frank Dieckmann wrote:
> Hi!
> 
> I 've tryed to install Python-2.3.3 under SuSE 8.0:
> Unpacking was fine,
> ../configure seems to be too,
> but there was no make-file (only "Makefile" but that seems to be something 
> else).
> What have I forgotten or which fault did I made?
> How can I handle this problem, what do I have to do to install Python?
> 
> Kind regards!
> 
> Frank

If you don't have "make" then you need to install some development 
packages. "make" is the utility that uses the Makefile to build the 
software.

regards
  Steve




More information about the Python-list mailing list