From: jaspeers AT aol DOT com (Jaspeers) Newsgroups: comp.os.msdos.djgpp Subject: Help compiling allegro Date: 19 Apr 1997 04:49:26 GMT Organization: AOL http://www.aol.com Lines: 19 Message-ID: <19970419044901.AAA03290@ladder01.news.aol.com> NNTP-Posting-Host: ladder01.news.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello everyone, I'm new to djgpp, so this may be a dumb question. I am trying to compile the allegro library, but something is going wrong. First, I switch to the allegro directory, like this: cd\djgpp\allegro then I run make: ..\bin\make And I get the following message: Compiling the djgpp version of Allegro. Please wait... make.exe: *** No rule to make target `src/djgpp/interndj.h', needed by `obj/djgp p/allegro.o'. Stop. Can anyone here tell me what I'm doing wrong? Thanks in advance!