From e5606db9f7357dc13c6d2174d91c7deac201e43f Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 30 Apr 2001 16:42:33 +0000 Subject: [PATCH] [project @ 2001-04-30 16:42:33 by rrt] Say not to install the cygwin package, rather than to install it. --- docs/building/building.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 3dca028..13c4694 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2651,9 +2651,10 @@ guide) before continuing to read these notes. Before you start, make sure you've installed the Cygwin packages -cygwin, openssh, openssl, +openssh, openssl, cvs, gdbm (needed by cvs), m4 and -autoconf. You also need to make sure that the +autoconf. Do not install the cygwin +package; the bits of it you need are supplied with GHC. 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