Date: Mon, 5 Jun 2000 00:54:57 +0530 (IST) Message-Id: <200006041924.AAA26467@bgl2.vsnl.net.in> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <393a849e.0@news.cyberway.com.sg> (neohkl@cyberway.com.sg) Subject: Re: Repeating execution with no result. References: <393a849e DOT 0 AT news DOT cyberway DOT com DOT sg> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > gcc world.exe -o world.c -lm You have to use "gcc -o world.exe world.c" to compile that program.