Date: Thu, 15 Jul 1999 18:16:42 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: el_maraco AT my-deja DOT com cc: djgpp AT delorie DOT com Subject: Re: allegro demo compilation error In-Reply-To: <7mkmlq$fat$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 15 Jul 1999 el_maraco AT my-deja DOT com wrote: > i was trying to compile the demo file bundled with allegro deistribution > and i'm getting very extrange errors such > > djgpp/tmp\cccitvse....:demo.c: undefined reference to '....' These messages usually mean that the linker wasn't told to look in some libraries, and therefore it cannot resolve some of the functions your program is calling. Had you posted the exact text of the message except of leaving out the most important parts (the names that follow the "undefined reference to" part), it would be much easier to help you find the problem(s).