From: Tom Newsgroups: comp.os.msdos.djgpp Subject: Re: undefined reference Date: Sat, 07 Dec 1996 10:54:43 +1000 Lines: 21 Message-ID: <32A8C052.7150@ibm.net> References: <32A69CD0 DOT 6936 AT ibm DOT net> NNTP-Posting-Host: slip202-135-13-68.sy.au.ibm.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Thomas Richards wrote: > > I just got DJGPP V2 and RHIDE v1 beta 5, > I created a library using RHIDE that holds all the allegro code, > I am trying to compile the allegro demo game with this new library and > I can't get the errors to go away when I link. > > This may be a stupid question, but how do I fix this? > Even the makefile that comes with allegro gives me messages like: fake(.text+0x6c4): undefined reference to `BMP_LINE' fake(.text+0x6e3): undefined reference to `BMP_LINEOFS' fake(.text+0x713): undefined reference to `BMP_LINE' (Oh yeah, I tried telling RHIDE to include liballeg.a - by putting alleg in the library list and checking the box - and i still get the errors, now the same as the ones the makefile gives. In case you're going to ask, I have set the library directories to point at the allegro dir) Any ideas would be much appreciated...