Message-Id: <200006252030.XAA29057@mailgw1.netvision.net.il> Date: Sun, 25 Jun 2000 23:31:27 +0200 To: djgpp AT delorie DOT com X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" In-reply-to: (gunno AT no-spam DOT telia DOT com) Subject: Re: SV: Request for assistance from real IT newbie References: <00c401bfdde0$74f9bd40$bada36cb AT mpdywdzn> 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 > From: "gunno" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 25 Jun 2000 08:49:15 GMT > > > "CMDLINE=gcc -o hello hello.c" > > Looks fine with the exception that you have to give the executable > file the extension '.exe' if you want it to be executable. It's DOS > that's requires that extension to understand. This isn't true: when you say "gcc -o hello hello.c", the compiler creates *both* `hello' and `hello.exe'. Try it.