On Tue, Mar 4, 2008 at 1:56 AM, John E. Malmberg <[EMAIL PROTECTED]> wrote: > First I would need to find out what a VPATH build is.
A VPATH build is one where the sources and object files live in different directories. For example: mkdir compile tar zxf /tmp/blah.-1.0.tar.gz cd compile ../blah-1.0/configure make install See also "info make --index-search=VPATH". James.