
1 Jul
2008
1 Jul
'08
11:32 a.m.
On Mon, Jun 30, 2008 at 02:25:22PM +0200, Benjamin Franksen wrote:
I get a strange error building Takusen (more precisely: the module Foreign/C/UTF8.hs) with ghc-6.8.3. It says
/tmp/ghc18936_0/ghc18936_0.s: Assembler messages:
/tmp/ghc18936_0/ghc18936_0.s:1257:0: Error: symbol `base_GHCziBase_Z0T_closure' is already defined
Thanks for the report; I've filed a bug here: http://hackage.haskell.org/trac/ghc/ticket/2409 As a workaround, removing the (redundant) uses of () `seq` in Foreign/C/UTF8.hs makes the build go through. Thanks Ian