
| > 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 | > 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

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 the 5.02 bits were out, and in that space of time, the init entry points were (quite literally) Alpha converted. --sigbjorn
participants (2)
-
Julian Seward (Intl Vendor)
-
Sigbjorn Finne