From: "Jfs" Newsgroups: comp.os.msdos.djgpp Subject: Problems with DJGPP lib and grx23 Date: Fri, 12 Nov 1999 14:04:54 +0100 Lines: 22 Message-ID: <80h38o$95e$1@hudsucker.umdac.umu.se> NNTP-Posting-Host: mariehemsv008.sn.umu.se Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: hudsucker.umdac.umu.se 942411864 9390 130.239.133.138 (12 Nov 1999 13:04:24 GMT) X-Complaints-To: abuse AT umu DOT se NNTP-Posting-Date: 12 Nov 1999 13:04:24 GMT X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! Do anybody know where to find a DJGPP lib that includes locking.h etc. to be able to utilise wmpi1.3? I get following mesages when runinng make -f makefile.dj2 (when installing grx23). 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 class CR EG. utils/shiftscl.c:102: Invalid `asm' statement: utils/shiftscl.c:102: fixed or forbidden register 2 (cx) was spilled for class C REG. make.exe[1]: *** [utils/shiftscl.o] Error 1 make.exe[1]: Leaving directory `c:/djgpp/contrib/grx23/src' make.exe: *** [libs] Error 2 I follow the instruction in the grx23rme.1st file. What am I doing wrong?