Installation problems (Ubuntu 14.04)

I tried to execute all the sudo commands indicated, but still no result. Should I “make” root one more time, after the execution of “sudo apt-get build-dep root-system” ? (If not, only typing “root” is unsuccessful because I get “The program ‘root’ is currently not installed. You can install it by typing:
sudo apt-get install root-system-bin”).
When I locate libCore the output is:

/usr/lib/x86_64-linux-gnu/libCore.so /usr/lib/x86_64-linux-gnu/libCore.so.5.34 /usr/lib/x86_64-linux-gnu/root5.34/libCore.rootmap /usr/lib/x86_64-linux-gnu/root5.34/libCore.so /usr/lib/x86_64-linux-gnu/root5.34/libCore.so.5 /usr/lib/x86_64-linux-gnu/root5.34/libCore.so.5.34
And for libCint:

/home/matteo/root/cint/build/libCint.mk /usr/lib/x86_64-linux-gnu/libCint.so /usr/lib/x86_64-linux-gnu/libCint.so.5.34 /usr/lib/x86_64-linux-gnu/libCintex.so /usr/lib/x86_64-linux-gnu/libCintex.so.5.34 /usr/lib/x86_64-linux-gnu/root5.34/libCint.so /usr/lib/x86_64-linux-gnu/root5.34/libCint.so.5 /usr/lib/x86_64-linux-gnu/root5.34/libCint.so.5.34 /usr/lib/x86_64-linux-gnu/root5.34/libCintex.rootmap /usr/lib/x86_64-linux-gnu/root5.34/libCintex.so /usr/lib/x86_64-linux-gnu/root5.34/libCintex.so.5 /usr/lib/x86_64-linux-gnu/root5.34/libCintex.so.5.34

PS: That g++ line was the result of the command make, after the execution of the others listed above.