From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem compiling Allegro Programs Date: Tue, 07 Jan 1997 22:43:39 GMT Organization: Southwest Missouri State University Lines: 16 Message-ID: <32d2d09b.12520034@ursa.smsu.edu> References: <32d2a2cf DOT 14203769 AT redwood DOT cs DOT sc DOT edu> NNTP-Posting-Host: forseti.i60.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Tue, 07 Jan 1997 19:32:59 GMT, boyer AT cs DOT sc DOT edu (Daniel Boyer) wrote: >Ok, Now everytime I try to complile a programs that uses the allegro >library (and the gui functions), it compiles fine but when it get's >sent to the linker it kicks out some errors about undefined references Are you sure you have listed the Allegro library in the libraries options (Options | Libraries)? If so, did you enable the library by X-marking the brackets to the left of the library name (which should be "alleg" without any prefixes or postfixes)? The only reason I can think of (assuming the library was made properly and is in the correct location) is that you either didn't list it in the libraries section or you didn't enable the library after you listed it.