Bugs item #1115805, was opened at 2005-02-03 14:19 Message generated for change (Comment added) made by titus You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1115805&group_id=8032
Category: Build System Group: None Status: Open Resolution: None Priority: 5 Submitted By: Titus Brown (titus) Assigned to: Nobody/Anonymous (nobody) Summary: ghc-6.2.2 requires special configure flag... Initial Comment: To build from the source at http://www.haskell.org/ghc/download_ghc_622.html you need to add the --disable-hc-boot command to 'configure'. This isn't mentioned anywhere in the docs, and certainly isn't the default config ;). thanks, --titus (on Linux, no previous GHC install) ---------------------------------------------------------------------- >Comment By: Titus Brown (titus) Date: 2005-02-04 09:10 Message: Logged In: YES user_id=23486 Without that flag, configure fails on not finding ghc. As it turns out, *with* the --disable flag compilation fails if you don't have ghc. So I don't understand how to download the ghc sources and compile it if you don't already have ghc. The documentation was silent on this point ;). I ended up installing an old RedHat RPM, compiling ghc, and then removing the RPM. So I'd recommend either describing how to compile ghc *from scratch* -- it's gotta be possible, right!? -- and linking that into the docs near the beginning, or stating bluntly that it's not easy and neophytes should just use a package! (FWIW, I installed under FreeBSD using ports and Debian using apt-get w/o a problem.) Sorry to be a pain, and apologies if I missed something somewhere - but I did spend about 30 minutes looking through the documentation & couldn't figure out how to take the ghc-6.2.2 download and build it from scratch. ---------------------------------------------------------------------- Comment By: Simon Marlow (simonmar) Date: 2005-02-04 05:46 Message: Logged In: YES user_id=48280 The --disable-hc-boot option should not be required. What goes wrong if you don't have it? Also, you need GHC installed in order to build the sources. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1115805&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
