#3642: GHC does not build using the Haskell Platform on Windows
---------------------------+------------------------------------------------
  Reporter:  simonmar      |          Owner:  igloo           
      Type:  bug           |         Status:  reopened        
  Priority:  high          |      Milestone:  6.12.2          
 Component:  Build System  |        Version:  6.10.4          
Resolution:                |       Keywords:                  
Difficulty:  Unknown       |             Os:  Unknown/Multiple
  Testcase:                |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by igloo):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Ah, that breaks with a load of
 {{{
 ghc\stage2\build\Main.o:fake:(.text+0x2f01): undefined reference to
 `base_GHCziBase_zzeroInt_closure'
 ghc\stage2\build\Main.o:fake:(.text+0x20d): undefined reference to
 `base_GHCziBase_unpackCStringzh_info'
 }}}
 when running
 {{{
 "inplace/bin/ghc-stage1.exe" -o ghc/stage2/build/tmp/ghc-stage2.exe
 -H32m -O -Wall -Werror -H64m -O0     -i -ighc/. -ighc/stage2/build
 -ighc/stage2/build/autogen -Ighc/stage2/build -Ighc/stage2/build/autogen
 -O2 -O -DGHCI -threaded -package ghc-6.13.20100321 -package haskeline
 -XCPP -XPatternGuards -XForeignFunctionInterface -XUnboxedTuples
 -XFlexibleInstances -XMagicHash -no-user-package-conf -rtsopts     -odir
 ghc/stage2/build -hidir ghc/stage2/build -stubdir ghc/stage2/build -hisuf
 hi -osuf  o -hcsuf hc  ghc/stage2/build/Main.o
 ghc/stage2/build/GhciMonad.o ghc/stage2/build/GhciTags.o
 ghc/stage2/build/InteractiveUI.o ghc/stage2/build/hschooks.o
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3642#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to