Date: Wed, 28 May 1997 19:19:08 +0300 (IDT) From: Eli Zaretskii To: Wojciech Galazka cc: djgpp-workers AT delorie DOT com Subject: Re: gettext and recode packages In-Reply-To: <338AE702.5C4@chem.uw.edu.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 27 May 1997, Wojciech Galazka wrote: > they're not as good as they shou;d be. Particularly the 'make > install' part isn't finished yet as I didn't know how to do it > quickly and efficiently. (instead of 'recode.exe' the'recode' is copied) I didn't yet have time to look into your ports, but I don't understand how could you have any problems with "make install". The DJGPP port of `install' should automatically do what you want. That is, when you (or the Makefile) says "install recode c:/djgpp/bin/recode", it should note that `recode' is a raw COFF file and stubify it to make `c:/djgpp/recode.exe' on the fly. This works for me (with other packages). Can you see why did it fail in your case? Anyway, thanks for working on this.