[D-runtime] Time for druntime for Linux64 to default to a shared lib

Walter Bright walter at digitalmars.com
Wed Mar 13 11:24:59 PDT 2013


On 3/13/2013 1:46 AM, Maxim Fomin wrote:
>
>
> 2013/3/13 Walter Bright <walter at digitalmars.com <mailto:walter at digitalmars.com>>
>
>     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.
>
>     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. 
>
>
> It is very nice to hear that problems which you expect to not been fixed soon 
> are actually being fixed.
>
> 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?

That's right.

>
> What about dynamic loading support of user-written modules?
>

This is a necessary step to get there.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d-runtime/attachments/20130313/92e63f08/attachment.html>


More information about the D-runtime mailing list