From: "Tom St Denis" Newsgroups: comp.os.msdos.djgpp References: <97r7g6$qis$1 AT news4 DOT isdnet DOT net> Subject: Re: Allegro problem Lines: 20 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <1t9o6.11215$c7.3541677@news3.rdc1.on.home.com> Date: Sat, 03 Mar 2001 17:02:53 GMT NNTP-Posting-Host: 24.112.8.23 X-Complaints-To: abuse AT home DOT net X-Trace: news3.rdc1.on.home.com 983638973 24.112.8.23 (Sat, 03 Mar 2001 09:02:53 PST) NNTP-Posting-Date: Sat, 03 Mar 2001 09:02:53 PST Organization: Excite AT Home - The Leader in Broadband http://home.com/faster To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Xavier" wrote in message news:97r7g6$qis$1 AT news4 DOT isdnet DOT net... > I use RHIDE with DJGPP. > When I want to compile a small source ('exdbuf.c') of Allegro, RHIDE says : > "allegro.h : No such file or directory" > I have type "alleg" and checked his box. > I have even try to copy 'C:\DJGPP\allegro\lib\djgpp\libaldat.a' and > 'liballeg.a' in 'C:\DJGPP\lib' directory but nothing to do. > PLEASE HELP! Hmm how did you build allegro? The lib and header files should be setup. BTW RHIDE blows just use a normal text editor and type gcc -O2 myprog.c -lalleg -o myprog.exe Tom