From: "Levi Senft" Newsgroups: comp.os.msdos.djgpp Subject: Can't compile JLIB v2.5 Lines: 21 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: <7wqj4.14752$Fb1.281220@news1.frmt1.sfba.home.com> Date: Tue, 25 Jan 2000 23:40:51 GMT NNTP-Posting-Host: 24.13.129.22 X-Complaints-To: abuse AT home DOT net X-Trace: news1.frmt1.sfba.home.com 948843651 24.13.129.22 (Tue, 25 Jan 2000 15:40:51 PST) NNTP-Posting-Date: Tue, 25 Jan 2000 15:40:51 PST Organization: @Home Network To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Today I downloaded Jlib and tried compiling it, got these error messages. Did I not follow the instructions properly? Has this happenned to any one else? D:\djgpp\jlib\source>make gcc -g -Wall -c target/dj_vesa/misc.c -o target/dj_vesa/misc.o target/dj_vesa/misc.c: In function `screen_fill': target/dj_vesa/misc.c:396: Invalid `asm' statement: target/dj_vesa/misc.c:396: fixed or forbidden register 1 (dx) was spilled for cl ass DREG. target/dj_vesa/misc.c:407: Invalid `asm' statement: target/dj_vesa/misc.c:407: fixed or forbidden register 1 (dx) was spilled for cl ass DREG. make.exe: *** [target/dj_vesa/misc.o] Error 1 D:\djgpp\jlib\source>