Shared Libraries [was Re: D 1.076 and 2.061 release]

Jacob Carlborg doob at me.com
Tue Jan 8 23:44:23 PST 2013


On 2013-01-07 13:41, David Nadlinger wrote:

> Yes, it is not supported by linker and dyld versions shipping with OS X
> 10.7. This is also the reason why LDC 2 only supports OS X 10.7+, as
> LLVM does not implement a workaround for older versions (although
> implementing one up to the point where it is good enough for D should be
> doable without too much effort).

I've looked a bit at this and if we want to emulate TLS and support 
dynamic libraries on Mac OS X 10.6 I think we basically need to do what 
the dynamic linker does on 10.7.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list