From: "Antonio Arranz" Newsgroups: comp.os.msdos.djgpp Subject: RE: Newbie: help about Rhide and Allegro Date: Wed, 18 Aug 1999 15:11:55 +0200 Organization: Telefonica Transmision de Datos Message-ID: <7pedio$b78$1@talia.mad.ttd.net> References: <7pbekh$hgc$1 AT talia DOT mad DOT ttd DOT net> NNTP-Posting-Host: rad046083.radius.teleline.es X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Lines: 37 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you. That was the problem. alames AT teleline DOT es Johan Venter escribió en el mensaje de noticias vCuu3.1502$ei1 DOT 2501 AT newsfeeds DOT bigpond DOT com... > Antonio Arranz wrote in message > news:7pbekh$hgc$1 AT talia DOT mad DOT ttd DOT net... > > Please, I need help (after searching FAQs, readme's...): > > After a couple of days trying to configure properly Rhide (and learning > the > > files I should use among all those djgpp files) now I am trying just to > > compile/execute the allegro examples (it compiles but not runs) but when I > > do so this error appears: > > Error: c:/djgpp/bin\ld.exe: unrecognized -a option 'lleg' > > In linker options I wrote : -alleg > > In libraries : [x] 0 alleg > > > > If I remove -alleg in linker options, this error appears: > > Error: c:/djgpp/bin\ld.exe: cannot open -lalleg: no such file or directory > > (ENDENT) > > Have you changed to the Allegro directory and run make? Allegro is > distributed as a source archive with no pre-compiled libraries so you have > to compile them yourself. It automatically copies the compiled liballeg.a > and the includes to the correct djgpp directories afterwards. > > -- > Johan Venter > ICQ 3643877 > surf.to/djgppig > > >