Mail Archives: djgpp/1996/07/18/17:16:55
"Jose Lopez Jr." <jlopezjr AT ix DOT netcom DOT com> 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.
You know DOS errorlevels? Well, if a program called by make returns
something other than 0, (which traditionally indicates that an error
occured), it gives you that kind of error. In other words, as is
failing in some way... but it doesn't give you any error messages.
Perhaps as.exe is corrupt or something like that?
Regards,
ABW
--
I have become... Comfortably numb...
Alaric B. Williams Internet : alaric AT abwillms DOT demon DOT co DOT uk
<A HREF="http://www.hardcafe.co.uk/Alaric/">http://www.hardcafe.co.uk/Alaric/</A>
- Raw text -