Hi Eric, Eric Blake wrote: > Actually, in the latest version of mingw, you have the option to use a > more POSIX compliant [printf] instead of being stuck with MSVCRT's flaws: > http://cygwin.com/ml/cygwin-announce/2008-09/msg00008.html
Interesting... But I think gnulib should continue to be developed against the original mingw, because - that's the one that is available without any extra flags/options, - most problems of MSVCRT are still present with mingw "gcc -posix". Bruno