D with CygWin

unDEFER via Digitalmars-d digitalmars-d at puremagic.com
Fri Nov 18 01:53:23 PST 2016


On Friday, 18 November 2016 at 09:40:25 UTC, rikki cattermole 
wrote:
> Perhaps you should treat it as a port to a new platform.
> So start with getting druntime going (which means recompiling 
> it).

No, no recompile. The idea is very simple:
1. The cygwin provides libraries
2. I can rewrite dirEntries() using functions from cygwin. The 
posibility is provided by D language and not by runtime.
3. Profit

What I'm understand wrong? Why simple using of cygwin-libraries 
can require druntime recompile?


More information about the Digitalmars-d mailing list