Date: Wed, 1 Aug 2001 10:06:23 -0400 Message-Id: <200108011406.KAA30673@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <9k8rf3$7b8$1@pita.alt.net> (kreg0815@iscb.de) Subject: Re: Can't make Antiword with Djgpp References: <9k8rf3$7b8$1 AT pita DOT alt DOT net> 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 > The problem is, that it just says "make.exe : *** [antiword.exe] error > -1" after the DOS prompt. The compiler and linker are found, because > the .o files are properly created. When I issue make without the .o > files already made, there are of cause more messages after the DOS > prompt. But when the .o files are there, only this error -1 without a > hint about the command, which failed is given. Try "make -n" which doesn't run commands but does show even hidden commands. Otherwise, please send the actual output of make (complete!) or it will be difficult for us to help.