[Python-Dev] Modules/makesetup loop

Jeremy Hylton jeremy@alum.mit.edu
Thu, 2 Nov 2000 13:04:10 -0500 (EST)


I created a new directory.  I executed 'OPT="-O3" ../configure'.  It
placed three files in Modules: Makefile.pre, Setup, and Setup.config.

I ran "make" and it immediately reported an error:
"../../Modules/makesetup Setup.config Setup.local Setup" reports "cat:
Setup.local: No such file or directory"

Jeremy