john green wrote:

> i have a gcc running on my redhat5.1
> 
> anyone tell me how to run amd compile programs on this gcc. guess the
> a.out stuff is old and it is elf now.

For information on compiling programs with gcc, refer to the gcc info
file (`C-h C-i gcc RET' in Emacs).

> so please tell me as to what are the basic commands fro running c
> programs

You run a program by typing it's name. The default filename for
programs generated by gcc is `a.out' (regardless of whether the binary
format is a.out or ELF).

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to