From: "Eclipse" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP HELP!!! Date: 17 Feb 1997 21:44:06 GMT Organization: Computers & More Inc. Lines: 21 Message-ID: <01bc1de5$9f413ba0$0100007f@default> NNTP-Posting-Host: diala11.compmore.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp When I downloaded the Allegro source code and tried compiling it, I got the messages. In the C:\ALLEGRO directory I typed this, gcc -o ex1.exe ex1.c c:/djgpp/tmp\ccdaaaa(.text + 0x19):ex1.c:undefined reference to 'allegro_init' c:/djgpp/tmp\ccdaaaa(.text + 0x1e):ex1.c:undefined reference to 'install_keyboard' (and so on) WHY!!!! Djgpp is installed on computer but instead of messing around with my autoexec.bat file I made a Djgpp.bat file with this written down. echo off set DJGPP=C:\DJGPP\DJGPP.ENV PATH C:\DJGPP\BIN;C:\COMMAND;C:\DOS;c:\isp16 cd\djgpp Anyway I would appreciate any help. THANKS