Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ed3d72b5
Commit
ed3d72b5
authored
Oct 11, 2005
by
simonpj
Browse files
[project @ 2005-10-11 13:28:49 by simonpj]
Small fixes to the Win32 build log
parent
74f4d308
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/building/building.xml
View file @
ed3d72b5
...
...
@@ -5004,7 +5004,7 @@ choices, but it gives a single path that works.</para>
- cvs checkout ghc hslibs libraries
- Build ghc, using cygwin and mingw, targetting mingw
- export PATH=/cygdrive/c/ghc/ghc-6.4.1
/tools
:$PATH
- export PATH=/cygdrive/c/ghc/ghc-6.4.1:$PATH
; for haddock, alex, happy (*)
- export PATH=/cygdrive/c/mingw/bin:$PATH
; without, we pick up some cygwin tools at best!
...
...
@@ -5015,9 +5015,11 @@ choices, but it gives a single path that works.</para>
; we use cygwin, but build for windows
- cp mk/build.mk.sample mk/build.mk
- in mk/build.mk:
add line: SplitObjs = NO
(MSYS seems slow when there are zillions of object files)
uncomment line: BuildFlavour = perf
(or BuildFlavour = devel, if you are doing development)
add line: BIN_DIST=1
add line: SplitObjs = NO
- make 2>
&
1 | tee make.log
; always useful to have a log around
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment