[GHC] #4244: Use system linker in GHCi to support alpha, ia64, ppc64

GHC cvs-ghc at haskell.org
Wed Apr 24 04:04:51 CEST 2013


#4244: Use system linker in GHCi to support alpha, ia64, ppc64
-------------------------------+--------------------------------------------
  Reporter:  batterseapower    |          Owner:                  
      Type:  feature request   |         Status:  closed          
  Priority:  highest           |      Milestone:  7.8.1           
 Component:  GHCi              |        Version:  6.13            
Resolution:  fixed             |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:  7824              |        Related:                  
-------------------------------+--------------------------------------------
Changes (by igloo):

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


Comment:

 This now works, with `DYNAMIC_GHC_PROGRAMS="YES"` (which is the case on
 all non-Windows platforms in HEAD):
 {{{
 $ inplace/bin/ghc-stage2 --interactive
 GHCi, version 7.7.20130423: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Prelude> 5+6
 11
 Prelude> (System.Info.os, System.Info.arch)
 ("linux","s390")
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4244#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list