Status of compiler support for the git version of the toolkit
branch | gcc-4.8.1 (CentOS) | gcc-5.3.0 (gentoo) | gcc-5.3.1 (ubuntu) | clang-3.8.0 (ubuntu) | gcc-6.3 |
git/master | OK | OK | OK | OK## | OK |
git/next | OK | OK | OK | OK## | OK |
## clang-3.8.0 on Ubuntu fails with -flto
, need to specify CXXFLAGS explicitly. Compiles OK with configure CXX=clang++ CXXFLAGS="-O2 -march=native"
. Used to fail to link due to ABI incompatibility in libstdc++, but this appears to be fixed in latest packages (as of 2016-08-19).