From: "Donald Stevens" Newsgroups: comp.os.msdos.djgpp Subject: error creating libgrx20 Lines: 29 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Sat, 27 Jan 2001 14:42:11 -0700 NNTP-Posting-Host: 63.225.37.236 X-Trace: news.uswest.net 980631861 63.225.37.236 (Sat, 27 Jan 2001 15:44:21 CST) NNTP-Posting-Date: Sat, 27 Jan 2001 15:44:21 CST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am trying to install djgpp on my machine, pentium 2 with 64 MB. I have used unzip32 to put the files in c:\djgpp . I sent an earlier message saying I got errors trying to compile testmodes. Eli Zaretskii replied that I should put -lgrx20 at the end of the compile line. Then it could not find libgrx20. I found a readme file in c:\djgpp\lib\dj2 which gave instructions to creat libgrx20. I gave command make -f makefile.dj2 libs and got errors, the lines at the bottom of my screen are below: gcc -c -06 -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:48: Invalid `asm' statement: utils/shiftscl.c:48: fixed or forbidden register 2 (cx) was spilled for calss CREG. utils/shiftscl.c:102: Invalid `asm' statement: utils/shiftscl.c:102: fixed or forbidden register 2 (cx) was spilled for calss CREG. make.exe[1]: ***[utils/shiftscl.o] Error 1 make.exe[1]: Leaving directory `c:/djgpp/src' make.exe: *** [libs] Error 2 How do I get the libgrx20? Donald Stevens dstevens6 AT qwest DOT net