From: lordmyelin AT aol DOT com (LordMyelin) Newsgroups: comp.os.msdos.djgpp Subject: Re: allegro problem Lines: 15 NNTP-Posting-Host: ladder05.news.aol.com X-Admin: news AT aol DOT com Date: 27 Feb 1999 00:19:19 GMT Organization: AOL http://www.aol.com References: <8D53104ECD0CD211AF4000A0C9D60AE35AED17 AT probe-2 DOT acclaim-euro DOT net> Message-ID: <19990226191919.15432.00001335@ng-fi1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com OK, here's what I did........ I downloaded everything from delorie, make and all....installed djgpp to c:\djgpp...looked at the env file to make sure that LNF was set to y...it was. I then updated my path with these lines. set djgpp=c:\djgpp\djgpp.env set path=c:\djgpp\bin;%path% then I unzipped allegro to c:\djgpp\allegro went into allegro from dos and typed make I had some problems at first because I also have Borland Make installed, so I put the allegro files into the c:\djgpp\bin directory and typed make.......then I got an error on my path not being set properly...... thanks for your help, Please help me again. Will