From: "Greg K" Newsgroups: comp.os.msdos.djgpp Subject: Configuring DJGPP Lines: 24 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Thu, 5 Jul 2001 11:02:30 -0700 NNTP-Posting-Host: 63.225.200.127 X-Trace: news.uswest.net 994356065 63.225.200.127 (Thu, 05 Jul 2001 13:01:05 CDT) NNTP-Posting-Date: Thu, 05 Jul 2001 13:01:05 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com So... What does a working DJGPP configuration look like? I'm a bit of a newbie, and it seems one can write a whole book on the operation compilers. When I tried to compile something I copied and pasted from the net before (a simple Allegro mode setting app) it gave me a bunch of undefined references (I'm compiling at the command line since I don't like IDEs). I have DJGPP on my E drive, and I have paths set in my autoexec bat file. I checked the include directory, in the allegro.h file where those references are supposed to be located and those references appear to be defined there. I'm obviously missing something that's preventing it from finding the include files. Any ideas? Sorry for my stupidty. I'm not familiar with DJGPP. Thanks, Greg