Date: Mon, 15 Jul 1996 11:13:05 +0200 (IST) From: Eli Zaretskii To: "Jose Lopez Jr." Cc: djgpp AT delorie DOT com Subject: Re: Error Msg In-Reply-To: <31E83980.44A5@ix.netcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 13 Jul 1996, Jose Lopez Jr. wrote: > C:\Djgpp>make > as -o X86.o X86.s > make.exe: *** [X86.o] Error -1 > > > What does this error mean....I almost have this program > compiled...help appreciated. That usually means that Make cannot find the program it needs to run. In this case, my first guess would be that you don't have `as.exe' installed.