This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: how do I execute compile program?
- To: help-gcc at gnu dot org
- Subject: Re: how do I execute compile program?
- From: haha at here dot org
- Date: 28 Dec 1999 09:34:54 GMT
- Newsgroups: gnu.gcc.help
- Organization: What! Me? Worry!?
- References: <849k43$7fs$1@usenet.kreonet.re.kr>
- Xref: wodc7nx0 gnu.gcc.help:2306
:>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!