From: lordmyelin AT aol DOT com (LordMyelin) Newsgroups: comp.os.msdos.djgpp Subject: HELP ME (Allegro) Lines: 18 NNTP-Posting-Host: ladder05.news.aol.com X-Admin: news AT aol DOT com Date: 27 Feb 1999 20:32:20 GMT Organization: AOL http://www.aol.com Message-ID: <19990227153220.13524.00001622@ng-ch1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com OK, I can't get Allegro to build........ I get an error that says "path not set properly" I set the path as it says in the djgpp help files and djgpp works fine when compiling other programs. Here's what I did. I downloaded all the files recommended at Delorie, make and all...then I installed them to c:\djgpp.... I check out the djgpp.env file to make sure that LFN = y. It was correct so I updated my path. I put this right after echo off on the next line. set djgpp=c:\djgpp\djgpp.env set path=c:\djgpp\bin;%path% I unzipped allegro to c:\djgpp\allegro,,,, went into allegro under DOS and typed Make..... first, I had a problem because I also have Borland make, so I copied all of the allegro files to c:\djgpp\bin and typed make in that directory. That's where I get the "path not set properly" message. Help me PLEASE!!! Thanks guys (and gals) for all your help. Will