From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: all402.zip Date: Tue, 31 Dec 2002 19:31:13 +1100 Organization: ECLiPSE Lines: 11 Message-ID: References: <9wDP9.44416$R45 DOT 2043878 AT news2 DOT tin DOT it> <8n501v88h375uq10sk8m8tgubd4dtn05c6 AT 4ax DOT com> NNTP-Posting-Host: p205-tnt8.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1041323475 16769 203.173.147.205 (31 Dec 2002 08:31:15 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Tue, 31 Dec 2002 08:31:15 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ..SNIP.. >Under Rhide the compilation is OK but if I link I get "undefined reference" >to everything and if I try to execute the *.exe examples I get return code >"0" but nothing is executed.There is something I have to do about Rhide ? Yes you need to link in the liballeg.a library into your Rhide project. Add "alleg", don't add the lib or the a. >What is alldata.zip file (and where is it) you were talking about ? It is needed for the demo. Before using Allegro go and have a look at the allegro home page at http://alleg.sourceforge.net/ as it will help you out allot.