Message-ID: <000a01bf570e$d7de6c20$a91409d2@user> From: "Ben Hussey" To: Cc: Subject: need help with DJGPP 2.01 Date: Wed, 5 Jan 2000 10:22:55 +1030 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BF5766.D57BBC00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BF5766.D57BBC00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The problem I have is that the compiler only works intermittently for = EXACTLY THE SAME command.=20 Sometimes there is no problem with compilation but most of the time it = says "no such file or directory". The cause I can think of is the DPMI swap space but I don't have any = idea about what it does. The files you requested listed below: environ.lst --------------- TMP=3DC:\WINDOWS\TEMP TEMP=3DC:\WINDOWS\TEMP PROMPT=3D$p$g winbootdir=3DC:\WINDOWS COMSPEC=3DC:\WINDOWS\COMMAND.COM SOUND=3DC:\PROGRA~1\CREATIVE\CTSND MIDI=3DSYNTH:1 MAP:E DJGPP=3DC:\DJGPP\DJGPP.ENV PATH=3DC:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\UTILITY;C:\PROGRA~1\= NETWOR~1\MCAFEE~1;C:\DJGPP windir=3DC:\WINDOWS BLASTER=3DA220 I5 D1 H5 P330 T6 autoexec.bat ------------------- =20 C:\PROGRA~1\NETWOR~1\MCAFEE~1\SCAN.EXE C:\ @IF ERRORLEVEL 1 PAUSE @echo off SET SOUND=3DC:\PROGRA~1\CREATIVE\CTSND SET MIDI=3DSYNTH:1 MAP:E SET BLASTER=3DA220 I5 D1 H5 P330 T6=20 rem - By Windows Setup - C:\WINDOWS\COMMAND\MSCDEX /V /D:ECSCD003 /M:10 path c:\utility REM Environment Settings For McAfee VirusScan SET PATH=3D%PATH%;C:\PROGRA~1\NETWOR~1\MCAFEE~1 REM Environment Settings for DJGPP set DJGPP=3DC:\DJGPP\DJGPP.ENV set PATH=3DC:\DJGPP\BIN;%PATH% REM Ben's programs are stored here set PATH=3D%PATH%;C:\DJGPP config.sys --------------- DEVICE=3DC:\ECS\ECSCDIDE.SYS /D:ECSCD003 OUTPUT from go32-v2.exe ---------------------------------- go32/v2 version 2.0 built Nov 15 1998 14:36:43 Usage: go32 coff-image [args] DPMI memory available: 24587 Kb DPMI swap space available: 4997 Kb Output from compilation: (gcc -c -v for.cc) ------------------------------------------------------------ gcc.exe: for.cc: No such file or directory (ENO ENT) gcc.exe: No input files ------=_NextPart_000_0007_01BF5766.D57BBC00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
The problem I have is that the compiler = only works=20 intermittently for EXACTLY THE SAME command.
Sometimes there is no problem with = compilation but=20 most of the time it says "no such file or directory".
 
The cause I can think of is the DPMI = swap space but=20 I don't have any idea about what it does.
 
The files you requested listed = below:
 
environ.lst
---------------
 
TMP=3DC:\WINDOWS\TEMP
TEMP=3DC:\WINDOWS\TEMP
PROMPT=3D$p$g=
winbootdir=3DC:\WINDOWS
COMSPEC=3DC:\WINDOWS\COMMAND.COM
SOUND=3D= C:\PROGRA~1\CREATIVE\CTSND
MIDI=3DSYNTH:1=20 MAP:E
DJGPP=3DC:\DJGPP\DJGPP.ENV
PATH=3DC:\DJGPP\BIN;C:\WINDOWS;C:\= WINDOWS\COMMAND;C:\UTILITY;C:\PROGRA~1\NETWOR~1\MCAFEE~1;C:\DJGPP
wind= ir=3DC:\WINDOWS
BLASTER=3DA220=20 I5 D1 H5 P330 T6
 
autoexec.bat
-------------------
 
C:\PROGRA~1\NETWOR~1\MCAFEE~1\SCAN.EXE = C:\
@IF=20 ERRORLEVEL 1 PAUSE
@echo off
SET = SOUND=3DC:\PROGRA~1\CREATIVE\CTSND
SET=20 MIDI=3DSYNTH:1 MAP:E
SET BLASTER=3DA220 I5 D1 H5 P330 T6
rem - By = Windows=20 Setup - C:\WINDOWS\COMMAND\MSCDEX /V /D:ECSCD003 /M:10
path = c:\utility
REM=20 Environment Settings For McAfee VirusScan
SET=20 PATH=3D%PATH%;C:\PROGRA~1\NETWOR~1\MCAFEE~1
 
REM Environment Settings for = DJGPP
set=20 DJGPP=3DC:\DJGPP\DJGPP.ENV
set = PATH=3DC:\DJGPP\BIN;%PATH%
 
REM Ben's programs are stored = here
set=20 PATH=3D%PATH%;C:\DJGPP
 
config.sys
---------------
 
DEVICE=3DC:\ECS\ECSCDIDE.SYS /D:ECSCD003
OUTPUT from go32-v2.exe
----------------------------------
go32/v2 version 2.0 built Nov 15 1998 14:36:43
Usage: go32 = coff-image=20 [args]
 
DPMI memory available: 24587 Kb
DPMI swap space available: 4997 = Kb
 
Output from compilation: (gcc -c -v for.cc)
------------------------------------------------------------
gcc.exe: for.cc: No such file or directory (ENO ENT)
gcc.exe: No input files
 
------=_NextPart_000_0007_01BF5766.D57BBC00--