From b87e1a7a5f9db2e1227d1f4e14a9aa58a5a94883 Mon Sep 17 00:00:00 2001 From: rrt Date: Sun, 29 Apr 2001 16:26:32 +0000 Subject: [PATCH] [project @ 2001-04-29 16:26:32 by rrt] Add gdbm to list of Cygwin packages needed for building from CVS. --- docs/building/building.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 4369c89..f894537 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2652,7 +2652,7 @@ guide) before continuing to read these notes. Before you start, make sure you've installed the Cygwin packages openssh, openssl, -cvs, m4 and +cvs, gdbm, m4 and autoconf. You also need to make sure that the user environment variable MAKE_MODE is set to UNIX. If you don't do this you get very weird messages when you type make, such as: -- 1.7.10.4