Date: Tue, 23 Feb 1999 10:58:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: MarkL cc: djgpp AT delorie DOT com Subject: Re: Beginners help/problem In-Reply-To: <7asphc$p4s$1@quince.news.easynet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 22 Feb 1999, MarkL wrote: > When running gcc -v -o mark.exe mark.c > > on a very simple c prog, NO exe is produced. There are no errors in the > output. You need to post the entire output of "gcc -v". > I would have put the output here, but when i run > > redir -o gcc.log -eo gcc -v -o mark.exe mark.c > > it says 'Bad command or file name'. What does it say when you just type "redir" and hit [Enter]? If it still says "Bad command or file name", you somehow renamed or deleted redir.exe, so you'll need to re-unzip it from djdev202.zip. If "redir" alone produces a few lines of output and exits normally, go ahead with the "redir -o gcc..." command you tried and post here whatever winds up in gcc.log.