From: buers AT gmx DOT de (Dieter Buerssner) Newsgroups: comp.os.msdos.djgpp Subject: Re: make.exe: *** [crafty] Error -1 Date: 17 May 2000 13:31:57 GMT Lines: 21 Message-ID: <8fue98.3vs47hb.0@buerssner-17104.user.cis.dfn.de> References: <000801bfbfcc$60354280$5a13ddcc AT lhaglund> NNTP-Posting-Host: pec-90-147.tnt4.s2.uunet.de (149.225.90.147) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 958570317 313529 149.225.90.147 (16 [17104]) X-Posting-Agent: Hamster/1.3.13.0 User-Agent: Xnews/03.02.04 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Josh Haglund wrote: >I've gotten to the point where It goes to make crafty and this happen: > >make.exe: *** [crafty] Error -1 > >It's done, but no crafty. > >What should my makefile be again? There is a bug in crafty's makefile. You haven't shown the error message, but this may be the reason for your error. I have already suggested one solution in an other post. If that doesn't work, you may want to try gcc -c x86.S at the DOS prompt. Perhaps, changing asm = x86.o in the DOS section of the makefile to asm = x86-aout.o also fixes things, but I forgot. (You need sed then).