From: Thomas Richards Newsgroups: comp.os.msdos.djgpp Subject: undefined reference Date: Thu, 05 Dec 1996 19:58:40 +1000 Lines: 18 Message-ID: <32A69CD0.6936@ibm.net> NNTP-Posting-Host: slip202-135-13-67.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 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. Example message window: ------------------------------------------------------- Linking: DEMO.c(.text+0xd3): undefined reference to `key' DEMO.c(.text+0xdd): undefined reference to `joy_left' DEMO.c(.text+0xf6): undefined reference to `key' DEMO.c(.text+0x100): undefined reference to `joy_right' ------------------------------------------------------- This may be a stupid question, but how do I fix this? Oh yeah, I'm using windows 95 on a cyrix 6x86 p150+ processor, 16mb ram etc, if that's any help.