I have installed ROOT6 on my fedora Linux, and compiled it successfully, but when I start the root and attach a file, a bothering message appear:
[root@dhcp239 Delphes-3.3.2]# root -l analysis_files/4e/signal_500GeV_4e.root
root [0]
Attaching file analysis_files/4e/signal_500GeV_4e.root as _file0...
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 [1]
Could you please help me?
This is likely because Fedora has switches to the new GCC ABI which clang doesn’t support yet… You can follow sft.its.cern.ch/jira/browse/ROOT-7947 to see when we are done.
Until then please try to build ROOT with an older compiler, or probably simpler: use it in a virtual machine.