diff options
author | rrt <unknown> | 2001-04-30 16:42:33 +0000 |
---|---|---|
committer | rrt <unknown> | 2001-04-30 16:42:33 +0000 |
commit | e5606db9f7357dc13c6d2174d91c7deac201e43f (patch) | |
tree | 51946c315e45dd65cc5a5b5e3153f129f90ccdd5 | |
parent | 90e59feec13d702a5c3c36a3a95fd3d4566af35a (diff) | |
download | haskell-e5606db9f7357dc13c6d2174d91c7deac201e43f.tar.gz |
[project @ 2001-04-30 16:42:33 by rrt]
Say not to install the cygwin package, rather than to install it.
-rw-r--r-- | docs/building/building.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 3dca028977..13c4694ddc 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2651,9 +2651,10 @@ guide) before continuing to read these notes. <para> Before you start, make sure you've installed the Cygwin packages -<filename>cygwin</filename>, <filename>openssh</filename>, <filename>openssl</filename>, +<filename>openssh</filename>, <filename>openssl</filename>, <filename>cvs</filename>, <filename>gdbm</filename> (needed by cvs), <filename>m4</filename> and -<filename>autoconf</filename>. You also need to make sure that the +<filename>autoconf</filename>. Do not install the <filename>cygwin</filename> +package; the bits of it you need are supplied with GHC. You also need to make sure that the user environment variable <Constant>MAKE_MODE</Constant> is set to <Literal>UNIX</Literal>. If you don't do this you get very weird messages when you type <Command>make</Command>, such as: </para><Screen> |