[Haskell-cafe] -fvia-C error

2008-06-12 Thread Anatoly Yakovenko
any idea what could be causing this error when i add the -fvia-C option /tmp/ghc32300_0/ghc32300_0.hc:6:23: error: SFMT_wrap.h: No such file or directory make: *** [release] Error 1 I am also passing these options: -O2 -fexcess-precision -funbox-strict-fields -fglasgow-exts -fbang-patterns

Re: [Haskell-cafe] -fvia-C error

2008-06-12 Thread Don Stewart
aeyakovenko: any idea what could be causing this error when i add the -fvia-C option /tmp/ghc32300_0/ghc32300_0.hc:6:23: error: SFMT_wrap.h: No such file or directory make: *** [release] Error 1 I am also passing these options: -O2 -fexcess-precision -funbox-strict-fields

Re: [Haskell-cafe] -fvia-C error

2008-06-12 Thread Anatoly Yakovenko
When compiling something linked against the mersenne random package? yes, does it not work with fvia-C? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] -fvia-C error

2008-06-12 Thread Duncan Coutts
On Wed, 2008-06-11 at 23:50 -0700, Anatoly Yakovenko wrote: any idea what could be causing this error when i add the -fvia-C option /tmp/ghc32300_0/ghc32300_0.hc:6:23: error: SFMT_wrap.h: No such file or directory make: *** [release] Error 1 Some package you're using is a FFI binding

Re: [Haskell-cafe] -fvia-C error

2008-06-12 Thread Duncan Coutts
On Thu, 2008-06-12 at 00:07 -0700, Don Stewart wrote: aeyakovenko: any idea what could be causing this error when i add the -fvia-C option /tmp/ghc32300_0/ghc32300_0.hc:6:23: error: SFMT_wrap.h: No such file or directory make: *** [release] Error 1 I am also passing these

Re: [Haskell-cafe] -fvia-C error

2008-06-12 Thread Bertram Felgenhauer
Duncan Coutts wrote: Don, this does not work: includes: SFMT.h SFMT_wrap.h install-includes: SFMT.h Sorry, that was my fault. (It does work with ghc 6.9, but that's not much of an excuse) Bertram ___ Haskell-Cafe mailing list