Date: Wed, 16 Feb 2000 05:42:52 +0600 (LKT) From: Kalum Somaratna aka Grendel X-Sender: root AT darkstar DOT grendel DOT net To: djgpp AT delorie DOT com Subject: Re: allegro In-Reply-To: <38A9A947.C67E728A@club-internet.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 15 Feb 2000, Stiphane Pierrel wrote: > I'm a newbie and I'm very bad in English . > I try to install allegro.h. > But I don't know how to compile it. > I think that I must used make.exe , but I don't know how to tell to him > the directory of allegro. > > steph Please change to the allegro directory. and type "make install" (without the quotes). This should compile the library and install the approprite files, allegro.h in the djgpp\include folder and liballeg.a (the allegro library) in the djgpp\lib folder. Afterwards to compile a program please make sure you add the -lalleg switch to ask the linker to link in the allegro library. And example would be "gcc game.c -o game.exe -lalleg" Hope this help's, Grendel Hi, I'm a signature virus. plz set me as your signature and help me spread :)