From 303bdd232cd32135407ca71ab438bdf3715a41de Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 18 Nov 2003 11:57:29 +0000 Subject: [PATCH 1/1] [project @ 2003-11-18 11:57:29 by simonpj] Add notes about windows build, esp the need for automake --- docs/building/building.sgml | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) 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: -- 1.7.10.4