Date: Thu, 31 Aug 2000 16:28:51 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Yeandel, Julian" cc: "'djgpp AT delorie DOT com'" Subject: Re: cygwin.dll In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 31 Aug 2000, Yeandel, Julian wrote: > When I run the appropriate batch file 'config' my bash shell tells me that > it is missing the cygwin.dll Most probably because your Bash is a Cygwin port, not a DJGPP port. > I have downloaded/extracted the following zip > files and I am able to compile simple c code using gcc but do not seem to be > able to run bash shell scripts: > > bnu2951b.zip > bsh203b.zip Since you have the DJGPP port of Bash installed, you need to look at your PATH and make sure that DJGPP's bin subdirectory is before the Cygwin's one.