Date: Thu, 24 Apr 1997 14:51:01 +0300 (IDT) From: Eli Zaretskii To: adamk AT pacbell DOT net cc: djgpp AT delorie DOT com Subject: Re: gcc.exe In-Reply-To: <335D5C80.AC1@pacbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 22 Apr 1997 adamk AT pacbell DOT net wrote: > Sorry to bother with dumb questions, but I set up DJGPP and did > everything it said to do on this web page. Well every time I go to > C:\djgpp\bin where gcc.exe is, I do the sample code which is " gcc -Wall > -O -g filename.c ". But when I do that it always says "gcc.exe: No imput > files. I have been messing with this for a while and I cannot figure it > out. Can someone please tell me what I should do? Does `filename.c' exist in the directory where you run gcc? If that doesn't give a clue, please invoke gcc like so: redir -o gcc.log -eo gcc -v -Wall -O -g filename.c then post here the entire contents of the file `gcc.log'.