[GHC] #8009: error: 'stg_C_FINALIZER_LIST_info' undeclared (first use in this function)
GHC
ghc-devs at haskell.org
Sat Jun 22 09:20:30 CEST 2013
#8009: error: 'stg_C_FINALIZER_LIST_info' undeclared (first use in this function)
--------------------------------+-------------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.7 | Keywords:
Os: Linux | Architecture: powerpc64
Failure: Building GHC failed | Blockedby:
Blocking: | Related:
--------------------------------+-------------------------------------------
Comment(by erikd):
Looks like I need to add
{{{
RTS_ENTRY(stg_C_FINALIZER_LIST);
}}}
to the file `rts/stgMiscClosures.h`.
Testing this now.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/8009#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list