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 libraries2. I can rewrite dirEntries() using functions from cygwin. The posibility is provided by D language and not by runtime.
3. ProfitWhat I'm understand wrong? Why simple using of cygwin-libraries can require druntime recompile?
