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: Ashat Safiullin <ashat at nic dot sunmoon dot ac dot kr>
- Subject: Re: how do I execute compile program?
- From: llewelly at 198 dot dsl dot xmission dot com
- Date: Mon, 27 Dec 1999 23:12:28 -0700 (MST)
- cc: help-gcc at gnu dot org
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.