From: j DOT aldrich6 AT genie DOT com Message-Id: <199607312325.AA138725515@relay1.geis.com> Date: Wed, 31 Jul 96 22:54:00 UTC 0000 To: ubk1020 AT infonet DOT st-johns DOT nf DOT ca Cc: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Help! Missing file? Reply to message 0836395 from UBK1020 AT INFON on 07/31/96 12:59PM >I recently downloaded Allegro and JLib, but to set them up it says that I >have to run a file called make.exe. I don't have this file, can somebody >tell me where I can get this file? Thanks. Make is a utility designed to make programming easier by enabling you to compile large complex projects without having to type out the command lines every time. The best version of make to get is the one ported for DJGPP; it can be found as mak373b.zip at ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu or any other SimTel site, and installs just like any other DJGPP program. Once you get it, you can read the documentation using your DJGPP info browser. John