runtime loading D shared library as a standalone (with it's own GC etc)
Adam D. Ruppe
destructionator at gmail.com
Wed Feb 26 13:20:43 PST 2014
Try compiling your library with -defaultlib= (leaving it blank
after the equal sign). Then it might work by not loading the
symbols for phobos etc twice - they will only be linked into the
main program.
More information about the Digitalmars-d-learn
mailing list