Date: Tue, 31 Dec 1996 08:46:35 +0200 (IST) From: Eli Zaretskii To: Daniel Boyer cc: djgpp AT delorie DOT com Subject: Re: Help!!! can't make GRX20! In-Reply-To: <32c7ffc3.9727382@redwood.cs.sc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 30 Dec 1996, Daniel Boyer wrote: > make.exe[1]: *** [../lib/libgrx20.a] Error -1 > make.exe[1]: Leaving Directory 'c:/djgpp/contrib/grx20/src' > make.exe: *** [libs] Error 2 > > I don't understand what this means (I am not to fimilar with using > make). Error -1 means that the last command invoked by Make failed for some reason, usually it means that either you called a program that doesn't exist on your PATH, or that the command line has a syntax error. > BTW: the I am using DJGPP V2.01(or what ever the latest > version is) and I think the make.exe was version 3.71. ^^^^^^^^^^^^^^^^^^^^^^^^^ That is most probably the cause. Get the latest Make 3.75 (mak375b.zip), since you obviously need to pass long command lines in that makefile (the list of the object files to put into the library is *very* long). Older ports of Make are incompatible in this aspect with the rest of DJGPP v2.01.