Mail Archives: djgpp/2001/06/04/04:07:45
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.
- Raw text -