Date: Sun, 2 Nov 1997 15:12:27 +0200 (IST) From: Eli Zaretskii To: jb AT netcom DOT ca cc: djgpp AT delorie DOT com Subject: Re: Allegro installation. In-Reply-To: <345BD356.CFC10AD3@netcom.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 1 Nov 1997 jb AT netcom DOT ca wrote: > Double clicked on the make.exe in the C:\DJGPP\BIN\ directory, and it > says Parameters: > what am I meant to type next to parameters? Usually, nothing (i.e., leave the command line empty). But for this to work, you need to be in the Allegro's directory. Make reads a file called Makefile in the current directory, to know what to do. So you need to either chdir to Allegro's directory and type "make [Enter]" from the DOS box prompt, or double-click on make.exe like you did and type "-C c:/djgpp/allegro" and press Enter. (I assume that you installed Allegro in c:\djgpp\allegro; if not, change that as appropriate.)