Date: Sat, 20 Jan 2001 18:20:15 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Jason Green Message-Id: <1190-Sat20Jan2001182015+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <879j6tcitv9v3asbk0h24dqp7qjqh038ob@4ax.com> (message from Jason Green on Sat, 20 Jan 2001 14:49:03 +0000) Subject: Re: seeking help on make References: <54af6t4f2a0lav6km7sj8vp5sf3sckb2uq AT 4ax DOT com> <948d0d$gmq$1 AT nnrp1 DOT deja DOT com> <7pif6tkqvi2ahrr7cf2h8g8kc92l49cjji AT 4ax DOT com> <879j6tcitv9v3asbk0h24dqp7qjqh038ob AT 4ax DOT com> 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: Jason Green > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 20 Jan 2001 14:49:03 +0000 > > There seems to be a compatibility problem with the latest version of > binutils. The problem is in Allegro: it uses code that is either invalid or marginally valid and unsafe. Someone should correct Allegro. > Perhaps someone else can offer some better suggestions? Here is the > output from an Allegro build with binutils 2.10, lots of similar > errors snipped: > > Compiling Allegro. Please wait... > [snip] > writing structure offsets into obj/djgpp/asmdef.inc... > gcc -x assembler-with-cpp -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -o > obj/djgpp/blit8.o -c src/blit8.s > d:/djgpp/tmp\cc960fxG.s: Assembler messages: > d:/djgpp/tmp\cc960fxG.s:280: Warning: indirect call without `*' > d:/djgpp/tmp\cc960fxG.s:347: Warning: indirect call without `*' These warnings are harmless: Gas generates correct code nonetheless. There's no need to downgrade to previous versions of Binutils.