From: Sven R. <rei...@ma...> - 2002-11-04 18:08:19
|
One more thing: To keep the sources and the object files separated, I recommend the following: From the main directory mkdir build cd build ../configure --prefix=<home> make check This will build everything inside the "build" directory, and you won't accidentally check in .o files. Sven. -- Sven Reichard Dept. of Math. Sci. University of Delaware rei...@ma... |