From: gregorio AT jet DOT es (Grzegorz Adam Hankiewicz) Newsgroups: comp.os.msdos.djgpp Subject: Re: Thanks again all Date: Mon, 26 Jan 1998 16:02:05 GMT Organization: Gogosoftware Lines: 14 Message-ID: <34ccb30c.7691175@news.jet.es> References: <34CC165A DOT 7C5B AT usa DOT net> NNTP-Posting-Host: infon188.jet.es To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >just one more thing though this is way ahead of me...but why wont any of >the allegro examples cmpile right..Im including the allegro.h file yet >it constantly says things are undefined Maybe you are forgetting to compile with the allegro lib. From command line this should look like this: gcc -o foo.exe foo.c -lalleg If you are in Rhide, go to Options/Libraries and make sure you have a line with 'alleg' and the check left to it activated. - Grzegorz Adam Hankiewicz - gregorio AT jet DOT es - http://web.jet.es/gregorio - Gogosoftware - http://web.jet.es/gregorio/gogosoftware