Date: Thu, 11 Mar 1999 10:58:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Paganini " cc: djgpp AT delorie DOT com Subject: Re: Can someone please tell me why... In-Reply-To: <7c6vda$n0v$1@news3.infoave.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, 10 Mar 1999, Paganini wrote: > a). DJGPP calls as.exe everytime I compile a prog like this: > > c:/djgpp/bin/as.exe -o Pag-OS.o c:/djgpp/tmp/RH3aaaaa\ccayvfxi That's normal behavior. What exactly seems not right in this line? > b). Why DJGPP says "Bad command or filename" when as.exe is right there > in c:/djgpp/bin How do you know it complains about as.exe? Add -v to the compiler switches, and watch after what program invocation does that message appear. Post the entire output of the compiler using -v here, if you cannot figure it out. > c). Why my progs still work perfectly even after this error?!? Magic ;-). No, seriously, this question cannot be answered unless you post the output of compilation using -v.