Remove cling warning

Hi, when I start the cling, occurs this warning:

“Warning in cling::IncrementalParser::CheckABICompatibility():
Possible C++ standard library mismatch, compiled with GLIBCXX '20150426’
Extraction of runtime standard library version was: ‘20150623’”

But cling works without problem.

How can I remove this warning?

Try rebuilding cling from scratch (so that the C++ library use at compile time and run-time matches).

Cheers,
Philippe

How can I do this?

Sorry, I am newbie.

See root.cern.ch/cling-build-instructions

Solution:

(Ubuntu)
Remove all folders and files in your Ubuntu with llvm, clang, cling and Cmake in the name.
Re-install Cmake.
sudo apt-get install cmake

Go to this site: https://raw.githubusercontent.com/karies/cling-all-in-one/master/clone.sh
and execute the script in your Ubuntu.

Cling will work fine again.

For avoid problems, you can update Cmake before execute the script.

Cheers, Usori.