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?


:>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
(the dot "." is an alias for current working directory)

Haha!



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