[GHC] #7764: Link Error on windows

GHC cvs-ghc at haskell.org
Sat Apr 20 00:39:47 CEST 2013


#7764: Link Error on windows
--------------------------+-------------------------------------------------
  Reporter:  Ericson2314  |          Owner:  igloo  
      Type:  bug          |         Status:  closed 
  Priority:  normal       |      Milestone:  7.8.1  
 Component:  Compiler     |        Version:  7.4.2  
Resolution:  worksforme   |       Keywords:         
        Os:  Windows      |   Architecture:  x86    
   Failure:  Other        |     Difficulty:  Unknown
  Testcase:               |      Blockedby:         
  Blocking:               |        Related:         
--------------------------+-------------------------------------------------
Changes (by igloo):

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


Comment:

 I can't reproduce it on Windows either, also using HP 2012.4.0.0. The
 symbol should be `base_DataziData_consConstr_closure`.

 {{{
 $ ar x "C:/Program Files (x86)/Haskell
 Platform/2012.4.0.0/lib/base-4.5.1.0/libHSbase-4.5.1.0.a"
 $ nm Data__683.o
 00000000 b .bss
 00000000 d .data
 00000000 t .text
          U _base_DataziData_consConstr_closure
          U _base_DataziData_nilConstr_closure
 00000008 D _base_DataziData_zdLr4lklvl89_closure
 0000003c T _base_DataziData_zdLr4lklvl89_info
 00000000 d _base_DataziData_zdLr4lklvl89_srt
 0000000c t _s7nr_info
 }}}

 It looks like your GHC install has become corrupted somehow, perhaps due
 to dodgy hardware or badly behaved software.

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



More information about the ghc-tickets mailing list