libc dependency

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 21 09:24:01 PDT 2017


On 2017-06-21 17:51, David Nadlinger wrote:

> This is not relevant for cross-compilation, as long as you have the
> libraries available. You can actually link a D Windows x64/MSVCRT
> executable from Linux today if you copy over the necessary libraries.
> The question is just how we can make this as easy as possible for users.

Perhaps not when targeting Windows but when targeting Linux. Can you 
target a specific version of libc or do you need to use static linking?

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list