From: phyphor AT rocketmail DOT com (Louis M. Brown) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with allegro!!! Message-ID: <36da33d8.32777237@news.inreach.com> References: <19990226174950 DOT 21947 DOT 00000709 AT ng138 DOT aol DOT com> <36D73D70 DOT 384F AT interport DOT net> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 36 Date: Mon, 01 Mar 1999 06:36:46 GMT NNTP-Posting-Host: 209.142.5.24 NNTP-Posting-Date: Sun, 28 Feb 1999 22:36:46 PDT Organization: InReach Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 26 Feb 1999 19:33:52 -0500, david sharp wrote: >LogosAZ wrote: >> >> I downloaded the allegro library and am trying to run the loading a pcx >> example but everytime I run it this is what happens: First, it compiles >> fine, but then when it is going to be executed RHIDE says --- Error: c:/djgpp >> /bin\id.exe cannot open - Lalleg : No such file or directory (ENOENT) > >a known bug in allegro is that downloading the allegro source code >and trying to run the examples without building the library results >in the error message. >in fact you need to *build* the library first. >apparently old man hargreaves knows about this bug since right there in >the >documentation he gives detailed instructions on how to build the >allegro library from the source code. Here's the 'workaround' for that problem. Just type 'make' (without the ') in the Allegro directory. > >> Why is it saying "c:/" when the "/" is not used in dos? What could be the >> problem? I don't even have a file on my computer named "id.exe" (I searched) >> Please help!!! > >a bug with djgpp is that it allows "/" in place of "\". >a bug with the alphabet is how the letter 'l' as in 'ld.ex' looks like >'i' in 'id.exe'. > >my first suggestion is to complain to those actually responsible for >these >bugs.