[Python-Dev] extension module .o files wind up in the wrong place

Skip Montanaro skip@pobox.com
Mon, 2 Dec 2002 23:02:12 -0600


    Greg> So you need to make sure there are *only* source files in the
    Greg> source tree before doing a build using a VPATH.

Yup, "cvs up" followed by "make distclean", then

    mkdir build
    cd build
    ../configure --prefix=/Users/skip/local
    make

Skip