[cfe-dev] MinGW build does not compile with C++11

Joerg Sonnenberger joerg at britannica.bec.de
Sun Mar 2 06:47:49 PST 2014


On Sun, Mar 02, 2014 at 03:15:51PM +0100, miroslav.fontan wrote:
> Win32 MinGW32 build seems broken after switch to C++11. It looks like
> -std=c++11 implies __STRICT_ANSI__ and MinGW32 headers are very strict (for
> ex. missing type off_t, missing strdup,... )

Yeah, on mingw you certainly want gnu++11.

Joerg



More information about the cfe-dev mailing list