From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: Installing Allegro Date: Fri, 17 Apr 1998 06:53:19 -0700 Organization: All USENET -- http://www.Supernews.com Lines: 19 Message-ID: <35375ECF.7E20@plinet.com> References: <01bd6909$5934da20$b4d06ccb AT bah> NNTP-Posting-Host: 2907 AT 207 DOT 174 DOT 3 DOT 110 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I don't know exactly why it happend but when I built the allegro library, it created it but didn't copy it to the %DJDIR%/lib directory. I did it manually. That looks like what the first message is about. The Allegro.h file stayed in the %DJDIR%/allegro directory that I unzipped into, you can either copy it to the include directory or set your include path to include the allegro directory. Being one of those ituitive types I read the instructions right after I'd finished and discovered that the makefile is setup to take switches. make all (i think) will build all the examples,tools,info docs, and the library, whereas make only builds the library. good luck Charles Terry