From af08b11cadf51a9b6e3fedc66fcb55f1a91f6fcc Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 9 Aug 2000 13:39:54 +0000 Subject: [PATCH] [project @ 2000-08-09 13:39:54 by rrt] Changes to Windows docs; specifically, remove advice to use -static. --- docs/building.sgml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docs/building.sgml b/docs/building.sgml index b711759..3836d23 100644 --- a/docs/building.sgml +++ b/docs/building.sgml @@ -2972,30 +2972,13 @@ 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.05, so you may need to duplicate this file as ghc +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.05 to ghc. +just rename ghc-4.08 to ghc. And make sure that the directory is in your path. - - -Compile happy and ghc -with . To do this, set - - - -GhcHcOpts=-static -HappyHcOpts=-static - - - -in your build.mk file. -[Actually, I successfully compiled Happy without on Win2k, but not GHC.] - - - -- 1.7.10.4