I am fairly new to ROOT, as I just finished installing it. After “make” and “make install” I was presented with this in the terminal:
root [0]
Processing hsimple.C...
hsimple : Real Time = 0.05 seconds Cpu Time = 0.04 seconds
IncrementalExecutor::executeFunction: symbol '_ZN5cling10printValueEPPKv' unresolved while linking [cling interface function]!
You are probably missing the definition of cling::printValue(void const**)
Maybe you need to load the corresponding shared library?
(TFile *) Error in ValuePrinter: missing output string.
============================================================
=== ROOT BUILD SUCCESSFUL. ===
=== Run 'source bin/thisroot.[c]sh' before starting ROOT ===
============================================================
I opened root and none of the root commands are working, and they present me with the same “You are probably missing …”
I am using gcc version 5.2.1, root v6.06.02, and ubuntu 15.10.
Can anyone help me out with this one?
Thanks.