[Interest] building Qt 5.9 on Linux - clang or GCC?
Thiago Macieira
thiago.macieira at intel.com
Fri Dec 22 13:13:16 CET 2017
On quinta-feira, 21 de dezembro de 2017 22:00:32 -02 tomek wrote:
> And it works also for me too, but command executed during 'configure'
> script execution lacks -std=c++11 flag:
Ah, so that is the problem.
It's passing -std=gnu++11 here, for me.
Can you attach the entire config.log? Make sure config.cache is empty (or
doesn't exist) before running configure. The problem may be the detection of
what C++ the compiler defaults to.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list