Date: Wed, 1 Aug 2001 17:02:35 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Michael Lang 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: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 1 Aug 2001, Michael Lang wrote: > On Wed, 1 Aug 2001 12:07:23 +0300 (IDT), > Eli Zaretskii 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.