Mail Archives: djgpp-workers/1997/05/28/12:23:50
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.
- Raw text -