On Friday, 1 December 2017 10:59:48 PST Jean-Michaël Celerier wrote: > > (just look at how we have to build Linux binaries with GCC 4.8). > > Isn't it possible to use a newer GCC but to tell it to use GCC 4.8's ABI ? > eg to target GCC 4.8, by using -fabi-version=2 -D_GLIBCXX_USE_CXX11_ABI=0
Don't tempt fate. In theory, it's possible to use GCC 6 against an old set of libstdc++ headers. I don't know if the GCC devs officially support this (Ville, can you chime in?). I wouldn't try. Just use an older GCC. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development