
12 Oct
2001
12 Oct
'01
4:12 p.m.
| > 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