From: takahiro AT ix DOT netcom DOT com (Takahiro Horie) Newsgroups: comp.os.msdos.djgpp Subject: Compiling Allegro Examples Date: 22 Sep 1996 20:54:23 GMT Organization: Netcom Lines: 25 Message-ID: <52491v$h52@dfw-ixnews3.ix.netcom.com> NNTP-Posting-Host: sjx-ca41-05.ix.netcom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Dear Allegro Gurus, Thanks for looking at my query. I just got Allegro 2.1 and am very excited to start using it. I ran the demo and the examples and I was completely stunned! Now that I am going to try to make some things myself, I tried to compile the EX1.C source: gcc ex1.c and the result was 13 errors: ex1.c(.text+0x19): undefined reference to 'allegro_init' ex1.c(.text+0x1e): undefined reference to 'install_keyboard' etc... I can tell it's a gcc invoking problem. Could you help me? Thanks in advance, Takahiro (takahiro AT ix DOT netcom DOT com)