[Haskell-cafe] Problems with split-objs

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Thu Dec 13 19:14:37 EST 2007


On Mon, 2007-11-26 at 22:48 +0000, Magnus Therning wrote:
> I've followed the instructions at [1] to create a .deb of vty[2].  It
> seems the helper scripts for Debian passes `--enable-split-obj' when
> running `./Setup.lhs configure'.  This results in numerous multiple
> definitions of stuff.  I have a few questions regarding this...

I find this is usually due to a bad combination of ghc and gcc. eg
ghc-6.6.x and gcc-4.2 have this problem on a couple arches.

What versions of stuff are you using?

Duncan



More information about the Haskell-Cafe mailing list