A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-January/011702.html below:

[Python-Dev] PEP 229: setup.py revised

[Python-Dev] PEP 229: setup.py revised [Python-Dev] PEP 229: setup.py revisedGuido van Rossum guido@python.org
Mon, 15 Jan 2001 22:21:43 -0500
> On Fri, Jan 12, 2001 at 08:51:51AM -0500, Guido van Rossum wrote:
> >Ah.  It's very simple.  I create a directory "linux" as a subdirectory
> >of the Python source tree (i.e. at the same level as Lib, Objects,
> >etc.).  Then I chdir into that directory, and I say "../configure".
> >The configure script creates subdirectories to hold the object files ...
> >Then I say "make" and it builds Python.  
> 
> This doesn't work at all for me in my copy of the CVS tree.  Are there
> other steps or requirements to make this work.  (Transcript available
> upon request, but I suspect I'm missing something simple.)

You can't start doing this in a tree where you have already built
Python using the default way -- you have to use a pristine tree.  The
reason is the funny way Make's VPATH feature works, it sees the .o
files in the source directory and then thinks it doesn't have to creat
the .o file in the build directory.  I think a "make clobber" at the
top level would probably eradicate everything that confuses Make.

--Guido van Rossum (home page: http://www.python.org/~guido/)




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4