Mail Archives: djgpp/2001/08/01/11:48:59
On 1 Aug 2001, Michael Lang wrote:
> On Wed, 1 Aug 2001 12:07:23 +0300 (IDT),
> Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> wrote:
> >
> >You could try posting the entire message printed by Make near that error,
> >including the command it tries to run. Error -1 normally means Make
> >didn't find some program, but it is impossible to guess which one without
> >seeing the actual command.
>
> The problem is, that it just says "make.exe : *** [antiword.exe] error
> -1" after the DOS prompt.
Add this line to the beginning of Makefile:
SHELL = /bin/sh
Then download and install these 2 packages from the usual DJGPP sites:
v2gnu/bsh204b.zip
v2gnu/fil40b.zip
Then this Makefile should work.
In the future, when this happens, look at the Makefile and try to
understand what commands don't work. Then either look on your system for
those commands, or ask here where to get them.
In this case, the missing command was chmod, which is part of Fileutils.
- Raw text -