Help in calling Haskell from C

Julian Seward (Intl Vendor) v-julsew@microsoft.com
Fri, 12 Oct 2001 09:12:18 -0700


| > When I tried to link the code, __init_MathLibProxy came up
undefined. =20
| > In looking though the library produced, __init_MathLibProxy was in=20
| > fact missing.  However, there was a __stginit_MathLibProxy, and when
I=20
| > changed the code to startup using that symbol, the code worked as it

| > should.

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.

J