<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Of course someone like me find some upsides, like having a<br>
large number of unix tools available on windows, otherwise<br>
we will have no users nor any packagers</blockquote><div><br></div><div>I guess over the years I've just ended up collecting small static versions of 'unix tools' in my tools folder under unix....</div><div><br>
</div><div>cp, rm, mv, ls, mkdir.exe, echo.exe, touch, uname, make.exe, </div><div><br></div><div>and some less generally useful things, wget, ssh, cvs, mtn</div><div><br></div><div>but I think of the above cmake only needs make and other things are handled with cmake -E commands</div>
<div>and then the compiler...  and  make (mingw32-make) comes with mingw anyhow; so I'm pretty sure everything can build with MinGW (not MSYS), cmake, and the android NDK on a clean system.  (and 30% faster than a cygwin environment)</div>
<div><br></div><div>personally I can't stand how slow cygwin is; even things just built with cygwin run 30-50% slower than any other compiler... and it's really not worth it to have paths that don't really work.... and then redhat got ahold of it and it just went downhill from there (yes that was a long time ago)</div>
<div><br></div><div>MinGW doesn't even need environment changes, just need the bin in PATH...</div><div><br></div><div><br></div></div></div></div>