From: umich AT gwis2 DOT circ DOT gwu DOT edu (Umberto Michelucci) Newsgroups: comp.os.msdos.djgpp Subject: Re: How to set up and use Allegro? Date: 23 Mar 1998 16:01:11 GMT Organization: The George Washington University, Washington DC Lines: 41 Message-ID: <6f6107$8nt8@beaker.nit.gwu.edu> References: <6f4rh9$ree$1 AT usenet76 DOT supernews DOT com> NNTP-Posting-Host: gwis2.circ.gwu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In my case it worked in this way: I doenloaded the zip files and I unzipped in the DJGPP directory (c:\djgpp). Then I went in the allegro directory and typed make. This create the library, compiles and links all the examples and tools. At the end you will have in the directory of the libraries the new library. To use it add the line #include to your code and when you link add the library -lalleg This should work. ;-) Umberto Michelucci ======================================================================= // | /\ /| Umberto Michelucci // | / \/ | umich AT gwis2 DOT circ DOT gwu DOT edu // | / | /_______| / | "The nature can write code up to 10 lines per minute..." (Freely taken from P.Bock) www: http://gwis2.circ.gwu.edu/~umich ======================================================================= Steve Karner (skarner AT mail DOT wi-net DOT com) wrote: : I've been trying for days to get allegro to work. : The readme says I should have a file called setup.exe, : but I don't. I have source code called setup.c, : but when I try to compile it I get errors all over the place. : I don't know what to do. Please help! : Jason.