
#7784: problems building HEAD dynamic on linux -----------------------------+---------------------------------------------- Reporter: luite | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- Comment(by StephenBlackheath): Here's how to do a static build: Copy mk/build.mk.sample to mk/build.mk then change the commented out 'quick' line to this. This gives a working ghc. {{{ # Fast build with optimised libraries, no profiling (RECOMMENDED): BuildFlavour = quick DYNAMIC_GHC_PROGRAMS=NO }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7784#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler