Date: Sun, 20 Dec 1998 11:46:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Alleycat cc: djgpp AT delorie DOT com Subject: Re: Can't get allegro to make In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 19 Dec 1998, Alleycat wrote: > Everytime I type in make in my Allegro directory I get an error. It says: > Error on line 16: expecting target : dependencies > > What does this mean? It probably means you are using some version of make.exe that is not the DJGPP port. GNU Make (which is the one ported as part of DJGPP) doesn't have such a message anywhere in its sources. Please be sure to install the DJGPP Make (v2gnu/mak377b.zip from the same place you got DJGPP), and make sure its directory appears on your PATH before the other version of Make.