www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/08/01/11:48:59

Date: Wed, 1 Aug 2001 17:02:35 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: Michael Lang <kreg0815 AT iscb DOT de>
cc: djgpp AT delorie DOT com
Subject: Re: Can't make Antiword with Djgpp
In-Reply-To: <9k8rf3$7b8$1@pita.alt.net>
Message-ID: <Pine.SUN.3.91.1010801165758.17671B-100000@is>
MIME-Version: 1.0
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

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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019