From: "David Hutchison" Newsgroups: comp.os.msdos.djgpp Subject: please help Date: Sat, 13 Nov 1999 18:51:10 +1300 Organization: KC Computer Services Lines: 90 Message-ID: <80iu01$10h$1@aklobs.kc.net.nz> NNTP-Posting-Host: as5200-54.kcbbs.gen.nz X-Trace: aklobs.kc.net.nz 942472001 1041 202.14.102.84 (13 Nov 1999 05:46:41 GMT) X-Complaints-To: usenet AT kcbbs DOT gen DOT nz NNTP-Posting-Date: 13 Nov 1999 05:46:41 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com OK. Something funny happened there. I tried to do a new post, but it put it in as a reply to another post, the "Astro roadkill..." one or something. ANYWAY, I'll post the same message again and hope it works this time: ================ Hi. I just downloaded djgpp and I am getting error messages when I try to compile the libraries. I can't find anything in the FAQ, so I thought I'd ask here. I think I have included all the info that you said you needed in the FAQ. OK. Here is the output after trying to compile the libraries (I typed "make -f makefile libs"): ------------ c:/progra~1/djgpp/bin/make.exe -C src -f makefile.dj2 make.exe[1]: Entering directory `c:/progra~1/djgpp/src' gcc -c -O6 -Wall -fomit-frame-pointer -I. -I./include -I../include -I../addo ns/p rint -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 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:/progra~1/djgpp/src' make.exe: *** [libs] Error 2 ----------- This is the output after I've typed "set > environ.lst" and then run the go32-v2 program without arguments: --------- go32/v2 version 2.0 built Nov 15 1998 14:36:43 Usage: go32 coff-image [args] Rename this to go32.exe only if you need a go32 that can run v2 binaries as well as v1 binaries (old makefiles). Put ahead of the old go32 in your PATH but do not delete your old go32 - leave it in the PATH after this one. Set GO32_V2_DEBUG=y in the environment to get verbose output. DPMI memory available: 57600 Kb DPMI swap space available: 70160 Kb ------------ Here are the contents of environ.lst : ----------- TMP=C:\WINDOWS\TEMP TEMP=C:\WINDOWS\TEMP PROMPT=$p$g winbootdir=C:\WINDOWS COMSPEC=C:\COMMAND.COM CTCM=C:\WINDOWS SOUND=C:\PROGRA~1\CREATIVE\CTSND MIDI=SYNTH:1 MAP:E MODE:0 PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\BITWARE\;C:\PROGRA~1\WIN98R~1 ;C:\PROGRA~1\MCAFEE~1;C:\PROGRA~1\HNC\;C:\PROGRA~1\DJGPP\BIN DJGPP=C:\Progra~1\DJGPP\DJGPP.ENV windir=C:\WINDOWS BLASTER=A220 I10 D1 H7 P300 T6 E620 ----------- Here are the contents of autoexec.bat: ------------ SET CTCM=C:\WINDOWS SET SOUND=C:\PROGRA~1\CREATIVE\CTSND SET MIDI=SYNTH:1 MAP:E MODE:0 SET BLASTER=A220 I10 D1 H7 P300 E620 T6 C:\PROGRA~1\MCAFEE~1\SCAN.EXE C:\ @IF ERRORLEVEL 1 PAUSE @echo off SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\BITWARE\;C:\PROGRA~1\WIN98R~1 SET PATH=%PATH%;C:\PROGRA~1\MCAFEE~1;C:\PROGRA~1\HNC\;C:\Progra~1\DJGPP\BIN Rem TShoot: c:\windows\command\doskey /insert set DJGPP=C:\Progra~1\DJGPP\DJGPP.ENV --------- And here are the contents of config.sys : ------------ SHELL=C:\COMMAND.COM C:\ /E:32000 /P rem The following command installs a BIOS patch for the Real Time rem Clock of this computer. PLEASE DO NOT REMOVE IT !!! device=c:\mm_patch.com ----------- Any help would be appreciated. Thanks in advance - David Remove the Z in my address to reply