Wrong GLIBCXX version when running a program that was compiled on the same machine
How is it possible that a program that I compile, link and run on the same machine to have GLIBCXX version errors when I try to run it? Does anyone know? Here is the error I am getting: 0.01s$ build/test/gamgee_test build/test/gamgee_test: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by build/test/gamgee_test) build/test/gamgee_test: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by build/test/gamgee_test) full output (with VERBOSE=1) including building and running is here: https://travis-ci.org/broadinstitute