From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc.exe Date: Wed, 23 Apr 1997 12:29:22 +0200 Organization: TU Chemnitz-Zwickau Lines: 26 Message-ID: <335DE482.150CB233@Mathematik.tu-chemnitz.de> References: <335D5C80 DOT AC1 AT pacbell DOT net> NNTP-Posting-Host: pandora.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk adamk AT pacbell DOT net wrote: > > 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 Please post the output from the following command: gcc -v -Wall -O -g filename.c You can also redirect the output in a file, and then post that file: redir -o filename.err -eo gcc -v -Wall -O -g filename.c And now post the file 'filename.err'. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************