is there any plan to support shared libraries in OSX?

Jacob Carlborg doob at me.com
Mon Dec 11 23:11:36 UTC 2017


On 2017-12-10 22:00, Timothee Cour wrote:

> Is it on the roadmap? It's been a very long standing issue.

I don't think it's on the roadmap. Nobody has needed it badly enough to 
implement it. I could probably give it a shot if someone implements 
constructors, i.e. __attribute__((constructor)), which is basically what 
this PR is doing [1].

[1] https://github.com/dlang/dmd/pull/7182

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list