Date: Mon, 4 Jun 2001 10:00:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Shankar Chakkere cc: djgpp AT delorie DOT com Subject: Re: Help: problem with autoconf In-Reply-To: <9ferl9$fk$1@bob.news.rcn.net> 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 4 Jun 2001, Shankar Chakkere wrote: > configure: creating ./config.status > ./configure: c:/dev/env/DJDIR/bin/bash.exe: No such file or directory > (ENOENT) > c:/djgpp/bin/sed.exe: -e expression #1, char 1: Unknown command: ``C'' > > I don't have /dev/env/DJDIR directory?! /dev/env/DJDIR is automatically expanded at run time to %DJDIR%, the value of the DJDIR enviroment variable. But this is a feature of DJGPP v2.03 and later. I suspect that some program (Bash?) that you have installed is an old port compiled with DJGPP version before 2.03. It is also possible that you don't have the djgpp.env file in your c:/djgpp directory, or that you edited that file so that it no longer includes a line that defines the DJDIR variable.