Date: Tue, 29 Jul 1997 08:59:33 -0700 (PDT) Message-Id: <199707291559.IAA05204@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ulf DOT cederholm AT swipnet DOT se From: Nate Eldredge Subject: Re: Allegro/Djgpp beginner Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >I have unzipped allegro22.zip in d:\djgpp\allegro. The readme.txt says >that I should go to the allegro directory and run make.exe (it can be >found in d:\djgpp\bin) to compile alegro. The problem here is that I do >not know how to run make.exe in the allegro directory. I have tried a >couple of different things to no avail. Here's what I would do: d:\djgpp\allegro> make That should make Allegro build. > >Second I use rhide1.3 and would whant to compile sources that include >allegro. I think I should add something to options/libraries but I am >not sure of exactly what. Could somebody please help me solve these two >problems so I can go on learning C++ and using allegro. Add "alleg" to the list in the Options:Libraries dialog box. Also be sure to say #include in all your source files. HTH Nate Eldredge eldredge AT ap DOT net