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