From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Make returns -1? Date: Fri, 16 Jan 1998 19:00:24 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 24 Message-ID: <34BFF498.27DB@cs.com> References: <01bd223f$043973c0$5155aecc AT mpanian DOT awinc DOT com> NNTP-Posting-Host: ppp247.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Lucas Panian wrote: > > I tried 'make'ing a makefile (well, duh...), and it returned -1 (box.o), or > something of the like. I have no idea what this means, and after refering > to info, I found that make only returns 0, 1 or 2....How can that be? Oh > well. I've been having lots'a trouble with make, and it's getting > irritating. Anybody know what an exit code of -1 means? Please capture the exact output of 'make' and post it here; simply knowing that it returns with -1 doesn't help much. Usually, -1 indicates some sort of runtime error, like a crash or user break. Use the following command: redir -o make.out -eo make Then post the file named 'make.out'. -- --------------------------------------------------------------------- | John M. Aldrich | "A committee is a life form with six | | aka Fighteer I | or more legs and no brain." | | mailto:fighteer AT cs DOT com | | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------