X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=NvMu5X+icFfjdSjwgoUTLcbUb73I/ISUQR9rqS8AAvfqBiU2I3L14Znh0zAkawtCBGiJlXe4jrmv+B2xaxT/V8UXQ6w+39UtljF1xp5t8clYaeEC7QiMQy7Er5BQsO5W0UiX69GZzlhaFyaL8O/ooiZwkZuM0xI5us4ZtPLJstQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=EEeFc4x7Ah68Mt7nSt2j/iyqCQJ/nbwzEbn0koCeLXJ4cv9g5K0VW85y0j6unNIDw7YGPNafTv35Oc66mi9+ErxaNwXEhOihkHPSyDkWPntjfMscdft1id0gtGCqGREjKn1QL6JVkkLhe/QC5KGNxMIRKa+pHTavkvoVvwvgmx0= Message-ID: Date: Tue, 5 Jun 2007 13:14:38 +0200 From: "A T" To: djgpp AT delorie DOT com Subject: Suddenly really slow start up for djgpp gcc MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9606_6191515.1181042078275" Reply-To: djgpp AT delorie DOT com ------=_Part_9606_6191515.1181042078275 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline hi, Im using the djgpp gcc for preprocessing c files before I load them to my parser. This usually works great but suddenly it takes along time before something happens after I issue the command. If I run gcc -E -P file.c from the cmd.exe it takes at least 40 seconds before the output from gcc prints to the screen. Last week this was instantaneous. It only happens for the first file I try to run. Same thing when I try to run go32-v2.exe. First time really snow, after that instantaneous. Any ideas of what is wrong? go32 gives me this output: go32/v2 version 2.0 built Dec 24 2001 21:25:02 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: 112219 Kb DPMI swap space available: 0 Kb and this is my environment settings: ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\23054161\Application Data Classpath=C:\home\exjobb\project\externaltools;. CLEARCASE_GROUPS=CORPUSERS\SG-SELD-SEM-CME-G;CORPUSERS\SG-SELD-SEM-CME-INT-G CME2_JRE=C:\PROGRA~1\SONYER~1\CME\JRE15~1.0_0 CME2_ROOT=C:\Program Files\Sony Ericsson\CME CommonProgramFiles=C:\Program Files\Common Files COMPUTERNAME=SELDW2541 ComSpec=c:\cygwin\cygwin.bat DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection DJGPP=c:\djgpp\djgpp.env FP_NO_HOST_CHECK=NO HOMEDRIVE=C: HOMEPATH=\Documents and Settings\23054161 HOMESHARE=\\Seldfil04\User27$ JAVA_HOME=C:\Program Files\Java\jdk1.6.0_01 LOGONSERVER=\\SELDDCC02 NUMBER_OF_PROCESSORS=1 OS=Windows_NT Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\PROGRA~1\SONYER~1\sde\bin;C:\PROGRA~1\SONYER~1\sde\extra;C:\Program Files\Ant\apache-ant-1.7.0\bin;C:\Program Files\Java\jdk1.6.0_01\bin;c:\djgpp\bin; PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel PROCESSOR_LEVEL=15 PROCESSOR_REVISION=0209 ProgramFiles=C:\Program Files PROMPT=$P$G SESSIONNAME=Console SystemDrive=C: SystemRoot=C:\WINDOWS TEMP=C:\DOCUME~1\23054161\LOCALS~1\Temp TMP=C:\DOCUME~1\23054161\LOCALS~1\Temp USERDNSDOMAIN=CORPUSERS.NET USERDOMAIN=CORPUSERS USERNAME=23054161 USERPROFILE=C:\Documents and Settings\23054161 VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection windir=C:\WINDOWS / Alexander Thurban ------=_Part_9606_6191515.1181042078275 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
hi,
 
Im using the djgpp gcc for preprocessing c files before I load them to my parser. This usually works great but suddenly it takes along time before
something happens after I issue the command.
If I run gcc -E -P file.c from the cmd.exe it takes at least 40 seconds before the output from gcc prints to the screen. Last week this was instantaneous.
It only happens for the first file I try to run. Same thing when I try to run go32-v2.exe. First time really snow, after that instantaneous.
Any ideas of what is wrong?
 
go32 gives me this output:
go32/v2 version 2.0 built Dec 24 2001 21:25:02
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: 112219 Kb
DPMI swap space available: 0 Kb
 
and this is my environment settings:
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\23054161\Application Data
Classpath=C:\home\exjobb\project\externaltools;.
CLEARCASE_GROUPS=CORPUSERS\SG-SELD-SEM-CME-G;CORPUSERS\SG-SELD-SEM-CME-INT-G
CME2_JRE=C:\PROGRA~1\SONYER~1\CME\JRE15~1.0_0
CME2_ROOT=C:\Program Files\Sony Ericsson\CME
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=SELDW2541
ComSpec=c:\cygwin\cygwin.bat
DEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
DJGPP=c:\djgpp\djgpp.env
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\23054161
HOMESHARE=\\Seldfil04\User27$
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_01
LOGONSERVER=\\SELDDCC02
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\PROGRA~1\SONYER~1\sde\bin;C:\PROGRA~1\SONYER~1\sde\extra;C:\Program Files\Ant\apache-ant-1.7.0\bin;C:\Program Files\Java\jdk1.6.0_01\bin;c:\djgpp\bin;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0209
ProgramFiles=C:\Program Files
PROMPT=$P$G
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\23054161\LOCALS~1\Temp
TMP=C:\DOCUME~1\23054161\LOCALS~1\Temp
USERDNSDOMAIN= CORPUSERS.NET
USERDOMAIN=CORPUSERS
USERNAME=23054161
USERPROFILE=C:\Documents and Settings\23054161
VSEDEFLOGDIR=C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection
windir=C:\WINDOWS
 
/ Alexander Thurban
------=_Part_9606_6191515.1181042078275--