From 4d46f8cccb6f5f0059729a06e4b2d64074410c6f Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Mar 2002 11:17:01 +0000 Subject: [PATCH] [project @ 2002-03-11 11:17:01 by simonmar] Add a warning about booting from .hc files on GHC 5.xx, and recommend using 4.08.2 instead. --- docs/building/building.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 3b483b2..73032ef 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -127,6 +127,11 @@ machine in order to compile (most of) the sources, however. Build GHC from intermediate C .hc fileshc files: + NOTE: GHC version 5.xx is significantly + harder to bootstrap from C than previous versions. We + recommend starting from version 4.08.2 if you need to + bootstrap in this way. + You need a working GHC to use a source distribution. What if you don't have a working GHC? Then you may be able to bootstrap up from the intermediate C @@ -3306,6 +3311,11 @@ the canned rules being included, and conflicting with yours. booting GHC from .hc files porting GHC + NOTE: GHC version 5.xx is significantly harder to + bootstrap from C than previous versions. We recommend starting + from version 4.08.2 if you need to bootstrap in this + way. + This section is for people trying to get GHC going by using the supplied intermediate C (.hc) files. This would probably be -- 1.7.10.4