From: simonpj Date: Tue, 18 Nov 2003 11:57:29 +0000 (+0000) Subject: [project @ 2003-11-18 11:57:29 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~230 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=303bdd232cd32135407ca71ab438bdf3715a41de;hp=9fdc7deb77d8f8131782eeba0c875a5020ba9c94;p=ghc-hetmet.git [project @ 2003-11-18 11:57:29 by simonpj] Add notes about windows build, esp the need for automake --- diff --git a/docs/building/building.sgml b/docs/building/building.sgml index dac6cf5..111e85f 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -4439,14 +4439,37 @@ but you do need it to build GHC. Install Cygwin from http://www.cygwin.com/. The installation process is straightforward; we install it in c:/cygwin. -During the installation dialogue, make sure that you select: -cvs, openssh, -autoconf, -binutils (includes ld and (I think) ar), -gcc, -flex, -make. - +During the installation dialogue, make sure that you select all of the following: + + + cvs, + + + openssh, + + + autoconf, + + + automake, + + + binutils (includes ld and (I think) ar), + + + gcc, + + + flex, + + + make. + + +If you miss out any of these, strange things will happen to you. To see thse packages, +click on the "View" button in the "Select Packages" +stage of Cygwin's installation dialogue, until the view says "Full". The default view, which is +"Category" isn't very helpful, and the "View" button is rather unobtrousive. Now set the following user environment variables: