On Thu, Aug 27, 2009 at 03:45:28PM -0400, Don Cooper <[email protected]> wrote: > I am getting an installation error when I do my MAKE INSTALL. > make[1]: *** [install] Error 71 > make: *** [install] Error 2
You need to run
make
before you run
make install
.
Matthias
