From de376409cbfaa61ca40171a1d799ba249fd2f70a Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Thu, 19 Feb 2004 20:31:53 +0000 Subject: [PATCH] Warning about GNU make --- SRC/INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SRC/INSTALL b/SRC/INSTALL index d3688c3..82dafa0 100644 --- a/SRC/INSTALL +++ b/SRC/INSTALL @@ -10,6 +10,11 @@ Just type "./configure", then "make", "make test" if you wish (some tests depend on local servers and/or Internet access, interpret with care) and then (as root if necessary), "make install". +(The Makefile has the GNU syntax so, on BSD machines, you will need +GNU make. Typically, you install the port "gmake" and run "gmake" +instead of "make". Otherwise, you will have an error message like +"Need an operator") + There is also a 'make fulltest' if you want to test more things (which may not be available on your platform).