[techtalk] Compiling C program

Fan, Laurel Laurel.Fan at compaq.com
Fri Jul 21 10:19:07 EST 2000


Muralidhara N, murali_dhara at chequemail.com, 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.





More information about the Techtalk mailing list