
On Sat, Apr 25, 2009 at 3:05 PM, Richard Webb <richard.webb@boldonjames.com> wrote:
...
I've done a test run with the Mingw 4.4.0 build from http://www.equation.com/servlet/equation.cmd?call=fortran . The results are available under the RW_Mingw runner.
Thanks for the link. FWIW, I had to apply the patch below to get a hello world program to compile with -std=c++0x. --Beman --- cwchar.original Wed Apr 29 16:42:56 2009 +++ cwchar Wed Apr 29 16:37:03 2009 @@ -156,14 +156,14 @@ using ::mbsrtowcs; using ::putwc; using ::putwchar; - using ::swprintf; + //using ::swprintf; using ::swscanf; using ::ungetwc; using ::vfwprintf; #if _GLIBCXX_HAVE_VFWSCANF using ::vfwscanf; #endif - using ::vswprintf; + //using ::vswprintf; #if _GLIBCXX_HAVE_VSWSCANF using ::vswscanf; #endif