RazarDessun / shedskin

An experimental (restricted-Python)-to-C++ compiler
0 stars 0 forks source link

cygwin and mingw #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
cygwin is indeed more usable than mingw
cugwin requires an extra dll file
while mingw goes directly with a msvc runtime

with cygwin you can cross-compile to mingw
which is actually more usable than using mingw directly

I'm not an expert on it or anything
But I have played a bit with it :)

Original issue reported on code.google.com by bleukous...@gmail.com on 15 Jul 2013 at 1:05