On 11 Aug, 2006, at 17:48, ChadDavis wrote:
Hi. Basic question. I'm running an ubunut system and the only executable I can find is gcc-4.0. Is gcc supposed to be ran by invoking this version-named executable directly? What is the standard set up?
You should have a symbolic link /usr/bin/gcc pointing to /usr/bin/ gcc-4.0. Try installing the 'gcc' package on top of 'gcc-4.0'.