Date: Wed, 17 Mar 1999 16:20:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Roger Beeman cc: djgpp AT delorie DOT com Subject: Re: gcc reported bad command In-Reply-To: <7co03s$arv$1@winter.news.rcn.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 17 Mar 1999, Roger Beeman wrote: > Type at DOS in the box (Win95OSR2.5) prompt: > > G:\DJGPP\bin gcc hello.c -o hello.exe [enter] > Bad command or file name Type this instead: G:\DJGPP\bin\redir -o gcc.log -eo gcc -v hello.c -o hello.exe [enter] This will create a file called `gcc.log'. Look at that file, it might give a hint about what goes wrong. If you cannot figure it out, post the entire contents of that file here, and somebody will spot the problem.