It looks like gcc is not installed or not properly installed. Which distro are you using on that computer? If it's ubuntu, please run the following:
Code:
sudo apt-get install build-essential
If Fedora, you need to run the following as root:
Code:
yum install gcc
yum install binutils
That should take care of everything. If not, let me know.