[Haskell-cafe] Re: Mersenne Build Problem
Dominic Steinitz
dominic.steinitz at blueyonder.co.uk
Sun Jun 8 03:51:24 EDT 2008
Bertram Felgenhauer <bertram.felgenhauer <at> googlemail.com> writes:
>
> The missing symbols are inlined functions. ghc 6.9 doesn't include the
> header files anymore when compiling via C. (The solution is to create
> C wrappers around those functions. I guess I'll whip up a patch.)
>
Bertram,
Thanks. That's done the trick. I tried 0.1.1 and it works with 6.8 and 0.1.2
works with 6.9.
It certainly is a lot faster than system.random.
Dominic.
More information about the Haskell-Cafe
mailing list