From adab0038fca8cda41d42eead77b206d0c407e803 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 18 Oct 2001 11:40:46 +0000 Subject: [PATCH] [project @ 2001-10-18 11:40:46 by rrt] Remove old rubbish and put some new in instead. --- docs/building/building.sgml | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index d85c426..cdca92c 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2873,20 +2873,22 @@ I have not tried it yet. -Building GHC + Building GHC + + - - - - -In the ./configure output, ignore -" -checking whether #! works in shell scripts... -./configure: ./conftest: No such file or directory", -and "not updating unwritable cache ./config.cache". -Nobody knows why these happen, but they seem to be harmless. - - + + + You should give the option + to + autoconf, so that it doesn't try to + build for Cygwin (unless that's what you really + want). Since it's possible to get into trouble using the + wrong C compiler, it's wise either to avoid installing + Cygwin gcc, or to explicitly specify + . + + @@ -2909,11 +2911,8 @@ configure: error: ./configure failed for ghc You need ghc to be in your PATH before you run -configure. The default GHC InstallShield creates only -ghc-4.08, so you may need to duplicate this file as ghc -in the same directory, in order that configure will see it (or -just rename ghc-4.08 to ghc. -And make sure that the directory is in your path. +configure. The InstallShield tells you the path +when you install it. -- 1.7.10.4