Date: Sun, 25 Apr 1999 12:08:13 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: miller matthew william cc: djgpp AT delorie DOT com Subject: Re: make.exe: *** [jcapimin.o] Error -1 In-Reply-To: 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 Fri, 23 Apr 1999, miller matthew william wrote: > make -f makefile.dj > gcc -O2 -Wall -I. -c jcapimin.c -o jcapimin.o > make.exe: *** [jcapimin.o] Error -1 > What does the err msg mean? It usually means that Make couldn't find the program to run, in this case it probably couldn't find gcc. Check your PATH and other setup.