From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Unable to compile Allegro Example Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <906tt9$k9g$1 AT sooner DOT brightok DOT net> <975677037 DOT 920076 AT shelley DOT paradise DOT net DOT nz> <9094cj$2hb$1 AT sooner DOT brightok DOT net> <83sno7mmjk DOT fsf AT mercury DOT st DOT hmc DOT edu> <90bbdb$a07$1 AT sooner DOT brightok DOT net> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 27 X-Trace: /K49oFeJHsdfMqwYNSTuWwDiEDqkqcrHUXGrOmzZdlmAxgeL/FAMKG9d67lL9R7d4uuIEHfkUVym!g5TGduldX30NP6P8h+nkXa/C6q7nvQmBIuKZS7h8onLMTXo65i1/vdb8l5OCivJpbo6dueaDaKq+!wDStng== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Tue, 05 Dec 2000 15:17:02 GMT Distribution: world Date: Tue, 05 Dec 2000 15:17:02 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 2 Dec 2000 11:27:26 -0600, "john smith" wrote: >ok, I tried it again with the -lalleg option and I still recieved >loads of undefined references. > >Could I have djgpp and allegro set up improperly? You need to build and install Allegro before you build your program. First of all, find where you unzipped all3933.zip. Then: C:\>cd \path\to\allegro C:\DJGPP\ALLEGRO>make Compiling Allegro for djgpp, optimised. (several screens of messages) Now run make install to complete the process. C:\DJGPP\ALLEGRO>make install C:\DJGPP\ALLEGRO>make install-info Now, -lalleg won't give you undefined references. --