Valgrind shows wrong version -
i downloaded valgrind 3.10.1 , ran:
./configure make make install
however when run valgrind --version, shows 3.7.0.
what other ways can check version? , need install latest valgrind 3.10.1 version
verify directory installed (typically /usr/local/bin
) in path
before directory containing version came os (typically /usr/bin
). enter hash -r
(bash) or rehash
(zsh, tcsh) tell shell rebuild hash table keeps track of commands located.
Comments
Post a Comment