From: James W Sager Iii Newsgroups: comp.os.msdos.djgpp Subject: Scratch that, installing allegro Date: Mon, 23 Aug 1999 10:00:54 -0400 Organization: Junior, MCS Undeclared, Carnegie Mellon, Pittsburgh, PA Lines: 24 Message-ID: References: NNTP-Posting-Host: andrew.cmu.edu X-Trace: bb3.andrew.cmu.edu 935416936 17206 128.2.10.101 (23 Aug 1999 14:02:16 GMT) X-Complaints-To: advisor AT andrew DOT cmu DOT edu NNTP-Posting-Date: 23 Aug 1999 14:02:16 GMT X-Added: With Flames (outnews v2.6) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I realized one of the answers to the previous problem is that I didn't setup allegro :P When typing make under the allegro directory, I got the following error: 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 Any hints?