Muralidhara N, [EMAIL PROTECTED], said: > My problem is that if compile a c program. It compile the > program but it is not executable, that results in a.out not > found at /bin/bash. Have you tried (in the directory that the executable called a.out is located) typing: ./a.out The ./ at the front tells bash to look in the current directory. _______________________________________________ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk
- [techtalk] Compiling C program Muralidhara N
- RE: [techtalk] Compiling C program Samantha Jo Moore
- Fan, Laurel