Yes, thank you.  That is exactly what I did.

On Monday, 4 August 2014 at 21:48:40 UTC, safety0ff wrote:
On Monday, 4 August 2014 at 21:35:21 UTC, Jon wrote:
I get Error: core.runtime.rt_init is private. And Error: core.runtime.init is not accessible.


I would add them to the header and Haskell wrapper (FunctionsInD.h and ToD.hs.)
The signatures are:
int rt_init();
int rt_term();

When it is linked it will find the symbols in druntime.

Reply via email to