From: silkwodj AT apci DOT com (David Silkworth) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem installing Allegro with Djgpp Date: 17 Aug 2002 17:30:10 -0700 Organization: http://groups.google.com/ Lines: 21 Message-ID: References: <9341cfaf DOT 0208141154 DOT 59d4e4a5 AT posting DOT google DOT com> <3D5ACD3D DOT AAD5142 AT yahoo DOT com> NNTP-Posting-Host: 151.199.252.167 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1029630611 28842 127.0.0.1 (18 Aug 2002 00:30:11 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 18 Aug 2002 00:30:11 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com CBFalconer wrote in message news:<3D5ACD3D DOT AAD5142 AT yahoo DOT com>... > Joe wrote: > > > > In order to install Allegro with Djgpp you have to use the cammand > > `make`. But whenever I type make in `C:\DJGPP\ALLEGRO` it says that > > its not a cammand. Any suggestions?. > > Sounds as if you never installed it. Check the minifaq here > (posted Mondays) for the latest version and go get it. What he means is that the DJGPP installaion is probably not done. You have to set your environment variables including the PATH according to Readme.1st Now, you will probably have the va_list problem. Look at all the discussion on this. Allegro is great, but like anything else, its going to take some work to understand. The examples are pretty good (although in the old days they seemed to be more in order). I wish I were good enough to write a book on Allegro. Has anyone done this?