Problem to compile after Ubuntu 16.04 upgrade [SOLVED]

Thank you for your reply !

  1. For the installation, I’ve purged root5 with this command and I’ve installed it like this : Memory leak in ROOT::Math::IntegratorMultiDim

  2. & 3. I’ve tried to type these options but this error appears again : error while loading shared libraries: libCore.so.5.34: cannot open shared object file: No such file or directory
    I’m surprised that root-config --cflags is a compiler setting and “-L…” and “-l…” are linker settings because it was set the other way around in code::blocks before this annoying upgrade.
    I probably have to specify the place of the library somewhere ${HOME}/ROOT/v6-06-06 ?
    How come is the compiler still looking for a root5.34 ?

  3. My code::blocks projects don’t have any makefile, so I don’t know how to achieve this make clean…?