root [0]
Processing graph.C…
IncrementalExecutor::executeFunction: symbol ‘_ZN5cling7runtime6gClingE’ unresolved while linking [cling interface function]!
You are probably missing the definition of cling::runtime::gCling
Maybe you need to load the corresponding shared library?
root [1] gSystem->Load(“libCLing.so”)
IncrementalExecutor::executeFunction: symbol ‘_ZN5cling7runtime6gClingE’ unresolved while linking [cling interface function]!
You are probably missing the definition of cling::runtime::gCling
Maybe you need to load the corresponding shared library?
root [2]
Hi,
I’m running into the same bug. Before updating my toolchain, I would like to know if this is fixed in 6.05.02? I cannot seem to find its ChangeLog, and I cannot discern whether that is supposed to be a stable release, this information appears to have been lost in the website upgrade.
These are the compiler flags (CMAKE_CXX_FLAGS I believe). Running “cmake -LAH” should show you, what flags CentOS is trying to use: search for “Compiler Flags” in the output of the “cmake -LAH” command.
PS: But, it is long time ago I reported that (and obviously for the wrong ROOT version), things may have changed significantly.
Following is what I get after running cmake -LAH and searching for compiler flags. It has > 100 compiler flags. Which one should I look for?cmake-flags.txt (92.8 KB)
The log you have provided did not pass well (see the error at the very beginning). The g++ flags thus did not show up (the flags you see are cmake flags). The cmake -LAH command needs to be run using the pure downloaded root source.