HD Install :: cc: Command not found



I'm attempting to recompile the kernel - I'm getting an error at the point where I would "make bzImage" .. the error is that of the one in the title.  I'm not sure why this is happening, I have gcc/g++ installed via the dsl package.. is there another compiler (cc?) needed to recompile the kernel?  I'm confused..  all the other make commands up until this one worked.

Thanks in advance!
Brad

I believe all you would need to do is link cc to gcc
As root do this

ln -s /usr/bin/gcc /usr/bin/cc


original here.