Mail Archives: cygwin/2002/09/09/18:55:43
--------------Boundary-00=_FX077TH0000000000000
Content-Type: Multipart/Alternative;
boundary="------------Boundary-00=_FX0724L0000000000000"
--------------Boundary-00=_FX0724L0000000000000
Content-Type: Text/Plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi again=0D
=0D
first - my apologies to Joshua Daniel Franklin if i in any way affronted.=
=0D
second - TX to Joshua and Dan Vasaru for the suggestions.=0D
=0D
Attached at the end the output of running "cygcheck -s -v -r"=0D
=0D
The problem. ( a bit long)=0D
=0D
We are running awk scripts in a cmd console box on w2k using=0D
gawk 3.1.1 and the needed dll's on 2 different machine with cygwin instal=
led
=0D
As it is outside a Cygwin environment - the mount points should not=0D
effect this.=0D
=0D
The input files to gawk works fine and without any problems.=0D
The problem is with the program-file.=0D
gawk wants the program-file in unix format ie. no cr/lf termination.=0D
=0D
eg. the following program files - tst.awk saved with notepad.=0D
#=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=0D
BEGIN { FS=3D",";=0D
gsub("\"","",fromevent);=0D
totalfound=3D0;=0D
}=0D
{=0D
totalfound +=3D 1; =0D
}=0D
END { print "totalfound =3D ",totalfound;=0D
exit totalfound;=0D
}=0D
#=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=0D
executing in a cmd console box=0D
=0D
gawk -f tst.awk=0D
gawk: tst.awk:1: BEGIN { FS=3D",";=0D
' in expression: ^ invalid char '=0D
=0D
It complains about the CR in the line termination.=0D
If however we save the file in unix format then gawk 3.1.1 works fine.=0D
Setting the CYGWIN environment variable in the command script has no effe=
ct.=0D
This was never a problem with gawk 3.0.4=0D
=0D
BUT....................=0D
=0D
Running the above on 2 other machines in the shop with similiar configs a=
nd =0D
where cygwin is not and never was installed =0D
The problem does NOT occur. ie. gawk 3.1.1 behaves as expected and takes =
=0D
program-files in either dos or unix format.=0D
=0D
My questions.=0D
- Is this by design or are we missing something.=0D
- Seeing it is not a problem where cygwin was not installed =0D
is a system dll or registry entry perhaps involved? Maybe the
environment?=0D
- Any suggestions on where to look? what to look for?=0D
- As we do not beforehand know the config of system where this will=0D
be installed - we will be having hassles with the QA of all the
program-files=0D
=0D
Tx and kind regards=0D
Pieter Prinsloo=0D
=0D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dcygcheck -s -v -r=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=0D
=0D
Cygwin Win95/NT Configuration Diagnostics=0D
Current System Time: Tue Sep 10 00:18:19 2002=0D
Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3, RC 3.51=0D
Path: D:\programfiles\cygwin\usr\local\bin=0D
D:\programfiles\cygwin\bin=0D
D:\programfiles\cygwin\bin=0D
d:\ORACLE9i\bin=0D
d:\ORACLE9i\Apache\Perl\5.00503\bin\mswin32-x86=0D
c:\Program Files\Oracle\jre\1.1.8\bin=0D
c:\WINNT\system32=0D
c:\WINNT=0D
c:\WINNT\System32\Wbem=0D
d:\ORANT\BIN=0D
d:\util\mysql\bin=0D
d:\Program Files\Microsoft Visual Studio\VC98\bin=0D
D:\programfiles\cygwin\usr\X11R6\bin=0D
SysDir: C:\WINNT\System32=0D
WinDir: C:\WINNT=0D
CYGWIN =3D `nobinmode'=0D
HOME =3D `D:\programfiles\cygwin\home\pieterp'=0D
MAKE_MODE =3D `unix'=0D
PWD =3D `/cygdrive/e/develop/dump/new'=0D
USER =3D `pieterp'=0D
ALLUSERSPROFILE =3D `C:\Documents and Settings\All Users'=0D
APPDATA =3D `C:\Documents and Settings\Administrator\Application Data'=0D
COMMONPROGRAMFILES =3D `C:\Program Files\Common Files'=0D
COMPUTERNAME =3D `PEXY'=0D
COMSPEC =3D `C:\WINNT\system32\cmd.exe'=0D
HOMEDRIVE =3D `C:'=0D
HOMEPATH =3D `\'=0D
INCLUDE =3D `d:\Program Files\Microsoft Visual Studio\VC98\atl\include
d:\Program Files\Microsoft Visual Studio\VC98\mfc\include;d:\Program
Files\Microsoft Visual Studio\VC98\include'=0D
JSERV =3D `D:\ORACLE9i/Apache/Jserv/conf'=0D
LIB =3D `d:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;d:\Program
Files\Microsoft Visual Studio\VC98\lib'=0D
LOGONSERVER =3D `\\PEXY'=0D
MANPATH =3D `:/usr/ssl/man'=0D
MSDEVDIR =3D `C:\Program Files\Microsoft Visual Studio\Common\MSDev98'=0D
NTRESKIT =3D `F:\Program Files\Resource Kit'=0D
NUMBER_OF_PROCESSORS =3D `1'=0D
OLDPWD =3D `/cygdrive/e/develop/dump'=0D
OS2LIBPATH =3D `C:\WINNT\system32\os2\dll;'=0D
OS =3D `Windows_NT'=0D
PATHEXT =3D `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'=0D
PROCESSOR_ARCHITECTURE =3D `x86'=0D
PROCESSOR_IDENTIFIER =3D `x86 Family 6 Model 6 Stepping 2, AuthenticAMD'=0D
PROCESSOR_LEVEL =3D `6'=0D
PROCESSOR_REVISION =3D `0602'=0D
PROGRAMFILES =3D `C:\Program Files'=0D
PROMPT =3D `$P$_$G'=0D
PS1 =3D `\[\033]0;\w\007=0D
\033[32m\]\u@\h \[\033[33m\w\033[0m\]=0D
$ '=0D
SHLVL =3D `1'=0D
SYSTEMDRIVE =3D `C:'=0D
SYSTEMROOT =3D `C:\WINNT'=0D
TEMP =3D `c:\Temp'=0D
TERM =3D `cygwin'=0D
TMP =3D `c:\Temp'=0D
USERDOMAIN =3D `PEXY'=0D
USERNAME =3D `pieterp'=0D
USERPROFILE =3D `C:\Documents and Settings\Administrator'=0D
WINDIR =3D `C:\WINNT'=0D
WV_GATEWAY_CFG =3D `D:\ORACLE9i\Apache\modplsql\cfg\wdbsvr.app'=0D
_ =3D `/usr/bin/cygcheck'=0D
HKEY_CURRENT_USER\Software\Cygnus Solutions=0D
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin=0D
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2=0D
(default) =3D `/cygdrive'=0D
cygdrive flags =3D 0x00000022=0D
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options=0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions=0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin=0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2=0D
(default) =3D `/cygdrive'=0D
cygdrive flags =3D 0x00000022=0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/=0D
(default) =3D `D:\programfiles\cygwin'=0D
flags =3D 0x0000000a=0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin=0D
(default) =3D `D:\programfiles\cygwin/bin'=0D
flags =3D 0x0000000a=0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib=0D
(default) =3D `D:\programfiles\cygwin/lib'=0D
flags =3D 0x0000000a=0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options=0D
a: fd N/A N/A =0D
c: hd NTFS 4996Mb 47% CP CS UN PA FC =0D
d: hd NTFS 14998Mb 54% CP CS UN PA FC pexy_D=0D
e: hd NTFS 9852Mb 57% CP CS UN PA FC pexy_E=0D
f: hd NTFS 5498Mb 50% CP CS UN PA FC pexy_F=0D
z: cd N/A N/A =0D
=2E /cygdrive user binmode,cygdrive=0D
D:\programfiles\cygwin / system binmode=0D
D:\programfiles\cygwin/bin /usr/bin system binmode=0D
D:\programfiles\cygwin/lib /usr/lib system binmode=0D
=2E /cygdrive user binmode,cygdrive=0D
Found: D:\programfiles\cygwin\bin\bash.exe=0D
Found: D:\programfiles\cygwin\bin\cat.exe=0D
Found: D:\programfiles\cygwin\bin\cpp.exe=0D
Found: D:\programfiles\cygwin\bin\find.exe=0D
Found: D:\programfiles\cygwin\bin\gcc.exe=0D
Found: D:\programfiles\cygwin\bin\gdb.exe=0D
Found: D:\programfiles\cygwin\bin\ld.exe=0D
Found: D:\programfiles\cygwin\bin\ls.exe=0D
Found: D:\programfiles\cygwin\bin\make.exe=0D
Found: D:\programfiles\cygwin\bin\sh.exe=0D
929k 2002/06/24 .\cygiconv-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0=0D
"cygiconv-2.dll" v0.0 ts=3D2002/6/24 20:24=0D
23k 2002/06/24 .\cygintl-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0=0D
"cygintl-2.dll" v0.0 ts=3D2002/6/24 6:54=0D
883k 2002/07/06 .\cygwin1.dll - os=3D4.0 img=3D1.0 sys=3D4.0=0D
"cygwin1.dll" v0.0 ts=3D2002/7/6 8:16=0D
Cygwin DLL version info:=0D
DLL version: 1.3.12=0D
DLL epoch: 19=0D
DLL bad signal mask: 19005=0D
DLL old termios: 5=0D
DLL malloc env: 28=0D
API major: 0=0D
API minor: 54=0D
Shared data: 3=0D
DLL identifier: cygwin1=0D
Mount registry: 2=0D
Cygnus registry name: Cygnus Solutions=0D
Cygwin registry name: Cygwin=0D
Program options name: Program Options=0D
Cygwin mount registry name: mounts v2=0D
Cygdrive flags: cygdrive flags=0D
Cygdrive prefix: cygdrive prefix=0D
Cygdrive default prefix: =0D
Build date: Sat Jul 6 02:16:58 EDT 2002=0D
CVS tag: cygwin-1-3-12-1=0D
Shared id: cygwin1S3=0D
929k 2002/06/24 .\cygiconv-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0=0D
"cygiconv-2.dll" v0.0 ts=3D2002/6/24 20:24=0D
23k 2002/06/24 .\cygintl-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0=0D
"cygintl-2.dll" v0.0 ts=3D2002/6/24 6:54=0D
883k 2002/07/06 .\cygwin1.dll - os=3D4.0 img=3D1.0 sys=3D4.0=0D
"cygwin1.dll" v0.0 ts=3D2002/7/6 8:16=0D
Cygwin DLL version info:=0D
DLL version: 1.3.12=0D
DLL epoch: 19=0D
DLL bad signal mask: 19005=0D
DLL old termios: 5=0D
DLL malloc env: 28=0D
API major: 0=0D
API minor: 54=0D
Shared data: 3=0D
DLL identifier: cygwin1=0D
Mount registry: 2=0D
Cygnus registry name: Cygnus Solutions=0D
Cygwin registry name: Cygwin=0D
Program options name: Program Options=0D
Cygwin mount registry name: mounts v2=0D
Cygdrive flags: cygdrive flags=0D
Cygdrive prefix: cygdrive prefix=0D
Cygdrive default prefix: =0D
Build date: Sat Jul 6 02:16:58 EDT 2002=0D
CVS tag: cygwin-1-3-12-1=0D
Shared id: cygwin1S3=0D
58k 2002/05/07 D:\programfiles\cygwin\bin\cygbz2-1.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygbz2-1.dll" v0.0 ts=3D2002/5/7 8:33=0D
54k 2002/01/27 D:\programfiles\cygwin\bin\cygbz21.0.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygbz21.0.dll" v0.0 ts=3D2002/1/27 3:07=0D
625k 2002/08/09 D:\programfiles\cygwin\bin\cygcrypto.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygcrypto.dll" v0.0 ts=3D2002/8/9 22:20=0D
45k 2001/04/25 D:\programfiles\cygwin\bin\cygform5.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygform5.dll" v0.0 ts=3D2001/4/25 7:28=0D
35k 2002/01/09 D:\programfiles\cygwin\bin\cygform6.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygform6.dll" v0.0 ts=3D2002/1/9 8:03=0D
19k 2002/02/20 D:\programfiles\cygwin\bin\cyggdbm.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cyggdbm.dll" v0.0 ts=3D2002/2/20 5:05=0D
17k 2001/06/28 D:\programfiles\cygwin\bin\cyghistory4.dll - os=3D4.0 i=
mg=3D1
0 sys=3D4.0=0D
"cyghistory4.dll" v0.0 ts=3D2001/1/7 6:34=0D
20k 2002/07/17 D:\programfiles\cygwin\bin\cyghistory5.dll - os=3D4.0 i=
mg=3D1
0 sys=3D4.0=0D
"cyghistory5.dll" v0.0 ts=3D2002/7/17 23:18=0D
929k 2002/06/24 D:\programfiles\cygwin\bin\cygiconv-2.dll - os=3D4.0 im=
g=3D1.0
sys=3D4.0=0D
"cygiconv-2.dll" v0.0 ts=3D2002/6/24 20:24=0D
22k 2001/12/13 D:\programfiles\cygwin\bin\cygintl-1.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygintl-1.dll" v0.0 ts=3D2001/12/13 11:28=0D
23k 2002/06/24 D:\programfiles\cygwin\bin\cygintl-2.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygintl-2.dll" v0.0 ts=3D2002/6/24 6:54=0D
21k 2001/06/20 D:\programfiles\cygwin\bin\cygintl.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygintl.dll" v0.0 ts=3D2001/6/20 19:09=0D
81k 2001/10/20 D:\programfiles\cygwin\bin\cygitcl30.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygitcl30.dll" v0.0 ts=3D2001/10/20 2:25=0D
35k 2001/10/20 D:\programfiles\cygwin\bin\cygitk30.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygitk30.dll" v0.0 ts=3D2001/10/20 2:25=0D
45k 2002/02/08 D:\programfiles\cygwin\bin\cygjbig1.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygjbig1.dll" v0.0 ts=3D2002/2/8 1:59=0D
119k 2002/02/09 D:\programfiles\cygwin\bin\cygjpeg6b.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygjpeg6b.dll" v0.0 ts=3D2002/2/9 7:19=0D
59k 2002/08/09 D:\programfiles\cygwin\bin\cygkpathsea-3-3-7.dll - os=3D=
4.0
img=3D1.0 sys=3D4.0=0D
"cygkpathsea-3-3-7.dll" v0.0 ts=3D2002/8/9 15:37=0D
26k 2001/04/25 D:\programfiles\cygwin\bin\cygmenu5.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygmenu5.dll" v0.0 ts=3D2001/4/25 7:27=0D
20k 2002/01/09 D:\programfiles\cygwin\bin\cygmenu6.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygmenu6.dll" v0.0 ts=3D2002/1/9 8:03=0D
156k 2001/04/25 D:\programfiles\cygwin\bin\cygncurses++5.dll - os=3D4.0
img=3D1.0 sys=3D4.0=0D
"cygncurses++5.dll" v0.0 ts=3D2001/4/25 7:29=0D
175k 2002/01/09 D:\programfiles\cygwin\bin\cygncurses++6.dll - os=3D4.0
img=3D1.0 sys=3D4.0=0D
"cygncurses++6.dll" v0.0 ts=3D2002/1/9 8:03=0D
226k 2001/04/25 D:\programfiles\cygwin\bin\cygncurses5.dll - os=3D4.0 i=
mg=3D1
0 sys=3D4.0=0D
"cygncurses5.dll" v0.0 ts=3D2001/4/25 7:17=0D
202k 2002/01/09 D:\programfiles\cygwin\bin\cygncurses6.dll - os=3D4.0 i=
mg=3D1
0 sys=3D4.0=0D
"cygncurses6.dll" v0.0 ts=3D2002/1/9 8:03=0D
15k 2001/04/25 D:\programfiles\cygwin\bin\cygpanel5.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygpanel5.dll" v0.0 ts=3D2001/4/25 7:27=0D
12k 2002/01/09 D:\programfiles\cygwin\bin\cygpanel6.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygpanel6.dll" v0.0 ts=3D2002/1/9 8:03=0D
40k 2001/11/21 D:\programfiles\cygwin\bin\cygpcre.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygpcre.dll" v0.0 ts=3D2001/11/22 0:15=0D
39k 2001/11/21 D:\programfiles\cygwin\bin\cygpcreposix.dll - os=3D4.0 =
img=3D1
0 sys=3D4.0=0D
"cygpcreposix.dll" v0.0 ts=3D2001/11/22 0:15=0D
175k 2002/07/22 D:\programfiles\cygwin\bin\cygpng10.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygpng10.dll" v0.0 ts=3D2002/7/22 17:51=0D
179k 2002/07/22 D:\programfiles\cygwin\bin\cygpng12.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygpng12.dll" v0.0 ts=3D2002/7/22 18:03=0D
170k 2002/01/21 D:\programfiles\cygwin\bin\cygpng2.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygpng2.dll" v0.0 ts=3D2002/1/21 3:05=0D
22k 2002/06/09 D:\programfiles\cygwin\bin\cygpopt-0.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygpopt-0.dll" v0.0 ts=3D2002/6/9 7:45=0D
108k 2001/06/28 D:\programfiles\cygwin\bin\cygreadline4.dll - os=3D4.0 =
img=3D1
0 sys=3D4.0=0D
"cygreadline4.dll" v0.0 ts=3D2001/1/7 6:34=0D
127k 2002/07/17 D:\programfiles\cygwin\bin\cygreadline5.dll - os=3D4.0 =
img=3D1
0 sys=3D4.0=0D
"cygreadline5.dll" v0.0 ts=3D2002/7/17 23:18=0D
159k 2002/08/09 D:\programfiles\cygwin\bin\cygssl.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygssl.dll" v0.0 ts=3D2002/8/9 22:20=0D
390k 2001/10/20 D:\programfiles\cygwin\bin\cygtcl80.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygtcl80.dll" v0.0 ts=3D2001/10/20 2:24=0D
5k 2001/10/20 D:\programfiles\cygwin\bin\cygtclpip80.dll - os=3D4.0 i=
mg=3D1
0 sys=3D4.0=0D
10k 2001/10/20 D:\programfiles\cygwin\bin\cygtclreg80.dll - os=3D4.0 i=
mg=3D1
0 sys=3D4.0=0D
"cygtclreg80.dll" v0.0 ts=3D2001/10/20 2:24=0D
253k 2002/02/10 D:\programfiles\cygwin\bin\cygtiff3.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygtiff3.dll" v0.0 ts=3D2002/2/10 10:34=0D
623k 2001/10/20 D:\programfiles\cygwin\bin\cygtk80.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygtk80.dll" v0.0 ts=3D2001/10/20 2:25=0D
2975k 1999/09/18 D:\programfiles\cygwin\bin\CYGWIN.DLL - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygwin.dll" v0.0 ts=3D1996/12/11 2:13=0D
41k 2002/01/20 D:\programfiles\cygwin\bin\cygXpm-noX4.dll - os=3D4.0 i=
mg=3D1
0 sys=3D4.0=0D
"cygXpm-noX4.dll" v0.0 ts=3D2002/1/20 20:49=0D
46k 2002/01/20 D:\programfiles\cygwin\bin\cygXpm-X4.dll - os=3D4.0 img=
=3D1.0
sys=3D4.0=0D
"cygXpm-X4.dll" v0.0 ts=3D2002/1/20 20:50=0D
50k 2002/03/12 D:\programfiles\cygwin\bin\cygz.dll - os=3D4.0 img=3D1.=
0 sys=3D4
0=0D
"cygz.dll" v0.0 ts=3D2002/3/12 6:38=0D
883k 2002/07/06 D:\programfiles\cygwin\bin\cygwin1.dll - os=3D4.0 img=3D=
1.0
sys=3D4.0=0D
"cygwin1.dll" v0.0 ts=3D2002/7/6 8:16=0D
Cygwin DLL version info:=0D
DLL version: 1.3.12=0D
DLL epoch: 19=0D
DLL bad signal mask: 19005=0D
DLL old termios: 5=0D
DLL malloc env: 28=0D
API major: 0=0D
API minor: 54=0D
Shared data: 3=0D
DLL identifier: cygwin1=0D
Mount registry: 2=0D
Cygnus registry name: Cygnus Solutions=0D
Cygwin registry name: Cygwin=0D
Program options name: Program Options=0D
Cygwin mount registry name: mounts v2=0D
Cygdrive flags: cygdrive flags=0D
Cygdrive prefix: cygdrive prefix=0D
Cygdrive default prefix: =0D
Build date: Sat Jul 6 02:16:58 EDT 2002=0D
CVS tag: cygwin-1-3-12-1=0D
Shared id: cygwin1S3=0D
653k 1998/10/30 d:\util\mysql\bin\cygwinb19.dll - os=3D4.0 img=3D1.0 sy=
s=3D4.0=0D
"cygwinb19.dll" v0.0 ts=3D1998/7/15 19:50=0D
Cygwin Package Information=0D
Last downloaded files to: D:\users\pieterp\cygwin_download=0D
Last downloaded files from: ftp://planetmirror.com/pub/sourceware/cygwin=0D
Package Version =0D
_update-info-dir 00059-1 =0D
ash 20020731-1 =0D
autoconf 2.53b-1 =0D
autoconf-devel 2.53a-1 =0D
autoconf-stable 2.13-4 =0D
automake 1.6.2-1 =0D
automake-devel 1.6.2-1 =0D
automake-stable 1.4p5-5 =0D
bash 2.05b-3 =0D
binutils 20020706-2 =0D
bison 1.35-1 =0D
byacc 1.9-1 =0D
bzip2 1.0.2-2 =0D
clear 1.0-1 =0D
cpio 2.4.2 =0D
cron 3.0.1-7 =0D
crypt 1.0-1 =0D
ctags 5.2-1 =0D
cvs 1.11.0-1 =0D
cygrunsrv 0.95-1 =0D
cygutils 1.1.2-1 =0D
cygwin 1.3.12-4 =0D
cygwin-doc 1.1-2 =0D
dejagnu 20010117-1 =0D
diff 1.0-1 =0D
diffutils 2.8.1-1 =0D
ed 0.2-1 =0D
expect 20010117-1 =0D
file 3.37-1 =0D
fileutils 4.1-1 =0D
findutils 4.1.7-4 =0D
flex 2.5.4-2 =0D
gawk 3.1.1-2 =0D
gcc 2.95.3-5 =0D
gdb 20010428-3 =0D
gdbm 1.8.0-4 =0D
gettext 0.11.2-2 =0D
ghostscript 7.05-1 =0D
ghostscript-base 7.05-1 =0D
gperf 0.0 =0D
grep 2.5-1 =0D
groff 1.17.2-1 =0D
gzip 1.3.3-4 =0D
inetutils 1.3.2-19 =0D
irc 20010101-1 =0D
jbigkit 1.2-6 =0D
jpeg 6b-7 =0D
less 374-1 =0D
libbz2_0 1.0.2-1 =0D
libbz2_1 1.0.2-2 =0D
libiconv2 1.8-2 =0D
libintl 0.10.38-3 =0D
libintl1 0.10.40-1 =0D
libintl2 0.11.2-2 =0D
libkpathsea3 20020530-3 =0D
libncurses5 5.2-1 =0D
libncurses6 5.2-8 =0D
libpng 1.2.4-2 =0D
libpng10 1.0.14-2 =0D
libpng12 1.2.4-2 =0D
libpng2 1.0.12-1 =0D
libpopt0 1.6.4-4 =0D
libreadline4 4.1-2 =0D
libreadline5 4.3-1 =0D
login 1.4-4 =0D
lynx 2.8.4-1 =0D
m4 0.0 =0D
make 3.79.1-7 =0D
man 1.5g-2 =0D
mingw 20010424-1 =0D
mktemp 1.4-1 =0D
mt 2.0.1-1 =0D
mutt 1.4-1 =0D
ncftp 3.1.4-1 =0D
ncurses 5.2-8 =0D
newlib-man 20020801 =0D
opengl 1.1.0-6 =0D
openssh 3.4p1-5 =0D
openssl 0.9.6g-1 =0D
patch 2.5-3 =0D
pcre 3.7-1 =0D
perl 5.6.1-2 =0D
popt 1.6.4-4 =0D
postgresql 7.2.2-1 =0D
python 2.2.1-1 =0D
readline 4.3-1 =0D
regex 4.4 =0D
rsync 2.5.5-1 =0D
rxvt 2.7.2-10 =0D
sed 3.02-1 =0D
sh-utils 2.0-2 =0D
squid 2.4.STABLE7-1 =0D
ssmtp 2.38.7-3 =0D
tar 1.13.19-1 =0D
tcltk 20001125-1 =0D
tcsh 6.11.00-4 =0D
termcap 20020403-1 =0D
terminfo 5.2-3 =0D
tetex-beta 20020530-3 =0D
tetex-bin 20020530-3 =0D
texinfo 4.2-3 =0D
textutils 2.0.21-1 =0D
tiff 3.5.7-1 =0D
time 1.7-1 =0D
unzip 5.50-1 =0D
vim 6.1-2 =0D
w32api 2.0-1 =0D
wget 1.8.2-1 =0D
which 1.5-1 =0D
xpm-nox 4.2.0-1 =0D
zip 2.3-2 =0D
zlib 1.1.4-1 =0D
Use -h to see help about each section
--------------Boundary-00=_FX0724L0000000000000
Content-Type: Text/HTML;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-885=
9-1"><html>
<head>
<meta name=3D"GENERATOR" content=3D"IncrediMail 1.0">=0D
<!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>BA285063-5BCE-11D4-AF8D-0050DAC67E11</X-FID>
<X-FVER>2.0</X-FVER>
<X-FIT>Letter</X-FIT>
<X-FCOL>Elegant Paper</X-FCOL>
<X-FCAT>Stationery</X-FCAT>
<X-FDIS>Rice Fields</X-FDIS>
<X-Extensions>SU1CTDEsNDEsgUmBSTAkkcGNgZmVTY0wNCxNhYUoiU0kOMEoTYGBjYEoJDS=
ZnSyFhUksSU1CTDIsMCwsSU1CTDMsMCws</X-Extensions>
<X-BG>61B150E9-E9AF-456A-A045-7DC58FEBD192</X-BG>
<X-BGT>repeat</X-BGT>
<X-BGC>#dce0e3</X-BGC>
<X-BGPX>0px</X-BGPX>
<X-BGPY>0px</X-BGPY>
<X-ASN>ANIM3D00-NONE-0000-0000-000000000000</X-ASN>
<X-ASNF>0</X-ASNF>
<X-ASH>ANIM3D00-NONE-0000-0000-000000000000</X-ASH>
<X-ASHF>1</X-ASHF>
<X-AN>6486DDE0-3EFD-11D4-BA3D-0050DAC68030</X-AN>
<X-ANF>0</X-ANF>
<X-AP>6486DDE0-3EFD-11D4-BA3D-0050DAC68030</X-AP>
<X-APF>1</X-APF>
<X-AD>C3C52140-4147-11D4-BA3D-0050DAC68030</X-AD>
<X-ADF>0</X-ADF>
<X-AUTO>X-ASN,X-ASH,X-AN,X-AP,X-AD</X-AUTO>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd-->
=0A</head>
<BODY background=3Dcid:61B150E9-E9AF-456A-A045-7DC58FEBD192 bgColor=3D#dc=
e0e3 scroll=3Dyes style=3D"BACKGROUND-POSITION: 0px 0px; FONT-SIZE: 12pt;=
MARGIN: 0px 10px 10px; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Comic San=
s MS" text=3D"#000040" X-FDIS=3D"Rice Fields" X-FCOL=3D"Elegant Paper" X-=
FCAT=3D"Elegant Paper" X-FIT=3D"Letter" X-ADF=3D"0" X-AD=3D"C3C52140-4147=
-11D4-BA3D-0050DAC68030" X-APF=3D"1" X-AP=3D"6486DDE0-3EFD-11D4-BA3D-0050=
DAC68030" X-ANF=3D"0" X-AN =3D"6486DDE0-3EFD-11D4-BA3D-0050DAC68030" X-AS=
HF =3D"1" X-ASH=3D"ANIM3D00-NONE-0000-0000-000000000000" X-ASNF=3D"0" X-A=
SN=3D"ANIM3D00-NONE-0000-0000-000000000000" X-FVER=3D"2.0" X-FID=3D"BA285=
063-5BCE-11D4-AF8D-0050DAC67E11" SIGCOLOR=3D"0" ORGYPOS=3D"0"><TABLE bord=
er=3D0 cellPadding=3D2 cellSpacing=3D0 id=3DINCREDIMAINTABLE width=3D"95%=
">
<TBODY>
<TR>
<TD id=3DINCREDITEXTREGION style=3D"PADDING-RIGHT: 7px; PADDING-LEFT: 7px=
; FONT-SIZE: 10pt; FONT-FAMILY: Comic Sans MS"=20
width=3D"100%">
<DIV>Hi again</DIV>
<DIV> </DIV>
<DIV>first - my apologies to Joshua Daniel Franklin if i in any way=
=20
affronted.</DIV>
<DIV>second - TX to Joshua and Dan Vasaru for the suggestions.</DIV=
>
<DIV> </DIV>
<DIV>Attached at the end the output of running "cygcheck -s -v -r"<=
/DIV>
<DIV> </DIV>
<DIV>The problem. ( a bit long)</DIV>
<DIV> </DIV>
<DIV>We are running awk scripts in a cmd console box on w2k using</=
DIV>
<DIV>gawk 3.1.1 and the needed dll's on 2 different machine with cy=
gwin=20
installed.</DIV>
<DIV>As it is outside a Cygwin environment - the mount points shoul=
d=20
not</DIV>
<DIV>effect this.</DIV>
<DIV> </DIV>
<DIV>The input files to gawk works fine and without any problems.</=
DIV>
<DIV>The problem is with the program-file.</DIV>
<DIV>gawk wants the program-file in unix format ie. no cr/lf=20
termination.</DIV>
<DIV> </DIV>
<DIV>eg. the following program files - tst.awk saved with notepad.<=
/DIV>
<DIV>#=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D</DIV>
<DIV>BEGIN { FS=3D",";<BR> =20
gsub("\"","",fromevent);<BR> =20
totalfound=3D0;<BR>}<BR>{<BR> totalfound +=3D 1; <BR>}<=
BR>END {=20
print "totalfound =3D ",totalfound;<BR> exit=20
totalfound;<BR>}<BR>#=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D</DIV>
<DIV>executing in a cmd console box</DIV>
<DIV> </DIV>
<DIV>gawk -f tst.awk</DIV>
<DIV>gawk: tst.awk:1: BEGIN { FS=3D",";<BR>' in=20
expression: &n=
bsp; =20
^ invalid char '<BR></DIV>
<DIV>It complains about the CR in the line termination.</DIV>
<DIV>If however we save the file in unix format then gawk 3.1.1 wor=
ks=20
fine.</DIV>
<DIV>Setting the CYGWIN environment variable in the command script =
has no=20
effect.</DIV>
<DIV>This was never a problem with gawk 3.0.4</DIV>
<DIV> </DIV>
<DIV>BUT....................</DIV>
<DIV> </DIV>
<DIV>Running the above on 2 other machines in the shop with similia=
r=20
configs and </DIV>
<DIV>where cygwin is not and never was installed </DIV>
<DIV>The problem does NOT occur. ie. gawk 3.1.1 behaves as expected=
and=20
takes </DIV>
<DIV>program-files in either dos or unix format.</DIV>
<DIV> </DIV>
<DIV>My questions.</DIV>
<DIV>- Is this by design or are we missing something.</DIV>
<DIV>- Seeing it is not a problem where cygwin was not installed </=
DIV>
<DIV> is a system dll or registry entry per=
haps=20
involved? Maybe the environment?</DIV>
<DIV>- Any suggestions on where to look? what to look for?</DIV>
<DIV>- As we do not beforehand know the config of system where this=
=20
will</DIV>
<DIV> be installed - we will be having hassle=
s with=20
the QA of all the program-files</DIV>
<DIV> </DIV>
<DIV>Tx and kind regards</DIV>
<DIV>Pieter Prinsloo</DIV>
<DIV> </DIV>
<DIV>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dcygcheck=
-s -v -r=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D</DIV>
<DIV><BR>Cygwin Win95/NT Configuration Diagnostics<BR>Current Syste=
m Time:=20
Tue Sep 10 00:18:19 2002</DIV>
<DIV>Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3, R=
C=20
3.51</DIV>
<DIV>Path: D:\programfiles\cygwin\usr\local\bin<BR> D:\pr=
ogramfiles\cygwin\bin<BR> D:\programfiles\cygwin\bin<BR> d:\ORA=
CLE9i\bin<BR> d:\ORACLE9i\Apache\Perl\5.00503\bin\mswin32-x86<BR>&nb=
sp;c:\Program=20
Files\Oracle\jre\1.1.8\bin<BR> c:\WINNT\system32<BR> c:\W=
INNT<BR> c:\WINNT\System32\Wbem<BR> d:\ORANT\BIN<BR> d:\ut=
il\mysql\bin<BR> d:\Program=20
Files\Microsoft Visual=20
Studio\VC98\bin<BR> D:\programfiles\cygwin\usr\X11R6\bin</DIV>
<DIV>SysDir: C:\WINNT\System32<BR>WinDir: C:\WINNT</DIV>
<DIV>CYGWIN =3D `nobinmode'<BR>HOME =3D=20
`D:\programfiles\cygwin\home\pieterp'<BR>MAKE_MODE =3D `unix'<BR>PW=
D =3D=20
`/cygdrive/e/develop/dump/new'<BR>USER =3D `pieterp'</DIV>
<DIV>ALLUSERSPROFILE =3D `C:\Documents and Settings\All Users'<BR>A=
PPDATA =3D=20
`C:\Documents and Settings\Administrator\Application=20
Data'<BR>COMMONPROGRAMFILES =3D `C:\Program Files\Common=20
Files'<BR>COMPUTERNAME =3D `PEXY'<BR>COMSPEC =3D=20
`C:\WINNT\system32\cmd.exe'<BR>HOMEDRIVE =3D `C:'<BR>HOMEPATH =3D=20
`\'<BR>INCLUDE =3D `d:\Program Files\Microsoft Visual=20
Studio\VC98\atl\include;d:\Program Files\Microsoft Visual=20
Studio\VC98\mfc\include;d:\Program Files\Microsoft Visual=20
Studio\VC98\include'<BR>JSERV =3D `D:\ORACLE9i/Apache/Jserv/conf'<B=
R>LIB =3D=20
`d:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;d:\Program=20
Files\Microsoft Visual Studio\VC98\lib'<BR>LOGONSERVER =3D=20
`\\PEXY'<BR>MANPATH =3D `:/usr/ssl/man'<BR>MSDEVDIR =3D `C:\Program=
=20
Files\Microsoft Visual Studio\Common\MSDev98'<BR>NTRESKIT =3D `F:\P=
rogram=20
Files\Resource Kit'<BR>NUMBER_OF_PROCESSORS =3D `1'<BR>OLDPWD =3D=20
`/cygdrive/e/develop/dump'<BR>OS2LIBPATH =3D=20
`C:\WINNT\system32\os2\dll;'<BR>OS =3D `Windows_NT'<BR>PATHEXT =3D=20
`.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'<BR>PROCESSOR_ARC=
HITECTURE=20
=3D `x86'<BR>PROCESSOR_IDENTIFIER =3D `x86 Family 6 Model 6 Steppin=
g 2,=20
AuthenticAMD'<BR>PROCESSOR_LEVEL =3D `6'<BR>PROCESSOR_REVISION =3D=20
`0602'<BR>PROGRAMFILES =3D `C:\Program Files'<BR>PROMPT =3D `$P$_$G=
'<BR>PS1 =3D=20
`\[\033]0;\w\007<BR>\033[32m\]\u@\h \[\033[33m\w\033[0m\]<BR>$ '<BR=
>SHLVL=20
=3D `1'<BR>SYSTEMDRIVE =3D `C:'<BR>SYSTEMROOT =3D `C:\WINNT'<BR>TEM=
P =3D=20
`c:\Temp'<BR>TERM =3D `cygwin'<BR>TMP =3D `c:\Temp'<BR>USERDOMAIN =3D=
=20
`PEXY'<BR>USERNAME =3D `pieterp'<BR>USERPROFILE =3D `C:\Documents a=
nd=20
Settings\Administrator'<BR>WINDIR =3D `C:\WINNT'<BR>WV_GATEWAY_CFG =
=3D=20
`D:\ORACLE9i\Apache\modplsql\cfg\wdbsvr.app'<BR>_ =3D=20
`/usr/bin/cygcheck'</DIV>
<DIV>HKEY_CURRENT_USER\Software\Cygnus=20
Solutions<BR>HKEY_CURRENT_USER\Software\Cygnus=20
Solutions\Cygwin<BR>HKEY_CURRENT_USER\Software\Cygnus=20
Solutions\Cygwin\mounts v2<BR> (default) =3D `/cygdrive'<BR>&=
nbsp;=20
cygdrive flags =3D 0x00000022<BR>HKEY_CURRENT_USER\Software\Cygnus=20
Solutions\Cygwin\Program Options<BR>HKEY_LOCAL_MACHINE\SOFTWARE\Cyg=
nus=20
Solutions<BR>HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus=20
Solutions\Cygwin<BR>HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus=20
Solutions\Cygwin\mounts v2<BR> (default) =3D `/cygdrive'<BR>&=
nbsp;=20
cygdrive flags =3D 0x00000022<BR>HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus=
=20
Solutions\Cygwin\mounts v2\/<BR> (default) =3D=20
`D:\programfiles\cygwin'<BR> flags =3D=20
0x0000000a<BR>HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\m=
ounts=20
v2\/usr/bin<BR> (default) =3D `D:\programfiles\cygwin/bin'<BR=
> =20
flags =3D 0x0000000a<BR>HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus=20
Solutions\Cygwin\mounts v2\/usr/lib<BR> (default) =3D=20
`D:\programfiles\cygwin/lib'<BR> flags =3D=20
0x0000000a<BR>HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\P=
rogram=20
Options</DIV>
<DIV>a: =20
fd =20
N/A =20
N/A &nbs=
p; =20
<BR>c: hd NTFS 4996Mb 47% CP CS=
UN PA=20
FC <BR>d: hd NTFS =20
14998Mb 54% CP CS UN PA FC =20
pexy_D<BR>e: hd NTFS 9852Mb 57%=
CP CS=20
UN PA FC pexy_E<BR>f: hd =20
NTFS 5498Mb 50% CP CS UN PA=20
FC pexy_F<BR>z: =20
cd =20
N/A =20
N/A &nbs=
p; =20
</DIV>
<DIV>. &=
nbsp; &n=
bsp; =20
/cygdrive user =20
binmode,cygdrive<BR>D:\programfiles\cygwin &=
nbsp;=20
/ system =
;=20
binmode<BR>D:\programfiles\cygwin/bin /usr/bin =20
system binmode<BR>D:\programfiles\cygwin/lib =20
/usr/lib system =20
binmode<BR>. &=
nbsp; &n=
bsp; =20
/cygdrive user binmode,cygdrive</DIV>
<DIV>Found: D:\programfiles\cygwin\bin\bash.exe<BR>Found:=20
D:\programfiles\cygwin\bin\cat.exe<BR>Found:=20
D:\programfiles\cygwin\bin\cpp.exe<BR>Found:=20
D:\programfiles\cygwin\bin\find.exe<BR>Found:=20
D:\programfiles\cygwin\bin\gcc.exe<BR>Found:=20
D:\programfiles\cygwin\bin\gdb.exe<BR>Found:=20
D:\programfiles\cygwin\bin\ld.exe<BR>Found:=20
D:\programfiles\cygwin\bin\ls.exe<BR>Found:=20
D:\programfiles\cygwin\bin\make.exe<BR>Found:=20
D:\programfiles\cygwin\bin\sh.exe</DIV>
<DIV> 929k 2002/06/24 .\cygiconv-2.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygiconv-2.dll" v0.0 ts=3D2002/6/24 20:24<BR> 23k 2002=
/06/24=20
.\cygintl-2.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygintl-2.dll" v0.0 ts=3D2002/6/24 6:54<BR> 883k 2002/07/06=20
.\cygwin1.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygwin1.dll" v0.0 ts=3D2002/7/6 8:16<BR> Cygwin =
DLL=20
version info:<BR> DLL ver=
sion:=20
1.3.12<BR> DLL epoch:=20
19<BR> DLL bad signal mas=
k:=20
19005<BR> DLL old termios=
:=20
5<BR> DLL malloc env:=20
28<BR> API major:=20
0<BR> API minor:=20
54<BR> Shared data:=20
3<BR> DLL identifier:=20
cygwin1<BR> Mount registr=
y:=20
2<BR> Cygnus registry nam=
e:=20
Cygnus Solutions<BR> Cygw=
in=20
registry name: Cygwin<BR> =
=20
Program options name: Program=20
Options<BR> Cygwin mount=20
registry name: mounts v2<BR> &nb=
sp;=20
Cygdrive flags: cygdrive=20
flags<BR> Cygdrive prefix=
:=20
cygdrive prefix<BR> Cygdr=
ive=20
default prefix: <BR> Buil=
d date:=20
Sat Jul 6 02:16:58 EDT 2002<BR> =
=20
CVS tag: cygwin-1-3-12-1<BR> &nb=
sp;=20
Shared id: cygwin1S3</DIV>
<DIV> 929k 2002/06/24 .\cygiconv-2.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygiconv-2.dll" v0.0 ts=3D2002/6/24 20:24<BR> 23k 2002=
/06/24=20
.\cygintl-2.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygintl-2.dll" v0.0 ts=3D2002/6/24 6:54<BR> 883k 2002/07/06=20
.\cygwin1.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygwin1.dll" v0.0 ts=3D2002/7/6 8:16<BR> Cygwin =
DLL=20
version info:<BR> DLL ver=
sion:=20
1.3.12<BR> DLL epoch:=20
19<BR> DLL bad signal mas=
k:=20
19005<BR> DLL old termios=
:=20
5<BR> DLL malloc env:=20
28<BR> API major:=20
0<BR> API minor:=20
54<BR> Shared data:=20
3<BR> DLL identifier:=20
cygwin1<BR> Mount registr=
y:=20
2<BR> Cygnus registry nam=
e:=20
Cygnus Solutions<BR> Cygw=
in=20
registry name: Cygwin<BR> =
=20
Program options name: Program=20
Options<BR> Cygwin mount=20
registry name: mounts v2<BR> &nb=
sp;=20
Cygdrive flags: cygdrive=20
flags<BR> Cygdrive prefix=
:=20
cygdrive prefix<BR> Cygdr=
ive=20
default prefix: <BR> Buil=
d date:=20
Sat Jul 6 02:16:58 EDT 2002<BR> =
=20
CVS tag: cygwin-1-3-12-1<BR> &nb=
sp;=20
Shared id: cygwin1S3</DIV>
<DIV> 58k 2002/05/07 D:\programfiles\cygwin\bin\cygbz2-=
1.dll -=20
os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygbz2-1.dll" v0.0 ts=3D2002/5/7 8:33<BR> 54k 2002/01/=
27=20
D:\programfiles\cygwin\bin\cygbz21.0.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygbz21.0.dll" v0.0 ts=3D2002/1/27 3:07<BR> 625k 2002/08/09=20
D:\programfiles\cygwin\bin\cygcrypto.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygcrypto.dll" v0.0 ts=3D2002/8/9 22:20<BR> 45k 2001/0=
4/25=20
D:\programfiles\cygwin\bin\cygform5.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygform5.dll" v0.0 ts=3D2001/4/25 7:28<BR> 35k 2002/01=
/09=20
D:\programfiles\cygwin\bin\cygform6.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygform6.dll" v0.0 ts=3D2002/1/9 8:03<BR> 19k 2002/02/=
20=20
D:\programfiles\cygwin\bin\cyggdbm.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cyggdbm.dll" v0.0 ts=3D2002/2/20 5:05<BR> 17k 2001/06/=
28=20
D:\programfiles\cygwin\bin\cyghistory4.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cyghistory4.dll" v0.0 ts=3D2001/1/7 6:34<BR> 20k 2002/=
07/17=20
D:\programfiles\cygwin\bin\cyghistory5.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cyghistory5.dll" v0.0 ts=3D2002/7/17 23:18<BR> 929k 2002/06/=
24=20
D:\programfiles\cygwin\bin\cygiconv-2.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygiconv-2.dll" v0.0 ts=3D2002/6/24 20:24<BR> 22k 2001=
/12/13=20
D:\programfiles\cygwin\bin\cygintl-1.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygintl-1.dll" v0.0 ts=3D2001/12/13 11:28<BR> 23k 2002=
/06/24=20
D:\programfiles\cygwin\bin\cygintl-2.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygintl-2.dll" v0.0 ts=3D2002/6/24 6:54<BR> 21k 2001/0=
6/20=20
D:\programfiles\cygwin\bin\cygintl.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygintl.dll" v0.0 ts=3D2001/6/20 19:09<BR> 81k 2001/10=
/20=20
D:\programfiles\cygwin\bin\cygitcl30.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygitcl30.dll" v0.0 ts=3D2001/10/20 2:25<BR> 35k 2001/=
10/20=20
D:\programfiles\cygwin\bin\cygitk30.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygitk30.dll" v0.0 ts=3D2001/10/20 2:25<BR> 45k 2002/0=
2/08=20
D:\programfiles\cygwin\bin\cygjbig1.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygjbig1.dll" v0.0 ts=3D2002/2/8 1:59<BR> 119k 2002/02/09=20
D:\programfiles\cygwin\bin\cygjpeg6b.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygjpeg6b.dll" v0.0 ts=3D2002/2/9 7:19<BR> 59k 2002/08=
/09=20
D:\programfiles\cygwin\bin\cygkpathsea-3-3-7.dll - os=3D4.0 img=3D1=
=2E0=20
sys=3D4.0<BR> =
=20
"cygkpathsea-3-3-7.dll" v0.0 ts=3D2002/8/9 15:37<BR> 26=
k=20
2001/04/25 D:\programfiles\cygwin\bin\cygmenu5.dll - os=3D4.0 img=3D=
1.0=20
sys=3D4.0<BR> =
=20
"cygmenu5.dll" v0.0 ts=3D2001/4/25 7:27<BR> 20k 2002/01=
/09=20
D:\programfiles\cygwin\bin\cygmenu6.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygmenu6.dll" v0.0 ts=3D2002/1/9 8:03<BR> 156k 2001/04/25=20
D:\programfiles\cygwin\bin\cygncurses++5.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygncurses++5.dll" v0.0 ts=3D2001/4/25 7:29<BR> 175k 2002/01=
/09=20
D:\programfiles\cygwin\bin\cygncurses++6.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygncurses++6.dll" v0.0 ts=3D2002/1/9 8:03<BR> 226k 2001/04/=
25=20
D:\programfiles\cygwin\bin\cygncurses5.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygncurses5.dll" v0.0 ts=3D2001/4/25 7:17<BR> 202k 2002/01/0=
9=20
D:\programfiles\cygwin\bin\cygncurses6.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygncurses6.dll" v0.0 ts=3D2002/1/9 8:03<BR> 15k 2001/=
04/25=20
D:\programfiles\cygwin\bin\cygpanel5.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygpanel5.dll" v0.0 ts=3D2001/4/25 7:27<BR> 12k 2002/0=
1/09=20
D:\programfiles\cygwin\bin\cygpanel6.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygpanel6.dll" v0.0 ts=3D2002/1/9 8:03<BR> 40k 2001/11=
/21=20
D:\programfiles\cygwin\bin\cygpcre.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygpcre.dll" v0.0 ts=3D2001/11/22 0:15<BR> 39k 2001/11=
/21=20
D:\programfiles\cygwin\bin\cygpcreposix.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygpcreposix.dll" v0.0 ts=3D2001/11/22 0:15<BR> 175k 2002/07=
/22=20
D:\programfiles\cygwin\bin\cygpng10.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygpng10.dll" v0.0 ts=3D2002/7/22 17:51<BR> 179k 2002/07/22=20
D:\programfiles\cygwin\bin\cygpng12.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygpng12.dll" v0.0 ts=3D2002/7/22 18:03<BR> 170k 2002/01/21=20
D:\programfiles\cygwin\bin\cygpng2.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygpng2.dll" v0.0 ts=3D2002/1/21 3:05<BR> 22k 2002/06/=
09=20
D:\programfiles\cygwin\bin\cygpopt-0.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygpopt-0.dll" v0.0 ts=3D2002/6/9 7:45<BR> 108k 2001/06/28=20
D:\programfiles\cygwin\bin\cygreadline4.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygreadline4.dll" v0.0 ts=3D2001/1/7 6:34<BR> 127k 2002/07/1=
7=20
D:\programfiles\cygwin\bin\cygreadline5.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygreadline5.dll" v0.0 ts=3D2002/7/17 23:18<BR> 159k 2002/08=
/09=20
D:\programfiles\cygwin\bin\cygssl.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygssl.dll" v0.0 ts=3D2002/8/9 22:20<BR> 390k 2001/10/20=20
D:\programfiles\cygwin\bin\cygtcl80.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygtcl80.dll" v0.0 ts=3D2001/10/20 2:24<BR> 5k 2=
001/10/20=20
D:\programfiles\cygwin\bin\cygtclpip80.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> 10k 2001/10/20=20
D:\programfiles\cygwin\bin\cygtclreg80.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygtclreg80.dll" v0.0 ts=3D2001/10/20 2:24<BR> 253k 2002/02/=
10=20
D:\programfiles\cygwin\bin\cygtiff3.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygtiff3.dll" v0.0 ts=3D2002/2/10 10:34<BR> 623k 2001/10/20=20
D:\programfiles\cygwin\bin\cygtk80.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygtk80.dll" v0.0 ts=3D2001/10/20 2:25<BR> 2975k 1999/09/18=20
D:\programfiles\cygwin\bin\CYGWIN.DLL - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygwin.dll" v0.0 ts=3D1996/12/11 2:13<BR> 41k 2002/01/=
20=20
D:\programfiles\cygwin\bin\cygXpm-noX4.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygXpm-noX4.dll" v0.0 ts=3D2002/1/20 20:49<BR> 46k 200=
2/01/20=20
D:\programfiles\cygwin\bin\cygXpm-X4.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygXpm-X4.dll" v0.0 ts=3D2002/1/20 20:50<BR> 50k 2002/=
03/12=20
D:\programfiles\cygwin\bin\cygz.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygz.dll" v0.0 ts=3D2002/3/12 6:38<BR> 883k 2002/07/06=20
D:\programfiles\cygwin\bin\cygwin1.dll - os=3D4.0 img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygwin1.dll" v0.0 ts=3D2002/7/6 8:16<BR> Cygwin =
DLL=20
version info:<BR> DLL ver=
sion:=20
1.3.12<BR> DLL epoch:=20
19<BR> DLL bad signal mas=
k:=20
19005<BR> DLL old termios=
:=20
5<BR> DLL malloc env:=20
28<BR> API major:=20
0<BR> API minor:=20
54<BR> Shared data:=20
3<BR> DLL identifier:=20
cygwin1<BR> Mount registr=
y:=20
2<BR> Cygnus registry nam=
e:=20
Cygnus Solutions<BR> Cygw=
in=20
registry name: Cygwin<BR> =
=20
Program options name: Program=20
Options<BR> Cygwin mount=20
registry name: mounts v2<BR> &nb=
sp;=20
Cygdrive flags: cygdrive=20
flags<BR> Cygdrive prefix=
:=20
cygdrive prefix<BR> Cygdr=
ive=20
default prefix: <BR> Buil=
d date:=20
Sat Jul 6 02:16:58 EDT 2002<BR> =
=20
CVS tag: cygwin-1-3-12-1<BR> &nb=
sp;=20
Shared id: cygwin1S3</DIV>
<DIV> 653k 1998/10/30 d:\util\mysql\bin\cygwinb19.dll - os=3D=
4.0=20
img=3D1.0=20
sys=3D4.0<BR> =
=20
"cygwinb19.dll" v0.0 ts=3D1998/7/15 19:50</DIV>
<DIV>Cygwin Package Information<BR>Last downloaded files to:=20
D:\users\pieterp\cygwin_download<BR>Last downloaded files from: <A=20
href=3D"ftp://planetmirror.com/pub/sourceware/cygwin">ftp://planetm=
irror.com/pub/sourceware/cygwin</A></DIV>
<DIV>Package &=
nbsp; =20
Version =
=20
<BR>_update-info-dir =20
00059-1 =
=20
<BR>ash =
=20
20020731-1 =20
<BR>autoconf &=
nbsp; =20
2.53b-1 =
=20
<BR>autoconf-devel =20
2.53a-1 =
=20
<BR>autoconf-stable =20
2.13-4 &=
nbsp; =20
<BR>automake &=
nbsp; =20
1.6.2-1 =
=20
<BR>automake-devel =20
1.6.2-1 =
=20
<BR>automake-stable =20
1.4p5-5 =
=20
<BR>bash  =
; =20
2.05b-3 =
=20
<BR>binutils &=
nbsp; =20
20020706-2 =20
<BR>bison &nbs=
p; =20
1.35-1 &=
nbsp; =20
<BR>byacc &nbs=
p; =20
1.9-1 &n=
bsp; =20
<BR>bzip2 &nbs=
p; =20
1.0.2-2 =
=20
<BR>clear &nbs=
p; =20
1.0-1 &n=
bsp; =20
<BR>cpio  =
; =20
2.4.2 &n=
bsp; =20
<BR>cron  =
; =20
3.0.1-7 =
=20
<BR>crypt &nbs=
p; =20
1.0-1 &n=
bsp; =20
<BR>ctags &nbs=
p; =20
5.2-1 &n=
bsp; =20
<BR>cvs =
=20
1.11.0-1  =
; =20
<BR>cygrunsrv =
=20
0.95-1 &=
nbsp; =20
<BR>cygutils &=
nbsp; =20
1.1.2-1 =
=20
<BR>cygwin &nb=
sp; =20
1.3.12-4  =
; =20
<BR>cygwin-doc  =
;=20
1.1-2 &n=
bsp; =20
<BR>dejagnu &n=
bsp; =20
20010117-1 =20
<BR>diff  =
; =20
1.0-1 &n=
bsp; =20
<BR>diffutils =
=20
2.8.1-1 =
=20
<BR>ed &=
nbsp; =20
0.2-1 &n=
bsp; =20
<BR>expect &nb=
sp; =20
20010117-1 =20
<BR>file  =
; =20
3.37-1 &=
nbsp; =20
<BR>fileutils =
=20
4.1-1 &n=
bsp; =20
<BR>findutils =
=20
4.1.7-4 =
=20
<BR>flex  =
; =20
2.5.4-2 =
=20
<BR>gawk  =
; =20
3.1.1-2 =
=20
<BR>gcc =
=20
2.95.3-5  =
; =20
<BR>gdb =
=20
20010428-3 =20
<BR>gdbm  =
; =20
1.8.0-4 =
=20
<BR>gettext &n=
bsp; =20
0.11.2-2  =
; =20
<BR>ghostscript =20
7.05-1 &=
nbsp; =20
<BR>ghostscript-base =20
7.05-1 &=
nbsp; =20
<BR>gperf &nbs=
p; =20
0.0 &nbs=
p; =20
<BR>grep  =
; =20
2.5-1 &n=
bsp; =20
<BR>groff &nbs=
p; =20
1.17.2-1  =
; =20
<BR>gzip  =
; =20
1.3.3-4 =
=20
<BR>inetutils =
=20
1.3.2-19  =
; =20
<BR>irc =
=20
20010101-1 =20
<BR>jbigkit &n=
bsp; =20
1.2-6 &n=
bsp; =20
<BR>jpeg  =
; =20
6b-7 &nb=
sp; =20
<BR>less  =
; =20
374-1 &n=
bsp; =20
<BR>libbz2_0 &=
nbsp; =20
1.0.2-1 =
=20
<BR>libbz2_1 &=
nbsp; =20
1.0.2-2 =
=20
<BR>libiconv2 =
=20
1.8-2 &n=
bsp; =20
<BR>libintl &n=
bsp; =20
0.10.38-3 &nbs=
p;=20
<BR>libintl1 &=
nbsp; =20
0.10.40-1 &nbs=
p;=20
<BR>libintl2 &=
nbsp; =20
0.11.2-2  =
; =20
<BR>libkpathsea3 =20
20020530-3 =20
<BR>libncurses5 =20
5.2-1 &n=
bsp; =20
<BR>libncurses6 =20
5.2-8 &n=
bsp; =20
<BR>libpng &nb=
sp; =20
1.2.4-2 =
=20
<BR>libpng10 &=
nbsp; =20
1.0.14-2  =
; =20
<BR>libpng12 &=
nbsp; =20
1.2.4-2 =
=20
<BR>libpng2 &n=
bsp; =20
1.0.12-1  =
; =20
<BR>libpopt0 &=
nbsp; =20
1.6.4-4 =
=20
<BR>libreadline4 =20
4.1-2 &n=
bsp; =20
<BR>libreadline5 =20
4.3-1 &n=
bsp; =20
<BR>login &nbs=
p; =20
1.4-4 &n=
bsp; =20
<BR>lynx  =
; =20
2.8.4-1 =
=20
<BR>m4 &=
nbsp; =20
0.0 &nbs=
p; =20
<BR>make  =
; =20
3.79.1-7  =
; =20
<BR>man =
=20
1.5g-2 &=
nbsp; =20
<BR>mingw &nbs=
p; =20
20010424-1 =20
<BR>mktemp &nb=
sp; =20
1.4-1 &n=
bsp; =20
<BR>mt &=
nbsp; =20
2.0.1-1 =
=20
<BR>mutt  =
; =20
1.4-1 &n=
bsp; =20
<BR>ncftp &nbs=
p; =20
3.1.4-1 =
=20
<BR>ncurses &n=
bsp; =20
5.2-8 &n=
bsp; =20
<BR>newlib-man  =
;=20
20020801  =
; =20
<BR>opengl &nb=
sp; =20
1.1.0-6 =
=20
<BR>openssh &n=
bsp; =20
3.4p1-5 =
=20
<BR>openssl &n=
bsp; =20
0.9.6g-1  =
; =20
<BR>patch &nbs=
p; =20
2.5-3 &n=
bsp; =20
<BR>pcre  =
; =20
3.7-1 &n=
bsp; =20
<BR>perl  =
; =20
5.6.1-2 =
=20
<BR>popt  =
; =20
1.6.4-4 =
=20
<BR>postgresql  =
;=20
7.2.2-1 =
=20
<BR>python &nb=
sp; =20
2.2.1-1 =
=20
<BR>readline &=
nbsp; =20
4.3-1 &n=
bsp; =20
<BR>regex &nbs=
p; =20
4.4 &nbs=
p; =20
<BR>rsync &nbs=
p; =20
2.5.5-1 =
=20
<BR>rxvt  =
; =20
2.7.2-10  =
; =20
<BR>sed =
=20
3.02-1 &=
nbsp; =20
<BR>sh-utils &=
nbsp; =20
2.0-2 &n=
bsp; =20
<BR>squid &nbs=
p; =20
2.4.STABLE7-1 =20
<BR>ssmtp &nbs=
p; =20
2.38.7-3  =
; =20
<BR>tar =
=20
1.13.19-1 &nbs=
p;=20
<BR>tcltk &nbs=
p; =20
20001125-1 =20
<BR>tcsh  =
; =20
6.11.00-4 &nbs=
p;=20
<BR>termcap &n=
bsp; =20
20020403-1 =20
<BR>terminfo &=
nbsp; =20
5.2-3 &n=
bsp; =20
<BR>tetex-beta  =
;=20
20020530-3 =20
<BR>tetex-bin =
=20
20020530-3 =20
<BR>texinfo &n=
bsp; =20
4.2-3 &n=
bsp; =20
<BR>textutils =
=20
2.0.21-1  =
; =20
<BR>tiff  =
; =20
3.5.7-1 =
=20
<BR>time  =
; =20
1.7-1 &n=
bsp; =20
<BR>unzip &nbs=
p; =20
5.50-1 &=
nbsp; =20
<BR>vim =
=20
6.1-2 &n=
bsp; =20
<BR>w32api &nb=
sp; =20
2.0-1 &n=
bsp; =20
<BR>wget  =
; =20
1.8.2-1 =
=20
<BR>which &nbs=
p; =20
1.5-1 &n=
bsp; =20
<BR>xpm-nox &n=
bsp; =20
4.2.0-1 =
=20
<BR>zip =
=20
2.3-2 &n=
bsp; =20
<BR>zlib  =
; =20
1.1.4-1 =
=20
</DIV>
<DIV>Use -h to see help about each section<BR></DIV>
<DIV> </DIV></TD></TR>
<TR>
<TD id=3DINCREDIFOOTER width=3D"100%">
<TABLE cellPadding=3D0 cellSpacing=3D0 width=3D"100%">
<TBODY>
<TR>
<TD width=3D"100%"></TD>
<TD align=3Dmiddle id=3DINCREDISOUND vAlign=3Dbottom></TD>
<TD align=3Dmiddle id=3DINCREDIANIM vAlign=3Dbottom></TD></TR></TBODY></T=
ABLE></TD></TR></TBODY></TABLE><SPAN=20
id=3DIncrediStamp><SPAN dir=3Dltr><FONT face=3D"Arial, Helvetica, sans-se=
rif"=20
size=3D2>____________________________________________________<BR><FONT=20
face=3D"Comic Sans MS" size=3D2><A=20
href=3D"http://www.incredimail.com/redir.asp?ad_id=3D309&lang=3D9"><I=
MG alt=3D""=20
hspace=3D0 src=3D"cid:1BA2AE89-0D2D-438F-B5E7-6176BF1764E4" align=3Dbasel=
ine=20
border=3D0></A> <I>IncrediMail</I> - <B>Email has finally evolved</=
B> -=20
</FONT><A href=3D"http://www.incredimail.com/redir.asp?ad_id=3D309&la=
ng=3D9"><FONT=20
face=3D"Times New Roman" size=3D3><B><U>Click=20
Here</U></B></FONT></A></SPAN></SPAN></FONT></BODY></html>
--------------Boundary-00=_FX0724L0000000000000--
--------------Boundary-00=_FX077TH0000000000000
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-ID: <1BA2AE89-0D2D-438F-B5E7-6176BF1764E4>
R0lGODlhFAAPALMIAP9gAM9gAM8vAM9gL/+QL5AvAGAvAP9gL////wAAAAAAAAAAAAAAAAAAAAAA
AAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJFAAIACwAAAAAFAAPAAAEVRDJSaudJuudrxlEKI6B
URlCUYyjKpgYAKSgOBSCDEuGDKgrAtC3Q/R+hkPJEDgYCjpKr5A8WK9OaPFZwHoPqm3366VKyeRt
E30tVVRscMHDqV/u+AgAIfkEBWQACAAsAAAAABQADwAABBIQyUmrvTjrzbv/YCiOZGmeaAQAIfkE
CRQACAAsAgABABAADQAABEoQIUOrpXIOwrsPxiQUheeRAgUA49YNhbCqK1kS9grQhXGAhsDBUJgZ
AL2Dcqkk7ogFpvRAokSn0p4PO6UIuUsQggSmFjKXdAgRAQAh+QQFCgAIACwAAAAAFAAPAAAEEhDJ
Sau9OOvNu/9gKI5kaZ5oBAAh+QQJFAAIACwCAAEAEAANAAAEShAhQ6ulcg7Cuw/GJBSF55ECBQDj
1g2FsKorWRL2CtCFcYCGwMFQmBkAvYNyqSTuiAWm9ECiRKfSng87pQi5SxCCBKYWMpd0CBEBACH5
BAVkAAgALAAAAAAUAA8AAAQSEMlJq7046827/2AojmRpnmgEADs=
--------------Boundary-00=_FX077TH0000000000000
Content-Type: Image/jpeg
Content-ID: <61B150E9-E9AF-456A-A045-7DC58FEBD192>
Content-Transfer-Encoding: base64
/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMA
EAMCAwYAAAHbAAAC1gAABZX/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoX
Hh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoa
JjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIAGUAcwMBIgACEQEDEQH/
xACAAAEBAQEAAAAAAAAAAAAAAAAAAQIGAQEBAAAAAAAAAAAAAAAAAAAAARABAAICAwEAAgMAAAAA
AAAAAQARIQIxQRIiQDIQMFARAAICAgIBBAIDAQEAAAAAAAERACExQVFhcYGRobECEsHhMtHxEgEA
AAAAAAAAAAAAAAAAAABQ/9oADAMBAAIRAxEAAADtRZYE1ASghQFgUZoCkKSwLmhcllAEqkSkqFAl
hUomoAS3IoJqFlDNpFEAQFE1AIVYAWIVKAJRNZpYCwVmmshKACA0CBAUCBYGwf/aAAgBAgABBQD8
B/yP/9oACAEDAAEFAPz6/or8H//aAAgBAQABBQC2+ZeHjbD+saX6hwXeDW1Rg4xLLTa+m7ZiIEsI
1MTiHP1dYpvFADiFM1/X6nq9byuwdPPz5oFofWlEMQ9ULKrWq2ppG9Y2J6INQma9lVTRdlUKgHzX
XSEECw1SYu5WsGoJPkisZYpx31GvXZQ/JM3VwShzVTsp1EZbBI8LcaUSih86+s2Zl4Wp6+lAZnVs
Dkjdku5m+lJTdXDG2SHM9M2wKX1YxsaZTTwmoVrYnqsMrM652yjs01K0mtbGAz6Y5dpfqNz06qpq
5QNjiIjiZtbhtceNuf0jyeqGgu6rXMvI4omPWbPMYzEfMI+axHnFvOP4/9oACAECAgY/AGP/2gAI
AQMCBj8AY//aAAgBAQEGPwB72Yucb1BfIhFEaeZ+xRXFQELN+HEUQdjU0Xn4g9gRCQcpw1yajGYs
P/kFvUzvjUBWrIMFHI2OJQNEAjiEEFdTmfG/MTHq5RFOnpTV3kzCBx7x4YOD1AV5uYJvnqMA0hep
jfwpYCwC4Bx3q55zeZRBCw9TkoIuHw78RdczSNH2mgqcLpRC+RASAkA3B13mcYd5mR84c/yOx4lW
tRAZ6mGDhiP9WgXVyhWA+xDgMOWGMsTg/wBTz8SjjXrP8hHIlX1MZ6mDzgc/cIV/iyN1GBR0MQMK
jnEzvvMz8mUkErKlfqU63iV+IKNH7mNZBLFQEpEDeDOV32IVn8WR4caoywqI2p695mbZzNUQIcKf
k0bo+0NpCqn7CiQiNGXkdQen1DpjGeZ7WNw3pK+I93maCPc16+Zkf6XxMCsFwAkaiIB57vc/IAhZ
/HqZBBbB0ZokAEOGxsYqBgPp8agQBu4VSMJdqx6SwDsGBrTmAR93uZGX6KePowEADAIjoX8gw459
CICaW/MLGvodQfkDW71zBxRHtB3j3jC4PMIYoAgKNfPMCQNN7jCzvlzXPopzhQvNZY3CRya9ZrEF
fRE0iCB5mscZuVYfKmAi94uE3Q8qfytQ7xD0svmFcmaxNPI8iMjh3pmF2HbzqeUi+YkiD/MrOl5L
mbwPuWVfmXpv3hDH8qAjPpiZHXkRnSd6ZhB53mejzKV6US0K9TCCLyCeIhtETX5MsHBGJkD/ANiF
kMCE2qGoCdZ8Q8AMGpYFqEhdhRIYH3CF3d1M/Mexma+4CwdQ2Ddcx0exAlmj04QUQd8QWLB/iB5G
xmEg5TENVZqPYzFV8eHAy9T/AEc8a4n3Ov6g/VwvE6lpQ4VNysXzhS8esOO8w/rlF/rypjV3B5H1
Knr8T//Z
--------------Boundary-00=_FX077TH0000000000000--
- Raw text -