Date: Mon, 6 Sep 1999 09:46:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: arrel AT pacbell DOT net cc: djgpp AT delorie DOT com Subject: Re: using make In-Reply-To: <37D2F4EC.754C956B@postoffice.pacbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 5 Sep 1999 arrel AT pacbell DOT net wrote: > any idea what this error message means... > make.exe: *** [C:\date1.o] Error -1 "Error -1" usually means that Make couldn't find a program or a file that your Makefile mentioned. Please always post here the relevant info (in this case, your Makefile). You cannot expect us to guess what's wrong with a Makefile we didn't even see, can you?