Changes between Version 16 and Version 17 of Building/Troubleshooting
- Timestamp:
- 06/08/09 01:05:25 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Troubleshooting
v16 v17 53 53 See [http://www.haskell.org/pipermail/glasgow-haskell-bugs/2009-April/018643.html Sigbjorn's email]. We wish we knew why! 54 54 55 We've worked around this in GHC 6.10.4 (and later) so that the problem shouldn't arise if you use that to build GHC with. But if you have an earlier GHC on your machine you can still work around it as follows: 56 57 '''Simon to fill in''' 58 55 We've worked around this in GHC 6.10.4 (and later) so that the problem shouldn't arise if you use that to build GHC with. But if you have an earlier GHC on your machine you can still work around it as follows. This command will fix up the base package to move the offending libraries from `extra-libraries` to `extra-ghci-libraries`: 56 57 {{{ 58 ghc-pkg describe 'base-4*' | sed 's/msvcrt//;s/kernel32//;s/^extra-ghci-libraries:/extra-ghci-libraries: wsock32 user32 shell32 kernel32 msvcrt/' | ghc-pkg update - 59 }}} 59 60 60 61 === Using autoconf by mistake ===
