X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fbuilding.sgml;h=3836d234b79370cabeb8f3e6c12a25feaa96d1db;hb=af08b11cadf51a9b6e3fedc66fcb55f1a91f6fcc;hp=b7117595ba1d29781a90a07677999c53d33e66cd;hpb=51df463c17d9cb149b4b0c5a1981cb3645d980b1;p=ghc-hetmet.git 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.] - - -