cvs.gedasymbols.org/archives/browse.cgi | search |
Message-ID: | <000a01bf570e$d7de6c20$a91409d2@user> |
From: | "Ben Hussey" <bhussey AT chariot DOT net DOT au> |
To: | <djgpp AT delorie DOT com> |
Cc: | <bhussey AT chariot DOT net DOT au> |
Subject: | need help with DJGPP 2.01 |
Date: | Wed, 5 Jan 2000 10:22:55 +1030 |
MIME-Version: | 1.0 |
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>The problem I have is that the compiler = only works=20 intermittently for EXACTLY THE SAME command. </FONT></DIV> <DIV><FONT face=3DArial size=3D2>Sometimes there is no problem with = compilation but=20 most of the time it says "no such file or directory".</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>The cause I can think of is the DPMI = swap space but=20 I don't have any idea about what it does.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>The files you requested listed = below:</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>environ.lst</FONT></DIV> <DIV><FONT face=3DArial size=3D2>---------------</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial=20 size=3D2>TMP=3DC:\WINDOWS\TEMP<BR>TEMP=3DC:\WINDOWS\TEMP<BR>PROMPT=3D$p$g= <BR>winbootdir=3DC:\WINDOWS<BR>COMSPEC=3DC:\WINDOWS\COMMAND.COM<BR>SOUND=3D= C:\PROGRA~1\CREATIVE\CTSND<BR>MIDI=3DSYNTH:1=20 MAP:E<BR>DJGPP=3DC:\DJGPP\DJGPP.ENV<BR>PATH=3DC:\DJGPP\BIN;C:\WINDOWS;C:\= WINDOWS\COMMAND;C:\UTILITY;C:\PROGRA~1\NETWOR~1\MCAFEE~1;C:\DJGPP<BR>wind= ir=3DC:\WINDOWS<BR>BLASTER=3DA220=20 I5 D1 H5 P330 T6</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV><FONT face=3DArial = size=3D2> <DIV><FONT face=3DArial size=3D2>autoexec.bat</FONT></DIV> <DIV><FONT face=3DArial size=3D2>-------------------</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>C:\PROGRA~1\NETWOR~1\MCAFEE~1\SCAN.EXE = C:\<BR>@IF=20 ERRORLEVEL 1 PAUSE<BR>@echo off<BR>SET = SOUND=3DC:\PROGRA~1\CREATIVE\CTSND<BR>SET=20 MIDI=3DSYNTH:1 MAP:E<BR>SET BLASTER=3DA220 I5 D1 H5 P330 T6 <BR>rem - By = Windows=20 Setup - C:\WINDOWS\COMMAND\MSCDEX /V /D:ECSCD003 /M:10<BR>path = c:\utility<BR>REM=20 Environment Settings For McAfee VirusScan<BR>SET=20 PATH=3D%PATH%;C:\PROGRA~1\NETWOR~1\MCAFEE~1</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>REM Environment Settings for = DJGPP<BR>set=20 DJGPP=3DC:\DJGPP\DJGPP.ENV<BR>set = PATH=3DC:\DJGPP\BIN;%PATH%</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>REM Ben's programs are stored = here<BR>set=20 PATH=3D%PATH%;C:\DJGPP</FONT></DIV> <DIV> </DIV> <DIV>config.sys</DIV> <DIV>---------------</DIV> <DIV> </DIV> <DIV>DEVICE=3DC:\ECS\ECSCDIDE.SYS /D:ECSCD003<BR></DIV> <DIV>OUTPUT from go32-v2.exe</DIV> <DIV>----------------------------------</DIV> <DIV>go32/v2 version 2.0 built Nov 15 1998 14:36:43<BR>Usage: go32 = coff-image=20 [args]</DIV> <DIV> </DIV> <DIV>DPMI memory available: 24587 Kb<BR>DPMI swap space available: 4997 = Kb</DIV> <DIV> </DIV> <DIV>Output from compilation: (gcc -c -v for.cc)</DIV> <DIV>------------------------------------------------------------</DIV> <DIV>gcc.exe: for.cc: No such file or directory (ENO ENT)</DIV> <DIV>gcc.exe: No input files</DIV> <DIV> </DIV></FONT></BODY></HTML> ------=_NextPart_000_0007_01BF5766.D57BBC00--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |