From: "Elias Pschernig" Newsgroups: comp.os.msdos.djgpp Subject: Re: please help with allegro Date: Tue, 23 Jun 1998 21:52:13 +0200 Organization: magnet Internet Services Lines: 37 Message-ID: <6mp1bh$2o9$1@orudios.magnet.at> References: <6mo67o$8c4$1 AT news1 DOT infoave DOT net> NNTP-Posting-Host: 195.3.67.136 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I think you forgot to link with the allegro library. In the Allegro documents, you find information on how to do this (don't know where). Just link with the library liballeg.a. (right now, can't remember compiler switch) Or, in RHIDE, you can do it by typing alleg in one of the library fields in Options->Libraries. hth, Elias Ming schrieb in Nachricht <6mo67o$8c4$1 AT news1 DOT infoave DOT net>... >installed allegro correctly > >unzipped with -d >added > d:\djgpp\bin;%PATH% > set djgpp=d:\djgpp\djgpp.env >to autoexec.bat > > >programs compile and run but after doing the make to allegro all programs >compile error free that use allegro but will not run. Example the demo >source that comes with allegro compiles but when run errors come up about >undefined references to key, Joy_right, joy_left etc. all programs that us >allegro do this the same thing happens to friend who tried the allegro. >using djgpp in dos. > > >my email is >rlowry AT compsci DOT fmarion DOT edu > >