| delorie.com/archives/browse.cgi | search |
| Date: | Wed, 17 Mar 1999 16:20:59 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Roger Beeman <topos AT erols DOT com> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: gcc reported bad command |
| In-Reply-To: | <7co03s$arv$1@winter.news.rcn.net> |
| Message-ID: | <Pine.SUN.3.91.990317161751.1813C-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |