[Haskell-cafe] lambdabot install error
Sönke Hahn
shahn at cs.tu-berlin.de
Sat May 7 18:23:22 CEST 2011
Sönke Hahn wrote:
> There is a related bug report in ghc's trac: [1]. According to that, you
> could try to remove the "-fvia-C" flag to prevent ghc from using the C
> backend. (I had no luck with that, so I guess there is still another bug
> lurking.)
Just FYI:
I tried again and realised, why I had no luck: I disabled '-fvia-C' in a
cabal file, but ghc still used the c backend due to an 'OPTIONS_GHC' pragma
with 'fvia-C' in the code. Removing that solved it for me.
>
> HTH,
> Sönke
>
>
> [1] http://hackage.haskell.org/trac/ghc/ticket/5050
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list