From mboxrd@z Thu Jan 1 00:00:00 1970 From: llewelly@198.dsl.xmission.com To: Ashat Safiullin Cc: help-gcc@gnu.org Subject: Re: how do I execute compile program? Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: References: <849k43$7fs$1@usenet.kreonet.re.kr> X-SW-Source: 1999-12n/msg00366.html Message-ID: <19991231222400.kE6l1nTuUrD8g6xMY3hhOsljbnM9GXLnIr0acjNaoOk@z> 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.