From: "Jeff" Newsgroups: comp.os.msdos.djgpp References: <9kh59j$b6o$1 AT news6 DOT svr DOT pol DOT co DOT uk> Subject: Re: a little help here... Lines: 60 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: Sat, 04 Aug 2001 16:59:03 GMT NNTP-Posting-Host: 24.25.206.117 X-Complaints-To: abuse AT rr DOT com X-Trace: typhoon.san.rr.com 996944343 24.25.206.117 (Sat, 04 Aug 2001 09:59:03 PDT) NNTP-Posting-Date: Sat, 04 Aug 2001 09:59:03 PDT Organization: Road Runner To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ok. Thank you very much :) "Matthew Smith" wrote in message news:9kh59j$b6o$1 AT news6 DOT svr DOT pol DOT co DOT uk... > > "Jeff" wrote in message > news:HcMa7.41910$Gj5 DOT 18441524 AT typhoon DOT san DOT rr DOT com... > > When I write a program that uses the Allegro library, I can get it > to > > compile fine [Alt-F9], but when I try to make [F9] and run the > program, it > > gives me the error: "undefined reference to 'allegro_init'" (and > other such > > Allegro functions). I'm not sure what to try to fix the problem. > > (and I'm using RHIDE if that's an important detail) > > > > Thanks. > > > > - Jeff > > > > > > I just answered this one on allegro.cc > oh well here it is again > > In the Options menu is a Libraries option > > This opens a dialog which looks like this > > > ---------------------------------------------------------------------- > ---------- > > [_]--------- Libraries ------------- > [ ] 0 > [ ] 1 > [ ] 2 > ... > [ ] F > [X] Use standard libraries > [ ] link for profiling > OK _ > > -------------------------------------------------------------------- > > > and all you need to add Allegro is this line > > ____________________________________ > [_]--------- Libraries ------------- > [X] 0 alleg > > > ------------------------------------------------------------------- > > > >