This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: how do I execute compile program?




On Tue, 28 Dec 1999, Ashat Safiullin wrote:

> May be it is stupid but
> how I can execute program after doing following:
> 
> gcc -o myfile -g -lm  myfile.c
> 
> and command prompt comes again.

$./myfile


by the way, run

$info gcc

to learn about gcc.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]