D with CygWin

Daniel Kozak via Digitalmars-d digitalmars-d at puremagic.com
Fri Nov 18 02:04:28 PST 2016


Dne 18.11.2016 v 10:53 unDEFER via Digitalmars-d napsal(a):

> 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?
No it does not require it. Your error seems like you do not links 
against your cygwin stdio, where do you place your cygwin.std.* files? 
Did you rename module std.whatever to module cygwin.std.whatever ?



More information about the Digitalmars-d mailing list