it is very obvious that your "gcc" is not in your path or u did not install gcc.
here is your solution.
make sure u install "gcc" compiler and make sure your gcc executable are in your path.
tip: u can either create softw link using 'ln -s' or install gcc directly under your path.