<div dir="ltr">> <span style="color:rgb(0,0,0)">So why is "-std=gnu++11" being used at all?</span><div><span style="color:rgb(0,0,0)"><br></span></div><div><font color="#000000">autoconf has a heuristic that automatically checks "For compiler flags required to enable C++11 for the current compiler", and if the check passes, autoconf automatically adds -std=gnu++11 to the CFLAGS. Something is likely (wrongly) tripping this heuristic with XCode on macOS, as to what is causing this, that will need more testing to find out where the problem lies, in the worst case we may have to dig up the source code for that autoconf test to figure out what is going wrong.</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">best regards,</font></div><div><font color="#000000">Julian</font></div></div>