From: cs19 AT cityscape DOT co DOT uk (???) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro again, help!! Date: Sun, 24 Nov 1996 18:42:07 GMT Organization: IP-GOLD User Lines: 26 Message-ID: <848860927.27588.0@ciscs19.demon.co.uk> References: NNTP-Posting-Host: ciscs19.demon.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article , Tandgnjost says: > > >Since im very much a beginner i dare to ask yet another really silly question. >While trying to build an allegro example, ex1, just to test it, using rhide >things get bumpy. Compiling is succesfull but when linking my little screen >says, undefiened reference to `allegro_initī and so on for all allegro >"commands". > >Have I missed something really basic here or what??? > >Please be patient an answer if you like! > >Tandgnjost. > You need to call up the LIBRARIES option (I think its on the COMPILER) menu you will be presented with a window showing which libraries will be used during the linking stage of the compile (there will also be a checkbox ticked on "include standard libraries". In the first available space enter 'alleg' and make sure that the box on the left has its checkbox ticked. For more info, load the rhide documentation and search for 'libraries'. Neil