Date: Tue, 5 Nov 1996 13:05:02 -0800 (PST) From: "C. Schwerdtfeger" To: Michael Sweeney Cc: djgpp AT delorie DOT com Subject: Re: Help with Allegro! In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, On Tue, 5 Nov 1996, Michael Sweeney wrote: > In article <55mh56$ing AT highway DOT leidenuniv DOT nl> cwong AT wi DOT leidenuniv DOT nl (Cho Yan Wong) writes: > >From: cwong AT wi DOT leidenuniv DOT nl (Cho Yan Wong) > >Subject: Re: Help with Allegro! > >Date: 5 Nov 1996 04:51:50 GMT > >In article , > > x94jvi AT juliet DOT stfx DOT ca (Mike Jones) wrote: > >>Hi There, > >>I downloaded the Allegro game programming library from the > >>oulu site and am having trouble building it. In the readme > >>file it says to unzip with the -d option which I did and then > >>got to the Allegro directory and run Make. However Make runs > >>into an error when trying to build the file bank.s. The > >>program comes up with an error saying incompatible opcode in > >>the register ( or something like that, sorry but it is too > >>late in the evening to recompile it and get the proper error > >>code ;-) ). If it is needed I will post it or mail it to you. > >>I am wondering if I missed some point in the process or if > >>there is something wrong with make... I don't know!!!! please > >>help. You have to change two lines in bank.s (around 244, I don't have the details here) from "incl %ah" to "incb %ah". Hope that helps. Charlie