Date: Sun, 18 Jun 2000 13:57:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: only4usa cc: djgpp AT delorie DOT com Subject: Re: Help compiling the GRX20 lib In-Reply-To: <394CA0CC.BB64787@x-treme.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 18 Jun 2000, only4usa wrote: > I am trying to compile the GRX20lib and i have always the same problem > and the compilation stops always at this point: > >gcc -c -O6 -Wall -m486 -fomit-frame-pointer -I. -I./include -I../include -I../addons/print -I../addons/bmp utils/shiftscl.c -o >utils/shiftscl.o > >utils/shiftscl.c: In function '_GR_shift_scanline': > >utils/shiftscl.c:49: Invalid 'asm' statement: > >utils/shiftscl.c:49: fixed or forbidden register 2 (cx) was spilled for class CREG. See section 8.17 of the DJGPP FAQ list, it explains how to solve this.