From: harald DOT jeszenszky AT oeaw DOT ac DOT at (Harald Jeszenszky) Newsgroups: comp.os.msdos.djgpp Subject: Allegro compilation error Date: Thu, 08 Nov 2001 11:22:01 GMT Message-ID: <3bea69a1.248385469@news.oeaw.ac.at> X-Newsreader: Forte Free Agent 1.21/32.243 Lines: 39 NNTP-Posting-Host: expjes1.iwf.oeaw.ac.at X-Trace: 1005218527 6202 (none) 193.170.90.57 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, When I try to compile the ALLEGRO game library on my WinNT 4.0 I always get the following error messages: D:\djgpp\ALLEGRO>make Compiling Allegro. Please wait... gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -o obj/djgpp/blit8.o -c src/blit8.S d:/djgpp/tmp\cc9EHfvS.s: Assembler messages: d:/djgpp/tmp\cc9EHfvS.s:44: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:104: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:104: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:104: Error: suffix or operands invalid for `movs' d:/djgpp/tmp\cc9EHfvS.s:117: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:117: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:117: Error: suffix or operands invalid for `movs' d:/djgpp/tmp\cc9EHfvS.s:125: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:125: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:132: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:132: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:139: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:139: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:190: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:196: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:217: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:223: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:279: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:279: Warning: indirect call without `*' d:/djgpp/tmp\cc9EHfvS.s:279: Error: Rest of line ignored. First ignored characte r is `m'. make.exe: *** [obj/djgpp/blit8.o] Error 1 Any idea? Harald