Message-ID: <37BDB6A6.33B9AC90@sprint.ca> From: Orlando Vazquez X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Allegro + gcc295? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 33 Date: Fri, 20 Aug 1999 13:12:22 -0700 NNTP-Posting-Host: 209.148.183.241 X-Complaints-To: abuse AT sprint DOT ca X-Trace: newscontent-01.sprint.ca 935179956 209.148.183.241 (Fri, 20 Aug 1999 16:12:36 EDT) NNTP-Posting-Date: Fri, 20 Aug 1999 16:12:36 EDT Organization: Sprint Canada Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Maybe its just my circumstances, but allegro used to compile alright with gcc281, but upon recompiling with 295 i get: bash$ make all Compiling Allegro. Please wait... gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit-frame- ointer -o obj/djgpp/cpu.o -c src/cpu.c src/cpu.c: In function `check_cpu': src/cpu.c:276: Invalid `asm' statement: src/cpu.c:276: fixed or forbidden register 0 (ax) was spilled for class AREG. src/cpu.c:155: Invalid `asm' statement: src/cpu.c:155: fixed or forbidden register 0 (ax) was spilled for class AREG. src/cpu.c:124: Invalid `asm' statement: src/cpu.c:124: fixed or forbidden register 0 (ax) was spilled for class AREG. src/cpu.c:64: Invalid `asm' statement: src/cpu.c:64: fixed or forbidden register 0 (ax) was spilled for class AREG. src/cpu.c:155: Invalid `asm' statement: src/cpu.c:155: fixed or forbidden register 0 (ax) was spilled for class AREG. make.exe: *** [obj/djgpp/cpu.o] Error 1 what am i missing or doing wrong?? btw dont let the bash fool you, i'm in dos. I'm going to try to fiddle around with it a bit more, to see whats going on.. -- Orlando Vazquez