Problem with ssh/pvm/winXp

Pedro Luiz Nani Costa pcosta@dep.fem.unicamp.br
Mon Jan 12 19:05:00 GMT 2004


Sorry Larry!!!!! :(
That won´t happen again.
I´m using pvm(paralle virtual machine 3.4.3), and windowsXp
professional SP1, and my cygwin report is attached.
All that you say is correct, i could set now the environmental variables.
But, my problem isn´t solve yet. For execute my program as i do in Unix, i
have to mount a remote server with the pvm files. Actually, look what i
have in .bashrc:
---------------->
if [ ! -d /mnt/shared/ ] ;\
 then mkdir -p /mnt/shared ;\
 if [ -d /shared/ ] ;\
 then
 # se existe o diretório local, ou seja, estou no servidor de
 # aplicativos Cygwin
	mount -f "c:\\cygwin\\shared" "/mnt/shared"
 else
 # se não, monto pela rede
	mount -f "\\\\pcdep06\\shared" "/mnt/shared"
 fi
fi
#Definições PVM
export PVM_ROOT=/mnt/shared/pvm3
export PVM_ROOT_U=$PVM_ROOT
<----------------
That is possible using .ssh/rc or the ~/.bashrc itself in Unix. In that
case(cygwin), can i do it in another way??? I mean, is there another
mechanism to mount that net path????
Thanks again!!!!
[]´s
Pedraum
On 2004年1月12日, Larry Hall wrote:
> At 11:59 AM 1/12/2004, Pedro Luiz Nani Costa you wrote:
> >Hi folks!!!!
> >
> >I´m trying to use pvm over cygwin, and i´m not sure about what is
> >happening.
> >The thing is that i am using ssh instead of rsh. Well, no big deal...
> >So far, look what it happens, if trying to add some hosts using pvm´s
> >console:
> >
> >
> >----------------------->
> >pcosta@pcdep06 ~
> >$ pvm
> >pvm> add pcdep49
> >add pcdep49
> >0 successful
> > HOST DTID
> > pcdep49 Can't start pvmd
> >
> >Auto-Diagnosing Failed Hosts...
> >pcdep49...
> >Verifying Local Path to "rsh"...
> >Rsh found in /usr/bin/ssh.exe - O.K.
> >Testing Rsh/Rhosts Access to Host "pcdep49"...
> >Rsh/Rhosts Access is O.K.
> >Checking O.S. Type (Unix test) on Host "pcdep49"...
> >Host pcdep49 is Unix-based.
> >Checking $PVM_ROOT on Host "pcdep49"...
> >
> >The value of the $PVM_ROOT environment
> >variable on pcdep49 is invalid ("").
> >Use the absolute path to the pvm3/ directory.
> >
> ><-----------------------
> >
> >Moreover, look at these output:
> >
> >----------------------->
> >pcosta@pcdep06 ~
> >$ ssh pcdep49 "export"
> >declare -x ALLUSERSPROFILE="C:\\Documents and Settings\\All Users"
> >declare -x CMG_HOME="C:\\Arquivos de programas\\CMG"
> >declare -x COMMONPROGRAMFILES="C:\\Arquivos de programas\\Arquivos comuns"
> >declare -x COMPUTERNAME="PCDEP49"
> >declare -x COMSPEC="C:\\WINNT\\system32\\cmd.exe"
> >declare -x CYGWIN="ntsec tty"
> >declare -x CYGWIN32="ntsec tty"
> >declare -x HOME="/home/pcosta"
> >declare -x HOMEDRIVE="c:"
> >declare -x HOMEPATH="\\Cygwin\\home\\pcosta"
> >declare -x LOGNAME="pcosta"
> >declare -x LOGONSERVER="\\\\PCDEP49"
> >declare -x LSFORCEHOST="pcdep64"
> >declare -x MAIL="/var/spool/mail/pcosta"
> >declare -x NUMBER_OF_PROCESSORS="1"
> >declare -x OLDPWD
> >declare -x OS="Windows_NT"
> >declare -x OS2LIBPATH="C:\\WINNT\\system32\\os2\\dll;"
> >declare -x
> >PATH="/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/
> >System32/Wbem:/cygdrive/c/ecl/home:/cygdrive/c/ecl/macros:/usr/bin:/bin"
> >declare -x PATHEXT=".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH"
> >declare -x PROCESSOR_ARCHITECTURE="x86"
> >declare -x PROCESSOR_IDENTIFIER="x86 Family 6 Model 8 Stepping 3,
> >GenuineIntel"
> >declare -x PROCESSOR_LEVEL="6"
> >declare -x PROCESSOR_REVISION="0803"
> >declare -x PROGRAMFILES="C:\\Arquivos de programas"
> >declare -x PWD="/home/pcosta"
> >declare -x SHELL="/bin/bash"
> >declare -x SHLVL="1"
> >declare -x SSH_CLIENT="143.106.81.151 3002 22"
> >declare -x SSH_CONNECTION="143.106.81.151 3002 143.106.81.245 22"
> >declare -x SYSTEMDRIVE="C:"
> >declare -x SYSTEMROOT="C:\\WINNT"
> >declare -x TEMP="/cygdrive/c/WINNT/TEMP"
> >declare -x TERM="cygwin"
> >declare -x TMP="/cygdrive/c/WINNT/TEMP"
> >declare -x USER="pcosta"
> >declare -x USERDOMAIN="PCDEP49"
> >declare -x USERNAME="pcosta"
> >declare -x WINDIR="C:\\WINNT"
> >
> ><-----------------------
> >
> >What am i missing here??????
>>> First, you should clarify what pvm is. I'm assuming you mean
> <http://www.csm.ornl.gov/pvm/pvm_home.html>, though I can't be sure.
>> AFAICS, the main problem is just that PVM_ROOT is not defined. If that's the
> case, just define it in the system variables (not the user's) in the Windows
> control panel.
>>> >It seems a problem with environmental setting, but i already define
> >~/.bashrc,
> > ~/.profile, ~/.ssh/environment, ~/.ss/rc, etc....
>>> Assuming you mean environment variables, then see my response above.
>>> >Oh!!! I´m using cygwin, pvm 3.4.3, windowsXp.......
>>> This isn't enough information. You should read through the "Problem reports"
> link below. This describes the proper "boot-strap" information that should
> accompany all problem reports to this list.
>>> >Any help it would be great!!!!!!
> >
> >Thanks in advance!!!!!
> >
> >[]´s
> >Pedraum
> >
> >--
> >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> >Problem reports: http://cygwin.com/problems.html
> >Documentation: http://cygwin.com/docs.html
> >FAQ: http://cygwin.com/faq/
>> --
> Larry Hall http://www.rfk.com
> RFK Partners, Inc. (508) 893-9779 - RFK Office
> 838 Washington Street (508) 893-9889 - FAX
> Holliston, MA 01746
>>>-------------- next part --------------
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Jan 12 15:47:26 2004
Windows XP Professional Ver 5.1 Build 2600 Service Pack 1
Path:	c:\Cygwin\usr\local\bin
	c:\Cygwin\bin
	c:\Cygwin\bin
	c:\Cygwin\usr\X11R6\bin
	c:\LANDMARK\LAM\BIN
	c:\LANDMARK\VIP\DTVIP\EXEC
	c:\LANDMARK\VIP\DTVIP\SIM\LSFBIN
	c:\WINDOWS\SYSTEM32
	c:\WINDOWS
	c:\WINDOWS\SYSTEM32\WBEM
	c:\ARQUIVOS DE PROGRAMAS\ARQUIVOS COMUNS\ADAPTEC SHARED\SYSTEM
	c:\Cygwin\bin
	c:\ARQUIVOS DE PROGRAMAS\MPIPRO\BIN
	c:\ECL\HOME
	c:\ECL\MACROS
	"C
	c:\Cygwin\ARQUIVOS DE PROGRAMAS\HUMMINGBIRD\CONNECTIVITY7円.00\ACCESSORIES\"
	.
	c:\Arquiv~1\Borland\BC55\bin
	\\pcdep06\shared\unipar\bin\CYGWIN
	\\pcdep06\shared\pvm3\lib\CYGWIN
Output from c:\Cygwin\bin\id.exe (nontsec)
UID: 1007(pcosta) GID: 513(Nenhum)
513(Nenhum)
Output from c:\Cygwin\bin\id.exe (ntsec)
UID: 1007(pcosta) GID: 513(Nenhum)
513(Nenhum) 544(Administradores)
545(Usuários)
SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS
CYGWIN32 = `tty'
CYGWIN = `tty ntsec'
HOME = `c:\Documents and Settings\pcosta.PCDEP06'
LD_LIBRARY_PATH = `c:\Documents and Settings\pcosta.PCDEP06\:\mnt\shared\pvm3\lib'
MAKE_MODE = `unix'
PWD = `/cygdrive/c/Documents and Settings/pcosta.PCDEP06'
USER = `pcosta'
ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\pcosta.PCDEP06\Dados de aplicativos'
CMG_HOME = `C:\Arquivos de programas\CMG'
COMMONPROGRAMFILES = `C:\Arquivos de programas\Arquivos comuns'
COMPUTERNAME = `PCDEP06'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CPP_PATH = `c:\Arquiv~1\Borland\BC55'
CVS_RSH = `/bin/ssh'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\pcosta.PCDEP06'
HOSTNAME = `pcdep06'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LAMHOME = `C:\Landmark\LAM'
LM_LICENSE_FILE = `C:\Landmark\LAM\license.txt'
LOGONSERVER = `\\PCDEP06'
LSDEFAULTDIR = `C:\Arquivos de programas\CMG\secure'
LSERVOPTS = `-l "C:\Arquivos de programas\CMG\secure\cmgusage.log"'
LSHOST = `NO-NET'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man'
MPI_HOME = `C:\Arquivos de programas\MPIPro'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PKG_CONFIG_PATH = `:/usr/X11R6/lib/pkgconfig'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 4, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0204'
PROGRAMFILES = `C:\Arquivos de programas'
PROMPT = `$P$G'
PS1 = `\[033円]0;\w007円
033円[32m\]\u@\h \[033円[33m\w033円[0m\]
$ '
PVM_ARCH = `CYGWIN'
PVM_ROOT = `/mnt/shared/pvm3'
PVM_ROOT_U = `/mnt/shared/pvm3'
PVM_RSH = `/usr/bin/ssh.exe'
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\PCOSTA~1.PCD\CONFIG~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\PCOSTA~1.PCD\CONFIG~1\Temp'
TMPDIR = `c:\DOCUME~1\PCOSTA~1.PCD\CONFIG~1\Temp'
UNIPAR_ROOT = `/mnt/shared/unipar'
USERDOMAIN = `PCDEP06'
USERNAME = `pcosta'
USERPROFILE = `C:\Documents and Settings\pcosta.PCDEP06'
VIPACROBAT = `C:\Arquivos de programas\Adobe\Acrobat 6.0\Reader\AcroRd32.exe'
VIPEXCEED = `"C:\Arquivos de programas\Hummingbird\Connectivity7円.00\Exceed\\Exceed.exe"'
VIPHOME = `C:/Landmark/VIP'
VIPJAVA = `C:\Landmark\vip\dtvip\lib\JRE1円.3\bin\java.exe'
VIPNTHOME = `C:\Landmark\VIP'
VIPTEMP = `C:\TEMP'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
 (default) = `/cygdrive'
 cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
 (default) = `c:\Cygwin'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/mnt/shared
 (default) = `\\pcdep06\shared'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
 (default) = `c:\Cygwin/bin'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
 (default) = `c:\Cygwin/lib'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
 (default) = `D:\Cygwin\usr\X11R6\lib\X11\fonts'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
a: fd N/A N/A 
c: hd NTFS 39252Mb 46% CP CS UN PA FC 
d: hd NTFS 76347Mb 6% CP CS UN PA FC 
e: cd N/A N/A 
y: net NTFS 12100Mb 73% CP CS PA palberto
z: net NTFS 12100Mb 73% CP CS PA pcosta
c:\Cygwin / system binmode
\\pcdep06\shared /mnt/shared system binmode
c:\Cygwin/bin /usr/bin system binmode
c:\Cygwin/lib /usr/lib system binmode
D:\Cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode
. /cygdrive system binmode,cygdrive
Found: c:\Cygwin\bin\awk.exe
Found: c:\Cygwin\bin\bash.exe
Found: c:\Cygwin\bin\cat.exe
Found: c:\Cygwin\bin\cp.exe
Found: c:\Cygwin\bin\cpp.exe
Found: c:\Cygwin\bin\find.exe
Found: c:\Cygwin\bin\gcc.exe
Found: c:\Cygwin\bin\gdb.exe
Found: c:\Cygwin\bin\grep.exe
Found: c:\Arquiv~1\Borland\BC55\bin\grep.exe
Warning: c:\Cygwin\bin\grep.exe hides c:\Arquiv~1\Borland\BC55\bin\grep.exe
Found: c:\Cygwin\bin\ld.exe
Found: c:\Cygwin\bin\ls.exe
Found: c:\Cygwin\bin\make.exe
Found: c:\Arquiv~1\Borland\BC55\bin\make.exe
Warning: c:\Cygwin\bin\make.exe hides c:\Arquiv~1\Borland\BC55\bin\make.exe
Found: c:\Cygwin\bin\mv.exe
Found: c:\Cygwin\bin\rm.exe
Found: c:\Cygwin\bin\sed.exe
Found: c:\Cygwin\bin\sh.exe
Found: c:\Cygwin\bin\tar.exe
 802k 2003年09月15日 c:\Cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
 "cygaspell-15.dll" v0.0 ts=2003年9月15日 9:32
 61k 2003年08月09日 c:\Cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
 "cygbz2-1.dll" v0.0 ts=2003年8月9日 3:35
 54k 2002年01月27日 c:\Cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
 "cygbz21.0.dll" v0.0 ts=2002年1月26日 22:07
 14k 2003年08月10日 c:\Cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
 "cygcharset-1.dll" v0.0 ts=2003年8月10日 17:57
 842k 2003年09月30日 c:\Cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypto-0.9.7.dll" v0.0 ts=2003年9月30日 13:49
 645k 2003年04月11日 c:\Cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypto.dll" v0.0 ts=2003年4月11日 7:37
 551k 2003年04月02日 c:\Cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
 "cygcurl-2.dll" v0.0 ts=2003年4月2日 18:09
 28k 2003年08月11日 c:\Cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
 "cygcygipc-2.dll" v0.0 ts=2003年8月10日 21:54
 380k 2002年07月24日 c:\Cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
 "cygdb-3.1.dll" v0.0 ts=2002年7月24日 13:24
 487k 2002年07月24日 c:\Cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
 "cygdb_cxx-3.1.dll" v0.0 ts=2002年7月24日 13:25
 132k 2003年07月12日 c:\Cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
 "cygexpat-0.dll" v0.0 ts=2003年7月12日 8:33
 64k 2003年09月23日 c:\Cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
 "cygexslt-0.dll" v0.0 ts=2003年9月23日 16:13
 45k 2001年04月25日 c:\Cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
 "cygform5.dll" v0.0 ts=2001年4月25日 2:28
 35k 2002年01月09日 c:\Cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
 "cygform6.dll" v0.0 ts=2002年1月9日 3:03
 48k 2003年08月09日 c:\Cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
 "cygform7.dll" v0.0 ts=2003年8月9日 6:25
 28k 2003年07月20日 c:\Cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm-3.dll" v0.0 ts=2003年7月20日 4:58
 30k 2003年08月11日 c:\Cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm-4.dll" v0.0 ts=2003年8月10日 23:12
 19k 2003年03月22日 c:\Cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm.dll" v0.0 ts=2002年2月20日 0:05
 15k 2003年07月20日 c:\Cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm_compat-3.dll" v0.0 ts=2003年7月20日 5:00
 15k 2003年08月11日 c:\Cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm_compat-4.dll" v0.0 ts=2003年8月10日 23:13
 69k 2003年08月10日 c:\Cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
 "cyggettextlib-0-12-1.dll" v0.0 ts=2003年8月10日 19:10
 12k 2003年08月10日 c:\Cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
 "cyggettextpo-0.dll" v0.0 ts=2003年8月10日 19:11
 134k 2003年08月10日 c:\Cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
 "cyggettextsrc-0-12-1.dll" v0.0 ts=2003年8月10日 19:10
 167k 2003年09月09日 c:\Cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
 "cyggmp-3.dll" v0.0 ts=2003年9月9日 19:03
 489k 2003年08月09日 c:\Cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
 "cygguile-12.dll" v0.0 ts=2003年8月9日 11:17
 489k 2003年07月28日 c:\Cygwin\bin\cygguile-12abi13.dll - os=4.0 img=1.0 sys=4.0
 "cygguile-12abi13.dll" v0.0 ts=2003年7月28日 15:18
 24k 2003年08月09日 c:\Cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
 "cygguile-ltdl-1.dll" v0.0 ts=2003年8月9日 11:16
 24k 2003年07月28日 c:\Cygwin\bin\cygguile-ltdl-1abi13.dll - os=4.0 img=1.0 sys=4.0
 "cygguile-ltdl-1abi13.dll" v0.0 ts=2003年7月28日 14:48
 62k 2003年08月09日 c:\Cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0
 "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2003年8月9日 11:17
 62k 2003年07月28日 c:\Cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0
 "cygguile-srfi-srfi-13-14-v-1-1abi13.dll" v0.0 ts=2003年7月28日 15:18
 23k 2003年08月09日 c:\Cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0
 "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2003年8月9日 11:17
 23k 2003年07月28日 c:\Cygwin\bin\cygguile-srfi-srfi-4-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0
 "cygguile-srfi-srfi-4-v-1-1abi13.dll" v0.0 ts=2003年7月28日 15:18
 11k 2003年08月09日 c:\Cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0
 "cygguilereadline-v-12-12.dll" v0.0 ts=2003年8月9日 11:17
 11k 2003年07月28日 c:\Cygwin\bin\cygguilereadline-v-12-12abi13.dll - os=4.0 img=1.0 sys=4.0
 "cygguilereadline-v-12-12abi13.dll" v0.0 ts=2003年7月28日 15:18
 17k 2001年06月28日 c:\Cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory4.dll" v0.0 ts=2001年1月7日 1:34
 29k 2003年08月10日 c:\Cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory5.dll" v0.0 ts=2003年8月10日 20:16
 958k 2003年08月10日 c:\Cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
 "cygiconv-2.dll" v0.0 ts=2003年8月10日 17:57
 22k 2001年12月13日 c:\Cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-1.dll" v0.0 ts=2001年12月13日 6:28
 37k 2003年08月10日 c:\Cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-2.dll" v0.0 ts=2003年8月10日 18:50
 21k 2001年06月20日 c:\Cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
 "cygintl.dll" v0.0 ts=2001年6月20日 14:09
 12k 2003年02月17日 c:\Cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0
 "cygioperm-0.dll" v0.0 ts=2003年2月17日 16:58
 48k 2003年08月10日 c:\Cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
 "cygjbig1.dll" v0.0 ts=2003年8月10日 20:58
 132k 2003年08月11日 c:\Cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
 "cygjpeg-62.dll" v0.0 ts=2003年8月10日 21:37
 119k 2002年02月09日 c:\Cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
 "cygjpeg6b.dll" v0.0 ts=2002年2月9日 2:19
 60k 2003年09月17日 c:\Cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
 "cygkpathsea-3.dll" v0.0 ts=2003年9月17日 13:37
 60k 2003年07月27日 c:\Cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
 "cygkpathsea-3abi13.dll" v0.0 ts=2003年7月27日 17:23
 32k 2003年08月18日 c:\Cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
 "cygltdl-3.dll" v0.0 ts=2003年8月18日 2:35
 181k 2003年10月06日 c:\Cygwin\bin\cygmcrypt-4.dll - os=4.0 img=1.0 sys=4.0
 "cygmcrypt-4.dll" v0.0 ts=2003年10月6日 11:54
 26k 2001年04月25日 c:\Cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu5.dll" v0.0 ts=2001年4月25日 2:27
 20k 2002年01月09日 c:\Cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu6.dll" v0.0 ts=2002年1月9日 3:03
 29k 2003年08月09日 c:\Cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu7.dll" v0.0 ts=2003年8月9日 6:25
 271k 2003年10月06日 c:\Cygwin\bin\cygmhash-2.dll - os=4.0 img=1.0 sys=4.0
 "cygmhash-2.dll" v0.0 ts=2003年10月6日 12:23
 156k 2001年04月25日 c:\Cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++5.dll" v0.0 ts=2001年4月25日 2:29
 175k 2002年01月09日 c:\Cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++6.dll" v0.0 ts=2002年1月9日 3:03
 226k 2001年04月25日 c:\Cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses5.dll" v0.0 ts=2001年4月25日 2:17
 202k 2002年01月09日 c:\Cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses6.dll" v0.0 ts=2002年1月9日 3:03
 224k 2003年08月09日 c:\Cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses7.dll" v0.0 ts=2003年8月9日 6:24
 15k 2001年04月25日 c:\Cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel5.dll" v0.0 ts=2001年4月25日 2:27
 12k 2002年01月09日 c:\Cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel6.dll" v0.0 ts=2002年1月9日 3:03
 19k 2003年08月09日 c:\Cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel7.dll" v0.0 ts=2003年8月9日 6:24
 67k 2003年09月10日 c:\Cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpcre-0.dll" v0.0 ts=2003年9月10日 11:25
 63k 2003年04月11日 c:\Cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
 "cygpcre.dll" v0.0 ts=2003年4月11日 5:31
 15k 2003年09月10日 c:\Cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpcreposix-0.dll" v0.0 ts=2003年9月10日 11:25
 61k 2003年04月11日 c:\Cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
 "cygpcreposix.dll" v0.0 ts=2003年4月11日 5:31
 1100k 2003年08月29日 c:\Cygwin\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0
 "cygperl5_8_0.dll" v0.0 ts=2003年8月29日 7:20
 168k 2003年08月10日 c:\Cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
 "cygpng10.dll" v0.0 ts=2003年8月10日 19:31
 173k 2003年08月10日 c:\Cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
 "cygpng12.dll" v0.0 ts=2003年8月10日 19:35
 170k 2002年01月21日 c:\Cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
 "cygpng2.dll" v0.0 ts=2002年1月20日 22:05
 22k 2002年06月09日 c:\Cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpopt-0.dll" v0.0 ts=2002年6月9日 2:45
 108k 2001年06月28日 c:\Cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline4.dll" v0.0 ts=2001年1月7日 1:34
 148k 2003年08月10日 c:\Cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline5.dll" v0.0 ts=2003年8月10日 20:16
 682k 2003年10月11日 c:\Cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
 "cygruby18.dll" v0.0 ts=2003年10月11日 8:41
 171k 2003年09月30日 c:\Cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
 "cygssl-0.9.7.dll" v0.0 ts=2003年9月30日 13:49
 165k 2003年04月11日 c:\Cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
 "cygssl.dll" v0.0 ts=2003年4月11日 7:37
 254k 2003年09月18日 c:\Cygwin\bin\cygtidy-0-99-0.dll - os=4.0 img=1.0 sys=4.0
 "cygtidy-0-99-0.dll" v0.0 ts=2003年9月18日 12:52
 281k 2003年02月24日 c:\Cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
 "cygtiff3.dll" v0.0 ts=2003年2月24日 1:58
 282k 2003年08月11日 c:\Cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
 "cygtiff4.dll" v0.0 ts=2003年8月10日 23:32
 25k 2002年07月14日 c:\Cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
 "cygungif-4.dll" v0.0 ts=2002年7月14日 11:58
 2689k 2002年11月16日 c:\Cygwin\bin\cygxerces-c21.dll - os=4.0 img=1.0 sys=4.0
 "cygxerces-c21.dll" v0.0 ts=2002年11月16日 1:07
 2984k 2003年02月07日 c:\Cygwin\bin\cygxerces-c22.dll - os=4.0 img=1.0 sys=4.0
 "cygxerces-c22.dll" v0.0 ts=2003年2月7日 15:50
 3006k 2003年10月12日 c:\Cygwin\bin\cygxerces-c23.dll - os=4.0 img=1.0 sys=4.0
 "cygxerces-c23.dll" v0.0 ts=2003年10月11日 23:36
 1074k 2003年09月23日 c:\Cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
 "cygxml2-2.dll" v0.0 ts=2003年9月23日 14:52
 50k 2003年08月09日 c:\Cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
 "cygXpm-noX4.dll" v0.0 ts=2003年8月9日 4:21
 54k 2003年08月09日 c:\Cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
 "cygXpm-X4.dll" v0.0 ts=2003年8月9日 4:22
 196k 2003年09月23日 c:\Cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
 "cygxslt-1.dll" v0.0 ts=2003年9月23日 15:58
 7k 2003年09月23日 c:\Cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0
 "cygxsltbreakpoint-1.dll" v0.0 ts=2003年9月23日 16:06
 60k 2003年08月09日 c:\Cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
 "cygz.dll" v0.0 ts=2003年8月9日 3:28
 949k 2003年09月20日 c:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
 "cygwin1.dll" v0.0 ts=2003年9月20日 17:31
 Cygwin DLL version info:
 DLL version: 1.5.5
 DLL epoch: 19
 DLL bad signal mask: 19005
 DLL old termios: 5
 DLL malloc env: 28
 API major: 0
 API minor: 94
 Shared data: 3
 DLL identifier: cygwin1
 Mount registry: 2
 Cygnus registry name: Cygnus Solutions
 Cygwin registry name: Cygwin
 Program options name: Program Options
 Cygwin mount registry name: mounts v2
 Cygdrive flags: cygdrive flags
 Cygdrive prefix: cygdrive prefix
 Cygdrive default prefix: 
 Build date: Sat Sep 20 16:31:15 EDT 2003
 CVS tag: cr-0x9b
 Shared id: cygwin1S3
 673k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
 "cygdps-1.dll" v0.0 ts=2003年9月20日 3:37
 184k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
 "cygdpstk-1.dll" v0.0 ts=2003年9月20日 3:37
 176k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
 "cygfontconfig-1.dll" v0.0 ts=2003年9月20日 3:38
 340k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
 "cygfreetype-9.dll" v0.0 ts=2003年9月20日 3:38
 520k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
 "cygGL-1.dll" v0.0 ts=2003年9月20日 3:35
 593k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
 "cygGLU-1.dll" v0.0 ts=2003年9月20日 3:36
 111k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
 "cygICE-6.dll" v0.0 ts=2003年9月20日 3:28
 25k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
 "cygoldX-6.dll" v0.0 ts=2003年9月20日 3:27
 1511k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
 "cygOSMesa-4.dll" v0.0 ts=2003年9月20日 3:35
 41k 2002年05月14日 c:\Cygwin\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0
 "cygPropList-0.dll" v0.0 ts=2002年5月14日 0:13
 40k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
 "cygpsres-1.dll" v0.0 ts=2003年9月20日 3:37
 54k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
 "cygSM-6.dll" v0.0 ts=2003年9月20日 3:28
 1073k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
 "cygX11-6.dll" v0.0 ts=2003年9月20日 3:27
 701k 2003年09月23日 c:\Cygwin\usr\X11R6\bin\cygXaw3d-1.dll - os=4.0 img=1.0 sys=4.0
 "cygXaw3d-1.dll" v0.0 ts=2003年9月23日 4:34
 68k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
 "cygXcursor-1.dll" v0.0 ts=2003年9月20日 3:39
 84k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
 "cygXext-6.dll" v0.0 ts=2003年9月20日 3:28
 99k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
 "cygXft-1.dll" v0.0 ts=2003年9月20日 3:39
 118k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
 "cygXft-2.dll" v0.0 ts=2003年9月20日 3:39
 53k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
 "cygXi-6.dll" v0.0 ts=2003年9月20日 3:30
 29k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
 "cygXmuu-1.dll" v0.0 ts=2003年9月20日 3:29
 59k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
 "cygXp-6.dll" v0.0 ts=2003年9月20日 3:31
 83k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
 "cygXpm-4.dll" v0.0 ts=2003年9月20日 3:29
 34k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
 "cygXrandr-2.dll" v0.0 ts=2003年9月20日 3:39
 49k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
 "cygXrender-1.dll" v0.0 ts=2003年9月20日 3:38
 386k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
 "cygXTrap-6.dll" v0.0 ts=2003年9月20日 3:39
 38k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
 "cygXtst-6.dll" v0.0 ts=2003年9月20日 3:30
 34k 2003年09月20日 c:\Cygwin\usr\X11R6\bin\cygXv-1.dll - os=4.0 img=1.0 sys=4.0
 "cygXv-1.dll" v0.0 ts=2003年9月20日 3:31
Cygwin Package Information
Last downloaded files to: D:\Cygwin-src
Last downloaded files from: D:\Cygwin-src
Package Version 
_update-info-dir 00221-1 
a2ps 4.13-1 
agetty 2.1-1 
antiword 0.34-2 
ash 20031007-1 
aspell 0.50.3-1 
aspell-doc 0.50.3-1 
aspell-en 0.51.0-1 
astyle 1.15.3-3 
autoconf 2.57a-1 
autoconf-devel 2.57-2 
autoconf-stable 2.13-5 
automake 1.7.5a-1 
automake-devel 1.7.6-2 
automake-stable 1.4p5-6 
base-files 2.6-1 
base-passwd 1.1-1 
bash 2.05b-15 
bc 1.06-1 
binutils 20030901-1 
bison 20030307-1 
byacc 1.9-1 
bzip2 1.0.2-5 
c-client 2002e-2 
ccache 2.2-1 
ccdoc 0.8.39-1 
cgoban 1.9.14-1 
chkconfig 1.2.24h-1 
clear 1.0-1 
clisp 2.31-2 
cmake 1.8.1-1 
cocom 0.995-1 
compface 1.4-5 
cpio 2.5-3 
cron 3.0.1-11 
crypt 1.0-2 
ctags 5.5-4 
curl 7.10.4-1 
curl-devel 7.10.4-1 
cvs 1.11.6-3 
cygipc 2.01-2 
cygrunsrv 0.96-2 
cygutils 1.2.1-2 
cygwin 1.5.5-1 
cygwin-doc 1.3-6 
dejagnu 20021217-2 
diffutils 2.8.4-1 
docbook-xml42 4.2-1 
docbook-xsl 1.62.4-1 
doxygen 1.2.18-1 
dpkg 1.10.4-2 
ed 0.2-1 
editrights 1.01-1 
ELFIO 1.0.0-1 
emacs 21.2-12 
emacs-el 21.2-12 
emacs-X11 21.2-12 
enscript 1.6.3-3 
expat 1.95.6-2 
expect 20030128-1 
figlet 2.2-1 
file 4.03-2 
fileutils 4.1-2 
findutils 4.1.7-4 
flex 2.5.4a-3 
fvwm 2.4.7-2 
gawk 3.1.3-3 
gcc 3.3.1-2 
gcc-mingw 20030911-3 
gdb 20030919-1 
gdbm 1.8.3-7 
gettext 0.12.1-3 
gettext-devel 0.12.1-3 
ghostscript 7.05-2 
ghostscript-base 7.05-2 
ghostscript-x11 7.05-2 
gmp 4.1.2-1 
gnugo 3.4-1 
gnupg 1.2.2-3 
gperf 2.7.2-1 
grace 5.1.12-1 
grep 2.5-1 
groff 1.18.1-2 
gsl 1.4-1 
guile 1.6.4-12 
guile-devel 1.6.4-12 
guile-doc 1.6.4-12 
gzip 1.3.5-1 
indent 2.2.8-1 
initscripts 0.9-1 
ioperm 0.4-1 
jbigkit 1.5-3 
jpeg 6b-11 
keychain 1.9-1 
less 381-1 
lesstif 0.93.91-1 
libaspell15 0.50.3-1 
libbz2_0 1.0.2-1 
libbz2_1 1.0.2-5 
libcharset1 1.9.1-3 
libdb3.1 3.1.17-2 
libgdbm 1.8.0-5 
libgdbm-devel 1.8.3-7 
libgdbm3 1.8.3-3 
libgdbm4 1.8.3-7 
libgettextpo0 0.12.1-3 
libguile12 1.6.4-12 
libguile12abi13 1.6.4-2 
libiconv 1.9.1-3 
libiconv2 1.9.1-3 
libintl 0.10.38-3 
libintl1 0.10.40-1 
libintl2 0.12.1-3 
libjpeg62 6b-11 
libjpeg6b 6b-8 
libkpathsea3 2.0.2-13 
libkpathsea3abi13 2.0.2-2 
libltdl3 1.5-3 
libmcrypt 2.5.7-2 
libmcrypt-devel 2.5.7-2 
libncurses-devel 5.3-4 
libncurses5 5.2-1 
libncurses6 5.2-8 
libncurses7 5.3-4 
libpcre 4.1-1 
libpcre0 4.4-2 
libpng 1.2.5-4 
libpng10 1.0.15-4 
libpng10-devel 1.0.15-4 
libpng12 1.2.5-4 
libpng12-devel 1.2.5-4 
libpng2 1.0.12-1 
libpopt0 1.6.4-4 
libPropList 0.10.1-3 
libreadline4 4.1-2 
libreadline5 4.3-5 
libtiff-devel 3.6.0-5 
libtiff3 3.6.0-2 
libtiff4 3.6.0-5 
libtool 1.5a-1 
libtool-devel 1.5-3 
libtool-stable 1.4.3-2 
libungif 4.1.0-2 
libxerces-c21 2.1.0-1 
libxerces-c22 2.2.0-1 
libxerces-c23 2.3.0-4 
libxml2 2.5.11-1 
libxslt 1.0.33-1 
lilypond-doc 2.0.1-1 
login 1.9-7 
lynx 2.8.4-7 
m4 1.4-1 
make 3.80-1 
man 1.5j-2 
mc 4.6.0-4 
mhash 0.8.18-1 
mhash-devel 0.8.18-1 
mingw-runtime 3.2-1 
mingw-zlib 1.1.4-4 
mktemp 1.5-3 
more 2.11o-1 
mt 2.0.1-2 
nano 1.2.2-1 
nasm 0.98.38-1 
ncurses 5.3-4 
ncurses-demo 5.3-4 
openbox 0.99.1-3 
opengl 1.1.0-6 
openssh 3.7.1p2-1 
openssl 0.9.7c-1 
openssl-devel 0.9.7c-1 
openssl096 0.9.6j-1 
par 1.52-1 
patch 2.5.8-8 
patchutils 0.2.22-2 
pcre 4.4-2 
pcre-devel 4.4-2 
pcre-doc 4.4-2 
pdksh 5.2.14-2 
perl 5.8.0-5 
perl_manpages 5.8.0-5 
pinfo 0.6.8-1 
pkgconfig 0.15.0-4 
popt 1.6.4-4 
postgresql 7.3.4-2 
procps 010801-2 
psutils 1.17-1 
rcs 5.7-3 
readline 4.3-5 
rebase 2.2-3 
rpm 4.1-1 
rpm-build 4.1-1 
rpm-doc 4.1-1 
ruby 1.8.0-2 
rxvt 2.7.10-3 
sed 4.0.7-3 
setsid 0.0-3 
sh-utils 2.0.15-4 
sharutils 4.2.1-3 
shutdown 1.4-1 
splint 3.1.1-1 
sunrpc 4.0-1 
SWI-Prolog 5.2.6-1 
swig 1.3.19-1 
sysvinit 2.84-4 
tar 1.13.25-3 
tcltk 20030901-1 
tcsh 6.12.00-7 
termcap 20021106-2 
terminfo 5.3_20030726-1 
tetex 2.0.2-13 
tetex-base 2.0.2-13 
tetex-bin 2.0.2-13 
tetex-devel 2.0.2-13 
tetex-doc 2.0.2-13 
tetex-extra 2.0.2-13 
tetex-tiny 2.0.2-13 
tetex-x11 2.0.2-13 
texinfo 4.2-4 
textutils 2.0.21-1 
tidy 030901-1 
tiff 3.6.0-5 
time 1.7-1 
transfig 3.2.4-1 
ucl 1.01-1 
units 1.77-1 
unzip 5.50-5 
upx 1.24-1 
uw-imap 2002e-2 
vim 6.2.098-1 
w32api 2.4-1 
which 1.5-2 
WindowMaker 0.80.0-2 
wtf 0.0.4-4 
x2x 1.27-2 
Xaw3d 1.5E-1 
xerces-c 2.3.0-4 
xerces-c-devel 2.3.0-4 
xerces-c-doc 2.3.0-4 
xfig-base 3.2.4-1 
xfig-bin 3.2.4-1 
xfig-doc 3.2.4-1 
xfig-etc 3.2.4-3 
xfig-lib 3.2.4-2 
xfig-man 3.2.4-1 
XFree86-base 4.3.0-1 
XFree86-bin 4.3.0-4 
XFree86-bin-icons 4.3.0-4 
XFree86-doc 4.3.0-1 
XFree86-etc 4.3.0-3 
XFree86-f100 4.2.0-3 
XFree86-fcyr 4.2.0-3 
XFree86-fenc 4.2.0-3 
XFree86-fnts 4.2.0-3 
XFree86-fscl 4.2.0-3 
XFree86-fsrv 4.3.0-3 
XFree86-html 4.3.0-1 
XFree86-jdoc 4.3.0-1 
XFree86-lib 4.3.0-1 
XFree86-lib-compat 4.3.0-1 
XFree86-man 4.3.0-1 
XFree86-nest 4.3.0-3 
XFree86-prog 4.3.0-7 
XFree86-prt 4.3.0-3 
XFree86-ps 4.3.0-1 
XFree86-startup-scripts 4.2.0-5 
XFree86-vfb 4.3.0-3 
XFree86-xserv 4.3.0-18 
XFree86-xwinclip 4.3.0-1 
xmlto 0.0.14-1 
xpm-nox 4.2.0-4 
zip 2.3-5 
zlib 1.1.4-4 
zsh 4.1.1-1 
Use -h to see help about each section
-------------- next part --------------
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/


More information about the Cygwin mailing list

AltStyle によって変換されたページ (->オリジナル) /