Help in calling Haskell from C
Mark Conway Wirt
mark@ArsConcero.org
Wed, 15 Aug 2001 12:51:23 -0400
On Wed, Aug 15, 2001 at 12:22:32AM -0700, Sigbjorn Finne wrote:
>
>
> It could be that ghc-5.00.2 doesn't include the -no-hs-main fix I committed
> sometime ago. If you add -v to the final link line and see an occurrence of
> PrelMain_mainIO_closure in the invocation of the linker, then that's the
> case
> & you're out of luck, I'm afraid. (==> you need to get hold of a CVS repo
> build and/or wait for 5.02).
>
That seems to be the case :-(
I'll need to rebuild, as binaries for my platform are not generally
released. Does anyone know when 5.02 is planned for release? I need
to decide if I should wait or not. Building is very time and disk
intensive
--Mark