From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro installation. Date: Sun, 02 Nov 1997 11:53:11 +0000 Organization: Two pounds of chaos and a pinch of salt Lines: 29 Message-ID: <345C69A7.A48@cs.com> References: <345BD356 DOT CFC10AD3 AT netcom DOT ca> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp229.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 jb AT netcom DOT ca wrote: > > after reading the installation instructions for Allegro. > I downloaded the mak375b.zip. > Unzipped it into the DJGPP directory. > 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? You should run make from the DOS command line, not from File Manager/Explorer. DJGPP is a DOS-based compiler. In any case, to build Allegro you must change to the main Allegro directory and type "make". Assuming your DJGPP installation is set up correctly, Allegro will build without any further work on your part. BTW, you need the C++ components of DJGPP to build Allegro's 'setup' program. If you want to skip this requirement, or don't want to install C++ at all, you can type "make -k" to force it to skip that part of the compilation. hth -- --------------------------------------------------------------------- | John M. Aldrich | "Courage is the complement of fear. | | aka Fighteer I | A man who is fearless cannot be | | mailto:fighteer AT cs DOT com | courageous. (He is also a fool.)" | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------