line 1: gcc: command not found Do you have any version of gcc installed? If it is version 4.0, then the link for /usr/gcc/bin should be there. If you had 3.3 or 3.4 installed then do this: setenv CC gcc-3.4 It should work then. If you need gcc: sudo apt-get install gcc-3.4 -- phillyboy