Date: Mon, 5 Jun 2000 00:55:09 +0530 (IST) Message-Id: <200006041925.AAA26540@bgl2.vsnl.net.in> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <5Au_4.1224$54.170432@nnrp4.clara.net> (neiled@clara.net) Subject: Re: Rhide trying to 'rm -f' in windows?! References: <5Au_4.1224$54 DOT 170432 AT nnrp4 DOT clara DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Hi there, Ive just installed the full whack of Djgpp and am using > Rhide as the IDE. When I compiled a test program everything went > OK apart from a bad command or file name error. Anyway looking at > what rhide runs there are two gcc calls and then it runss rm -f which last > time I looked wasnt a dos command. Is rhide in some linux/unix mode? I don't know why RHIDE uses this, but there *is* an `rm' command on DOS. You need to get the fileutils package from v2gnu. (v2gnu/fil*b.zip).