Message-ID: <388861FF.3218F283@excite.com> Date: Fri, 21 Jan 2000 13:41:20 +0000 From: osram X-Mailer: Mozilla 4.6 [en-gb]C-CCK-MCD NetscapeOnline.co.uk (Win98; I) X-Accept-Language: en-GB,en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: GRX : error making libgrx20.a Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: userbm79.netscapeonline.co.uk X-Trace: 21 Jan 2000 12:38:42 GMT, userbm79.netscapeonline.co.uk Lines: 27 X-Report: Report abuse to abuse AT netscapeonline DOT co DOT uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am just trying to get the example grx programs to work but first I think I am supposed to make the libgrx20.a library because makefile -f makefile.dj2 at the test directory gave back an error about libgrx20.a not being there but now I have this problem: When I try to put libgrx20.a into the lib\dj2 by typing make -f makefile.dj2 libs at the root grx directory (c:\djgpp\contrib\grx22) I get the following error's: utils/shiftscl.c: In function '_GR_shift_scanline': ' :48: Invalid 'asm' statement: ' :48: Fixed or forbidden register 2 (cx) was spilled for class CREG ' :102: Invalid 'asm' statement: ' :102: Fixed or forbidden register 2 (cx) was spilled for class CREG I have changed the GRX_LIB_SUBDIR to dj2 etc but nothing else and have djdev202.zip etc any help would be really appreciated, thanks osram