<br><br><div class="gmail_quote">2013/3/13 Walter Bright <span dir="ltr"><<a href="mailto:walter@digitalmars.com" target="_blank">walter@digitalmars.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Thanks to the efforts of Martin Nowak (dawgfoto) I have been able to build druntime as a shared library under Linux64 and get it to successfully run the test suite.<br>
<br>
Therefore, it's now time to make this now the default. This requires some changes to the makefiles for druntime, phobos, and some tweaks to dmd. </blockquote><div><br>It is very nice to hear that problems which you expect to not been fixed soon are actually being fixed.<br>

<br>Currently D object file is statically linked to phobos archive which includes druntime as well. After this changes druntime would be expelled from phobos library, right?<br><br>What about dynamic loading support of user-written modules?<br>

</div></div>