Mail Archives: djgpp/2000/05/30/17:32:56
> From: Jason Green <news AT jgreen4 DOT fsnet DOT co DOT uk>
> Newsgroups: comp.os.msdos.djgpp
> Date: Tue, 30 May 2000 14:33:22 +0100
>
> The file `po\Makefile.in-in' exists and is used by djgpp\config.bat
> but makefile uses the file `po\Makefile.in.in'
Yep, known. It only shows on some platforms, so I didn't see it at
the time, and I wasn't experienced enough back then to hunt such
problems just by looking at the files.
> In `djgpp\Readme', GNU Diffutils are not listed as required tools but
> djgpp\config issues an error that it cannot find cmp.exe, although it
> then continues to successfully complete.
Looks like I missed one program that the configure script runs, thanks.
> }That's all!
>
> This is technically correct, but maybe it would be good to say
> something about `make install' too! ;-)
Certainly.
> D:\>gmkdir /dev/env/DJDIR/foo
>
> D:\>touch bar
>
> D:\>d:\djgpp\bin\ginstall bar /dev/env/DJDIR/foo
> d:/djgpp/bin/ginstall: /dev/env/DJDIR/foo: No such file or directory
> (ENOENT)
>
> D:\>bash
> ~ $ /dev/env/DJDIR/bin/ginstall bar /dev/env/DJDIR/foo
Does the following work from COMMAND.COM?
env DJDIR=d:/djgpp ginstall bar /dev/env/DJDIR/foo
Anyway, I cannot reproduce this on my machine: ginstall works for me
inside and outside Bash. Could you please describe your installation
in more detail? (Hardware, software, OS, version, etc.)
- Raw text -