From: "Thomas Harte" Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with Allegro game library Date: Sat, 9 Sep 2000 13:07:14 +0100 Organization: BT Internet Lines: 16 Message-ID: <8pd99g$l9f$1@uranium.btinternet.com> References: <8pc6ng$4pk$1 AT news DOT ihug DOT co DOT nz> <8pd1pi$suf$1 AT ctb-nnrp2 DOT saix DOT net> NNTP-Posting-Host: host62-7-124-28.btinternet.com X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Stefan Viljoen wrote in message <8pd1pi$suf$1 AT ctb-nnrp2 DOT saix DOT net>... >You need to have the file "liballeg.a" in your \lib directory of your main >DJGPP directory... Note that the "lib" in "liballeg" is implied, not >explicitly specified. The Allegro makefiles were set up, the last time I checked, so you have to do 'make install' after the make command to actually create the libraries in order to have them (and the docs) automatically moved to the correct places for GCC to find them without extra library and header search path parameters. -Thomas