Status of Dynamically Loadable D Libraries

David Nadlinger see at klickverbot.at
Sun Feb 10 15:52:29 PST 2013


On Sunday, 10 February 2013 at 23:41:54 UTC, John Colvin wrote:
> For shared libraries (linux) I'd use ldc . It's just works.

You are living a dangerous life. ;)

It appears to work at first, but the test suite is known to 
segfault in random places with druntime/Phobos being built as a 
shared library, most probably because the GC/threading code 
doesn't really handle dynamic libraries at all.

David


More information about the Digitalmars-d mailing list