Message-Id: <200005302131.AAA14380@alpha.netvision.net.il> Date: Wed, 31 May 2000 00:31:23 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: Jason Green CC: djgpp AT delorie DOT com In-reply-to: (message from Jason Green on Tue, 30 May 2000 14:33:22 +0100) Subject: Re: Rebuilding Fileutils 3.16 [was: MESA3D compiling problem] References: 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 > From: Jason Green > 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.)