Date: Mon, 21 May 2001 06:24:35 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Maverick" Message-Id: <7263-Mon21May2001062435+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (vhd@chello.at) Subject: Re: Compiling Allegro References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Maverick" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 20 May 2001 23:07:36 GMT > > I've used make to compile allegro as suggested by it's own readme. It > compiles without any errors, but I do wonder about the warnings it gives out > when compling some parts : > > indirect call without '*' <--- this shows up pretty often > indirect ljmp without '*' <--- this also shows up pretty often > using '%ex' instead of '%ecx' due to 'w' suffix > using '%si' instead of '%esi' due to 'w' suffix > using '%al' instead of %eax' due to 'b' suffix You are using an old version of Allegro which uses inline assembly in invalid ways. Upgrade to a newer version.