I already have a pre-installed gcc
in debian, and I also have compiled another gcc successfully, which is installed in /root/tools/
.But after that, I typed type gcc
, it showed gcc is hashed (/bin/gcc)
. What does this mean ?
My bash PATH
variable : PATH=/root/tools/bin:/bin:/usr/bin