In a message dated 3/16/99 11:48:46 AM Central Standard Time,
ryhunter@hotmail.com writes:
> i can't seem to run the programs i compiled
> ie int main(){printf ("Hi, world!\n");}
>
> it compiles but i get the "command not found" error mesg.
> what am i doing wrong?
>
>
If you compile a program called "runme" in the current directory,
Execute it using:
./runme
You have to give the ./ unless the dir is in your path.