Changes between Version 10 and Version 11 of Building/Windows
- Timestamp:
- 04/17/07 08:33:26 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Windows
v10 v11 303 303 you'll have to do something more like: 304 304 {{{ 305 $ ./configure --with-gcc=...the Cygwin gcc... --with- gcc=...the Cygwin ld.exe...305 $ ./configure --with-gcc=...the Cygwin gcc... --with-ld=...the Cygwin ld.exe... 306 306 }}} 307 307 * If you are paranoid, delete {{{config.cache}}} if it exists. … … 393 393 394 394 - Package up binary distribution 395 - make binary-dist Project=Ghc2>&1 | tee make-bin-dist.log395 - make binary-dist 2>&1 | tee make-bin-dist.log 396 396 ; always useful to have a log around 397 - cd ghc-6.5 398 - chmod +x ../distrib/prep-bin-dist-mingw 399 ; if you're happy with the script's contents (*) 400 - ../distrib/prep-bin-dist-mingw 401 ; then tar up, unpack where wanted, and enjoy 397 - unpack ghc-<version>-i386-unknown-mingw32.tar.bz2 somewhere in your filesystem... 402 398 }}} 403 399
