>
> I admit to being the culprit here. When I globally-renamed __init_*
> to __stginit_* in ghc, I forgot to do it in the hdirect tree. Sorry.
>
No need to be, you did propagate that change into hdirect/. The
'problem' was that the HDirect src-dist snapshot was cut a couple
of weeks before t
| > When I tried to link the code, __init_MathLibProxy came up
undefined.
| > In looking though the library produced, __init_MathLibProxy was in
| > fact missing. However, there was a __stginit_MathLibProxy, and when
I
| > changed the code to startup using that symbol, the code worked as it
0.19)
--sigbjorn
- Original Message -
From: "Mark Conway Wirt" <[EMAIL PROTECTED]>
To: "Sigbjorn Finne" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, October 11, 2001 17:48
Subject: Re: Help in calling Haskell from C
> On Tue, Au
On Tue, Aug 14, 2001 at 11:28:57AM -0700, Sigbjorn Finne wrote:
> Hi,
>
> the 0.17 documentation (and examples) wasn't updated to cover
> the extra argument that startupHaskell() now takes, I'm afraid.
> Attached is a version of tst.c from examples/server/ which shows
> you how to now use startup