| > 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 _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
