Probably the problem is that ./ isn't in your path. Try ./a.out, and this will work if that is the problem, and if so you'll probably want to add it to your path variable in your .cshrc file. (Or .bashrc or .profile or whatever your prefered poison may be.) -Richard