Hi,
Someone suggest me to use ROOT 6 so I install one, with
./configure --all
And my gcc version is new:
lis-MacBook-Pro:root li$ gcc --version
gcc-5 (Homebrew gcc 5.3.0) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
And in the configure, it said:
Checking whether c++11 mode is supported ... yes
But,
Enabled support for asimage, astiff, bonjour, builtin_afterimage, builtin_ftgl, builtin_freetype, builtin_glew, builtin_pcre, builtin_lzma, builtin_llvm, libcxx, cocoa, explicitlink, fink, gdml, genvector, http, krb5, ldap, memstat, minuit2, opengl, pythia8, python, roofit, rpath, search_usrlocal, shared, sqlite, table, tmva, unuran, vdt, xml.
My experience of ROOT 5 is that if it enable gcc11, cxx11 should be displayed here.
After installation, I checked,
lis-MacBook-Pro:root li$ ./bin/root-config --has-cxx11
no
Does anyone know what’s wrong with it?