Installing "ROOTasService" on CC7 as recently presented

Dear Enric,

With the binary version for gcc 4.8 it works, I can also use the “ROOT-prompt” kernel without problem.

In my case I used gcc4.9 (enabled on CC7 by using ‘scl enable devotoolset-3’) to compile the git master (as of some commit on 23/09/2015) in order to have the the c++14 support.

So something is not correctly configured either in the result of the compilation, or due to the environment built by devtoolset-3.

Please note that I used the “./configure ; make” method:

./configure --all --with-clang --with-gcc-toolchain=/opt/rh/devtoolset-3/root/usr/lib/gcc/x86_64-redhat-linux/4.9.2 --enable-cxx14 --enable-soversion --fail-on-missing

because I get errors when I setup the compilation with CMake (the same issue related to “string_view” reported here Cxx14 flag when compiling ROOT with clang 3.4.2, the 8th post of the thread).

Do you have any suggestion?

Thanks,
Matteo