From: "Xavier" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro problem Date: Sat, 3 Mar 2001 19:22:00 +0100 Lines: 25 Message-ID: <97rd9a$eff$1@news6.isdnet.net> References: <97r7g6$qis$1 AT news4 DOT isdnet DOT net> <1t9o6.11215$c7 DOT 3541677 AT news3 DOT rdc1 DOT on DOT home DOT com> NNTP-Posting-Host: dyn-213-36-109-44.ppp.libertysurf.fr X-Trace: news6.isdnet.net 983644266 14831 213.36.109.44 (3 Mar 2001 18:31:06 GMT) X-Complaints-To: abuse AT isdnet DOT net NNTP-Posting-Date: 3 Mar 2001 18:31:06 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Tom St Denis" a écrit dans le message news: 1t9o6.11215$c7 DOT 3541677 AT news3 DOT rdc1 DOT on DOT home DOT com... > > Hmm how did you build allegro? The lib and header files should be setup. I have read on a site how to build Allegro and it explains to make a allegro.bat files that I have do : Allegro.bat : "set LANGUAGE=fr set DJGPP=C:\DJGpp\DJGPP.ENV set PATH=C:\DJGpp\bin;C:\DJGpp\sources;%PATH% C: cd C:\DJGpp\allegro C:\DJGpp\bin\make.exe" Do I have forgotten something ? > BTW RHIDE blows just use a normal text editor and type > gcc -O2 myprog.c -lalleg -o myprog.exe The result is the same that with RHIDE :"allegro.h : No such file or directory (ENOENT)" Excuse my english :-) In fact, Tom, are you french ?