Message-ID: <005401c00c3d$d4f15ce0$0500007b@brk> From: "Johan Henriksson" To: "DJGPP mailinglist" Subject: Re: Date: Tue, 22 Aug 2000 15:35:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com > i just started using djgpp and its kinda my first >serious language (after workin with qbasic) ... i >wanted to look at a few examples, but whenever i tried >to compile any examples it would say "error: allegro.h >no such file or directory" .. or somethin like that >... i figure we gotta add the libraries we're using in >the libraries option under "options" ... but what is >the name of the lirary exactly? could u please send me >some documentation of this or tell the the address to >go to? thanks a lot for the help! allegro holds all necessary info. Not sure... Did you write #include ? "" does not do the cut as it makes djgpp look for a local header. If not, it seems you didn't install allegro correctly. use make make install in the allegro dir. As I said, see the docs Oh, yeah; put in a better subject next time and subscribe to the mailinglists on www.talula.demon.co.uk/allegro/ where this mail isn't as OT. CYA