[GHC] #7764: Link Error on windows

GHC cvs-ghc at haskell.org
Tue Mar 12 15:05:11 CET 2013


#7764: Link Error on windows
------------------------+---------------------------------------------------
Reporter:  Ericson2314  |          Owner:          
    Type:  bug          |         Status:  new     
Priority:  normal       |      Component:  Compiler
 Version:  7.4.2        |       Keywords:          
      Os:  Windows      |   Architecture:  x86     
 Failure:  Other        |      Blockedby:          
Blocking:               |        Related:          
------------------------+---------------------------------------------------
 specific commit in question:
 https://github.com/Ericson2314/Codec.Archive.CnCMix/commit/eb9c843e4d56068c670e3c33c5697243bee42349

 When I try to compile my project I get these I get errors at link-time:

 {{{
 C:\Program Files\Haskell
 Platform\2012.4.0.0\lib\base-4.5.1.0/libHSbase-4.5.1.0.a(Data__683.o):fake:(.text+0x22):
 undefined reference to `base_DataziData_aonsConstr_closure'
 C:\Program Files\Haskell
 Platform\2012.4.0.0\lib\base-4.5.1.0/libHSbase-4.5.1.0.a(Data__683.o):fake:(.data+0x4):
 undefined reference to `base_DataziData_aonsConstr_closure'
 collect2: ld returned 1 exit status
 }}}

 I am not using any foreign functions, and unresolved symbol seems to be
 part of GHC so it looks like a bug to me.

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



More information about the ghc-tickets mailing list