Date: Sun, 23 Apr 2000 07:40:02 +0500 Message-Id: <200004230240.HAA01090@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <20000422210145.19040.00003134@ng-fh1.aol.com> (chasemagic AT aol DOT com) Subject: Re: Help setting up References: <20000422210145 DOT 19040 DOT 00003134 AT ng-fh1 DOT aol DOT com> 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 > After downloading numerous files, and making changes to autoexec.bat, when I > open gcc it tells me "gcc.exe: no input file". Please help me fix > this...please. What program did you compile? You need to compile it this way. gcc -o prog.exe prog.c Also, please go through README.1st and the DJGPP FAQ available in the FAQ directory of the installation.