Path: news.mv.net!newsfeed.mathworks.com!enews.sgi.com!news.xtra.co.nz!not-for-mail From: "Edmund Horner" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: New problem 1.0 (old posts disregard) Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Organization: Paradise Net Message-ID: <967895274.387257@shelley.paradise.net.nz> Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-96-148-183 DOT tnt0 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: Sat, 2 Sep 2000 23:49:29 +1200 NNTP-Posting-Host: 203.96.152.26 X-Complaints-To: newsadmin AT xtra DOT co DOT nz X-Trace: news.xtra.co.nz 967895275 203.96.152.26 (Sat, 02 Sep 2000 23:47:55 NZST) NNTP-Posting-Date: Sat, 02 Sep 2000 23:47:55 NZST Xref: news.mv.net comp.os.msdos.djgpp:103078 1. Well, make sure you've got Allegro! 2. Make sure you've installed it (by typing "make install"). 3. If this is all correct but it still doesn't work, you will have to manually ensure that the file "liballeg.a" can be found in the "$DJGPP/lib" directory. "James W Sager Iii" wrote in message news:ItgBw0e00UwHM2W0cI AT andrew DOT cmu DOT edu... > > Thanks everyone for helping me out. If I can't get the ball rolling, I > can't make good games. Hell I don't even want to program them, but just > design and play, but we can't have everything in life. > > > Compilation message for linking: > Creating: ibh.exe > Error: c:/t/bin/ld.exe: cannot find -lalleg > Error: collect2: ld returned 1 exit status > There were some errors > > lalleg is the library you need to include in old school allegro+djgpp. I > tried not linking it and got errors. > > What is likely to be wrong here? >