Problem building GHC

Dinko Tenev dinko.tenev at gmail.com
Sat Jul 16 03:35:35 EDT 2005


On 7/15/05, Simon Marlow <simonmar at microsoft.com> wrote:
> As a workaround you can disable object splitting.  Add the line
> "SplitObjs=NO" to mk/build.mk before building.

I did that, and it got me a bit further.  Now ghc-inplace dumps core
compiling Language/Haskell/Syntax.hs:


------------------------------------------------------------------------
==fptools== make way=p all;
PWD = /home/shinobi/build/fptools/libraries/haskell-src
------------------------------------------------------------------------
../../ghc/compiler/ghc-inplace -H32m -O -fasm -W
-fno-warn-unused-matches -fwarn-unused-imports -ignore-package
haskell-src   -package base -fgenerics -hisuf p_hi -hcsuf p_hc -osuf
p_o -prof   -c Language/Haskell/Syntax.hs -o
Language/Haskell/Syntax.p_o  -ohi Language/Haskell/Syntax.p_hi

Language/Haskell/Syntax.hs:68:0:
    Warning: Module `Data.Generics.Instances' is imported, but nothing
from it is used
             (except perhaps instances visible in `Data.Generics.Instances')
make[3]: *** [Language/Haskell/Syntax.p_o] Killed
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/shinobi/build/fptools/libraries'
make: *** [build] Error 1


Any ideas?


Cheers,

D. Tenev


More information about the Glasgow-haskell-users mailing list