Mail Archives: cygwin/2003/03/31/15:21:26
Hi,
I am using cygwin-1.3.20-1 on a W2K machine, as another UNIX
OS on a UNIX network viewed via Samba 2.0.
When creating relative symlinks on the local drive (e.g.,
c:\), execvp finds the script through the symlink. When
creating a similar relative symlink on the network share,
execvp skips the symlink and find another script down the
PATH.
The POSIX paths are mounted with
mount -f -b -s '\\unix-machine\path' /misc/path
I use system mounts for every user to see all of them when
they rlogin on the Cygwin machine.
The setup is as follows:
<script>
network_dir=/some/mounted/network/path
cd $network_dir
# create a C program that calls "foo.sh" through execvp
cat >callfoo.c <<EOF
#include <unistd.h>
#include <stdlib.h>
int main(void)
{
char *argv[] = { "foo.sh", NULL };
execvp("foo.sh", argv);
exit(EXIT_FAILURE);
}
EOF
gcc -o callfoo callfoo.c
# create two subdirectories that will be prepended to the PATH
mkdir d1 d2
# create two scripts that echo their basename
cat >d2/foo.sh <<EOF
#!/bin/sh
echo foo
EOF
chmod 750 d2/foo.sh
cat >d2/bar.sh <<EOF
#!/bin/sh
echo bar
EOF
chmod 750 d2/bar.sh
# create a relative symlink from d1/foo.sh to d2/bar.sh, sooner in the path
ln -s ../d2/bar.sh d1/foo.sh
# ln -s $network_dir/d2/bar.sh d1/foo.sh
# call foo.sh through execvp, with the symlink sooner in the PATH
PATH=d1:d2:$PATH ./callfoo
</script>
Explanations/instructions:
- copy the script into a file (e.g., bug.sh);
- edit the contents of the "network_dir" variable to point to
an existing directory on a network share;
- type "sh bug.sh";
- the (my) expectations are to get "bar" as output (as it
does on other UNIX (solaris2, hpux11, linux);
- the cygwin result I obtain is "foo";
- changing the symlink line to the commented one (an
absolute symlink), I obtain the expected "bar" result;
- changing the location of the test to a local drive (c:\),
I also obtain the expected "bar" result;
- changing the call to ./callfoo to <bash -c "foo.sh">
works in all cases (it seems that bash expands the
symlink before calling execXX);
- changing the call to ./callfoo to <perl -e "exec 'foo.sh'">
does not work because perl call execvp directly.
I have searched cygwin archives and google about "exec symlink
cygwin" and found nothing really illuminating.
It seems that older versions of cygwin (for example, 1.3.12)
do not have this problem.
--
Daniel Villeneuve
AD OPT Technologies
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Mar 31 13:41:56 2003
Windows 2000 Advanced Server Ver 5.0 Build 2195 Service Pack 2
Path: \\scicily\danielv\bin\i686-pc-cygwin
\\scicily\danielv\bin
\\scicily\danielv
\\scicily\danielv\ref\gcm-3.1\bin\i686-pc-cygwin
\\scicily\alt\ref\gcm-3.1\bin\i686-pc-cygwin
C:\cygwin-1.3.21-1\usr\local\bin
C:\cygwin-1.3.21-1\bin
C:\cygwin-1.3.21-1\bin
C:\cygwin-1.3.21-1\usr\X11R6\bin
C:\cygwin-1.3.21-1\usr\sbin
.
\\scicily\alt\bin\i686-pc-cygwin
\\scicily\alt\bin
C:\cygwin-1.3.21-1\misc\i686-pc-cygwin\bin
SysDir: C:\WINNT\System32
WinDir: C:\WINNT
HOME = `\\scicily\danielv'
LD_LIBRARY_PATH = `\misc\alt\lib\i686-pc-cygwin:\misc\i686-pc-cygwin\lib'
MAKE_MODE = `unix'
PWD = `/home/danielv'
USER = `danielv'
ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
BIBINPUTS = `/home/danielv/lib/i686-pc-cygwin:/home/danielv/lib:/home/danielv/ref/gcm-3.1/lib/i686-pc-cygwin:/home/danielv/ref/gcm-3.1:/misc/alt/ref/gcm-3.1/lib/i686-pc-cygwin:/misc/alt/ref/gcm-3.1:'
BSTINPUTS = `/home/danielv/lib/i686-pc-cygwin:/home/danielv/lib:/home/danielv/ref/gcm-3.1/lib/i686-pc-cygwin:/home/danielv/ref/gcm-3.1:/misc/alt/ref/gcm-3.1/lib/i686-pc-cygwin:/misc/alt/ref/gcm-3.1:'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `URANIA'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVSROOT = `/misc/alt/CVS'
CVSUMASK = `007'
EDITOR = `gnuclient'
ENSCRIPT = `--landscape --columns=2'
ESHELL = `bash'
GCMAPE = `ILP32'
GCMCONFIG = `i686-pc-cygwin'
GCMCONFIG_CPU = `I686'
GCMCONFIG_CPU_VERSION = `I686'
GCMCONFIG_FAMILY = `WINDOWS'
GCMCONFIG_OS = `CYGWIN'
GCMCONFIG_OS_VERSION = `CYGWIN'
GCMCONFIG_OS_VERSION_SUB = `CYGWIN'
GCMCONFIG_VENDOR = `PC'
GCMDEFINE = `BIBINPUTS BSTINPUTS CDPATH CVSEDITOR CVSROOT CVSUMASK EDITOR ENSCRIPT ESHELL GCMAPE GCMCONFIG GCMCONFIG_CPU GCMCONFIG_CPU_VERSION GCMCONFIG_FAMILY GCMCONFIG_OS GCMCONFIG_OS_VERSION GCMCONFIG_OS_VERSION_SUB GCMCONFIG_VENDOR GCMDEFINE GCMLEAF GCMLEAFPATH GCMMAKE_ENV GCMMAKE_FLAGS GCMMAKE_TARGETS GCMPATH GCMPATHINC GCMPATHINFO GCMPATHLIB GCMPATHLISP GCMROOT GCMVERSION GROFF_TMAC_PATH GZIP HOSTNAME INFOPATH LANG LD_LIBRARY_PATH LESS LESSBINFMT LESSCHARSET LESSCLOSE LESSEDIT LESSOPEN LPDEST MANPAGER MANPATH PAGER PATH PERL5LIB PERL5OPT PERLLIB PRCS_REPOSITORY PRINTER TEXEDIT TEXINPUTS TEXMFMAIN X11_INCLUDE_PATH X11_LIBRARY_PATH XM_INCLUDE_PATH XM_LIBRARY_PATH XUSERFILESEARCHPATH c gcm31 gencol44 gencol45 l mc mr pbsaop10 pbsaop10gcm31 perl_home perl_inc perl_lib support util45 util50'
GCMENV_FLAGS = `n'
GCMLEAF = `/home/danielv/ref/gcm-3.1'
GCMLEAFPATH = `/home/danielv/local:/home/danielv/ref:/home/danielv/ref:/misc/alt/ref:/misc/alt/ref'
GCMMAKE_ENV = `CC=gcc CXX=g++ F77=g77 OPT=o WARN=3'
GCMMAKE_FLAGS = `--warnings --exit-status --line-numbers --continue-on-error'
GCMMAKE_TARGETS = `CODE'
GCMPATH = `/home/danielv/ref/gcm-3.1:/misc/alt/ref/gcm-3.1'
GCMPATHINC = `/home/danielv/include/i686-pc-cygwin:/home/danielv/include:/home/danielv/ref/gcm-3.1/include/i686-pc-cygwin:/home/danielv/ref/gcm-3.1:/misc/alt/ref/gcm-3.1/include/i686-pc-cygwin:/misc/alt/ref/gcm-3.1'
GCMPATHINFO = `/home/danielv/info/i686-pc-cygwin:/home/danielv/info:/home/danielv/ref/gcm-3.1/info/i686-pc-cygwin:/misc/alt/ref/gcm-3.1/info/i686-pc-cygwin:/misc/alt/info:/home/danielv/info:/home/danielv/standards'
GCMPATHLIB = `/home/danielv/lib/i686-pc-cygwin:/home/danielv/lib:/home/danielv/ref/gcm-3.1/lib/i686-pc-cygwin:/misc/alt/ref/gcm-3.1/lib/i686-pc-cygwin'
GCMPATHLISP = `/home/danielv/lisp/i686-pc-cygwin:/home/danielv/lisp:/home/danielv/ref/gcm-3.1/lisp/i686-pc-cygwin:/home/danielv/ref/gcm-3.1:/misc/alt/ref/gcm-3.1/lisp/i686-pc-cygwin:/misc/alt/ref/gcm-3.1'
GCMRCLOADED = `gcm gcc tetex x11 xm x altdev pbs_end prg_env NetGenDev gencol cplex_version svm'
GCMROOT = `/home/danielv/ref/gcm-3.1/gcm'
GCMVERSION = `gcm-3.1.37'
GROFF_TMAC_PATH = `/home/danielv/lib/i686-pc-cygwin:/home/danielv/lib:/home/danielv/ref/gcm-3.1/lib/i686-pc-cygwin:/misc/alt/ref/gcm-3.1/lib/i686-pc-cygwin'
GZIP = `--best --name'
HOMEPATH = `\\scicily\danielv'
HOSTNAME = `urania'
INFOPATH = `/home/danielv/info/i686-pc-cygwin:/home/danielv/info:/home/danielv/ref/gcm-3.1/info/i686-pc-cygwin:/misc/alt/ref/gcm-3.1/info/i686-pc-cygwin:/misc/alt/info:/home/danielv/info:/home/danielv/standards'
LANG = `C'
LESSCHARSET = `latin1'
LESSOPEN = `|lesspipe %s'
LOGNAME = `danielv'
LOGONSERVER = `\\HERMES'
LPDEST = `custsupport'
MANPAGER = `less'
MANPATH = `/home/danielv/man/i686-pc-cygwin:/home/danielv/man:/home/danielv/ref/gcm-3.1/man/i686-pc-cygwin:/misc/alt/ref/gcm-3.1/man/i686-pc-cygwin:/usr/man:/usr/X11R6/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `//scicily/danielv'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PAGER = `less'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PERLLIB = `/home/danielv/lib/i686-pc-cygwin:/home/danielv/lib:/home/danielv/ref/gcm-3.1/lib/i686-pc-cygwin:/home/danielv/ref/gcm-3.1:/misc/alt/ref/gcm-3.1/lib/i686-pc-cygwin:/misc/alt/ref/gcm-3.1'
PRCS_REPOSITORY = `/misc/alt/PRCS'
PRINTER = `custsupport'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 10, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `080a'
PROGRAMFILES = `C:\Program Files'
PS1 = `\[[1m\]\h\[[0m\]$PPWD $? $ '
SHELL = `/bin/bash'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\WINNT\TEMP'
TERM = `dtterm'
TEXEDIT = `gnuclient +%d %s'
TEXINPUTS = `/home/danielv/lib/i686-pc-cygwin:/home/danielv/lib:/home/danielv/ref/gcm-3.1/lib/i686-pc-cygwin:/home/danielv/ref/gcm-3.1:/misc/alt/ref/gcm-3.1/lib/i686-pc-cygwin:/misc/alt/ref/gcm-3.1:'
TEXMF = `{/usr/share/lilypond/1.6.8,/usr/share/texmf}'
TEXMFMAIN = `/misc/i686-pc-cygwin/tetex-2.0/share/texmf'
TMP = `c:\WINNT\TEMP'
TZ = `EST5EDT4,M4.1.0/2,M10.5.0/2'
USERDOMAIN = `MONTREAL'
USERNAME = `danielv'
WINDIR = `C:\WINNT'
X11_INCLUDE_PATH = `/usr/X11R6/include'
X11_LIBRARY_PATH = `/usr/X11R6/lib'
XUSERFILESEARCHPATH = `/home/danielv/appdefaults/i686-pc-cygwin/%N%C:/home/danielv/appdefaults/i686-pc-cygwin/%N:/home/danielv/ref/gcm-3.1/appdefaults/i686-pc-cygwin/%N%C:/home/danielv/ref/gcm-3.1/appdefaults/i686-pc-cygwin/%N:/misc/alt/ref/gcm-3.1/appdefaults/i686-pc-cygwin/%N%C:/misc/alt/ref/gcm-3.1/appdefaults/i686-pc-cygwin/%N'
_ = `/bin/cygcheck'
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
(default) = 0x00000400
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
(default) = `/cygdrive'
cygdrive flags = 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/home/toscant
(default) = `t:'
flags = 0x00000002
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-1.3.21-1'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/altcm
(default) = `\\scicily\altcm'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/aouaknin
(default) = `\scicilyaouaknin'
flags = 0x0000010a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/bernard
(default) = `\\scicily\bernard'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/danielv
(default) = `\\scicily\danielv'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/djurkovi
(default) = `\\scicily\djurkovi'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/fabricel
(default) = `\\scicily\fabricel'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/flexjet
(default) = `\\bari\flexjet'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/isabelle
(default) = `\\scicily\isabelle'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/jcrepeau
(default) = `\\scicily\jcrepeau'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/ksmohand
(default) = `\\scicily\ksmohand'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/pbsdata
(default) = `\\scicily\pbsdata'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/pbsmr
(default) = `\\scicily\pbsmr'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/pbssoft
(default) = `\\scicily\pbssoft'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/sergel
(default) = `\\scicily\sergel'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/yvess
(default) = `\\scicily\yvess'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/misc/alt
(default) = `\\scicily\alt'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/misc/altdev
(default) = `\\scicily\alt'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/misc/cplex-6.6
(default) = `\\everest\cplex-6.6'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/misc/cplex-8.0
(default) = `\\everest\cplex-8.0'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
(default) = `C:\cygwin-1.3.21-1/bin'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
(default) = `C:\cygwin-1.3.21-1/lib'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
(default) = `C:\cygwin-1.3.21-1\usr\X11R6\lib\X11\fonts'
flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
(default) = `binmode tty ntsec'
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Cygnus Solutions\Cygwin\mounts v2
(default) = `/cygdrive'
cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Cygnus Solutions\Cygwin\Program Options
a: fd N/A N/A
c: hd NTFS 34683Mb 26% CP CS UN PA FC
d: cd N/A N/A
t: /home/toscant user binmode
. /cygdrive user binmode,cygdrive
C:\cygwin-1.3.21-1 / system binmode
\\scicily\altcm /home/altcm system binmode
\scicilyaouaknin /home/aouaknin system binmode
\\scicily\bernard /home/bernard system binmode
\\scicily\danielv /home/danielv system binmode
\\scicily\djurkovi /home/djurkovi system binmode
\\scicily\fabricel /home/fabricel system binmode
\\bari\flexjet /home/flexjet system binmode
\\scicily\isabelle /home/isabelle system binmode
\\scicily\jcrepeau /home/jcrepeau system binmode
\\scicily\ksmohand /home/ksmohand system binmode
\\scicily\pbsdata /home/pbsdata system binmode
\\scicily\pbsmr /home/pbsmr system binmode
\\scicily\pbssoft /home/pbssoft system binmode
\\scicily\sergel /home/sergel system binmode
\\scicily\yvess /home/yvess system binmode
\\scicily\alt /misc/alt system binmode
\\scicily\alt /misc/altdev system binmode
\\everest\cplex-6.6 /misc/cplex-6.6 system binmode
\\everest\cplex-8.0 /misc/cplex-8.0 system binmode
C:\cygwin-1.3.21-1/bin /usr/bin system binmode
C:\cygwin-1.3.21-1/lib /usr/lib system binmode
C:\cygwin-1.3.21-1\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts system binmode
. /cygdrive system binmode,cygdrive
Found: C:\cygwin-1.3.21-1\bin\awk.exe
Found: C:\cygwin-1.3.21-1\usr\local\bin\bash.exe
Found: C:\cygwin-1.3.21-1\bin\bash.exe
Warning: C:\cygwin-1.3.21-1\usr\local\bin\bash.exe hides C:\cygwin-1.3.21-1\bin\bash.exe
Found: C:\cygwin-1.3.21-1\bin\cat.exe
Found: C:\cygwin-1.3.21-1\bin\cp.exe
Found: C:\cygwin-1.3.21-1\bin\cpp.exe
Found: C:\cygwin-1.3.21-1\bin\find.exe
Found: C:\cygwin-1.3.21-1\bin\gcc.exe
Found: C:\cygwin-1.3.21-1\bin\gdb.exe
Found: C:\cygwin-1.3.21-1\bin\grep.exe
Found: C:\cygwin-1.3.21-1\bin\ld.exe
Found: C:\cygwin-1.3.21-1\bin\ls.exe
Found: C:\cygwin-1.3.21-1\bin\make.exe
Found: C:\cygwin-1.3.21-1\bin\mv.exe
Found: C:\cygwin-1.3.21-1\bin\rm.exe
Found: C:\cygwin-1.3.21-1\bin\sed.exe
Found: C:\cygwin-1.3.21-1\bin\sh.exe
Found: C:\cygwin-1.3.21-1\bin\tar.exe
58k 2002/05/07 C:\cygwin-1.3.21-1\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
"cygbz2-1.dll" v0.0 ts=2002/5/7 2:33
54k 2002/01/27 C:\cygwin-1.3.21-1\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
"cygbz21.0.dll" v0.0 ts=2002/1/26 20:07
6k 2002/06/24 C:\cygwin-1.3.21-1\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
"cygcharset-1.dll" v0.0 ts=2002/6/24 14:23
847k 2003/02/19 C:\cygwin-1.3.21-1\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
"cygcrypto-0.9.7.dll" v0.0 ts=2003/2/19 12:39
806k 2003/02/19 C:\cygwin-1.3.21-1\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
"cygcrypto.dll" v0.0 ts=2003/2/19 13:09
493k 2002/11/19 C:\cygwin-1.3.21-1\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
"cygcurl-2.dll" v0.0 ts=2002/11/19 9:38
380k 2002/07/24 C:\cygwin-1.3.21-1\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
"cygdb-3.1.dll" v0.0 ts=2002/7/24 12:24
326k 2002/06/26 C:\cygwin-1.3.21-1\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0
"cygdb2.dll" v0.0 ts=2002/6/26 13:48
487k 2002/07/24 C:\cygwin-1.3.21-1\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 12:25
136k 2002/10/17 C:\cygwin-1.3.21-1\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
"cygexpat-0.dll" v0.0 ts=2002/10/17 11:21
50k 2002/03/17 C:\cygwin-1.3.21-1\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
"cygexslt-0.dll" v0.0 ts=2002/3/17 1:24
45k 2001/04/25 C:\cygwin-1.3.21-1\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
"cygform5.dll" v0.0 ts=2001/4/25 1:28
35k 2002/01/09 C:\cygwin-1.3.21-1\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
"cygform6.dll" v0.0 ts=2002/1/9 1:03
76k 2003/03/09 C:\cygwin-1.3.21-1\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
"cygform7.dll" v0.0 ts=2003/3/9 15:51
19k 2002/02/20 C:\cygwin-1.3.21-1\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
"cyggdbm.dll" v0.0 ts=2002/2/19 22:05
490k 2002/09/21 C:\cygwin-1.3.21-1\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
"cygguile-12.dll" v0.0 ts=2002/9/21 6:01
488k 2002/07/18 C:\cygwin-1.3.21-1\bin\cygguile-14.dll - os=4.0 img=1.0 sys=4.0
"cygguile-14.dll" v0.0 ts=2002/7/18 6:35
63k 2002/07/18 C:\cygwin-1.3.21-1\bin\cygguile-srfi-srfi-13-14-1.dll - os=4.0 img=1.0 sys=4.0
"cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 6:35
63k 2002/09/21 C:\cygwin-1.3.21-1\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=2002/9/21 6:01
24k 2002/07/18 C:\cygwin-1.3.21-1\bin\cygguile-srfi-srfi-4-1.dll - os=4.0 img=1.0 sys=4.0
"cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 6:35
24k 2002/09/21 C:\cygwin-1.3.21-1\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=2002/9/21 6:01
14k 2002/07/18 C:\cygwin-1.3.21-1\bin\cygguilereadline-14.dll - os=4.0 img=1.0 sys=4.0
"cygguilereadline-14.dll" v0.0 ts=2002/7/18 6:35
14k 2002/09/21 C:\cygwin-1.3.21-1\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0
"cygguilereadline-v-12-12.dll" v0.0 ts=2002/9/21 6:01
17k 2001/06/28 C:\cygwin-1.3.21-1\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
"cyghistory4.dll" v0.0 ts=2001/1/6 23:34
20k 2002/10/10 C:\cygwin-1.3.21-1\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
"cyghistory5.dll" v0.0 ts=2002/10/10 13:28
306k 2002/04/27 C:\cygwin-1.3.21-1\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0
"cyghttpd.dll" v0.0 ts=2002/4/27 9:23
929k 2002/06/24 C:\cygwin-1.3.21-1\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
"cygiconv-2.dll" v0.0 ts=2002/6/24 14:24
22k 2001/12/13 C:\cygwin-1.3.21-1\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
"cygintl-1.dll" v0.0 ts=2001/12/13 4:28
28k 2002/09/20 C:\cygwin-1.3.21-1\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
"cygintl-2.dll" v0.0 ts=2002/9/19 23:13
21k 2001/06/20 C:\cygwin-1.3.21-1\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
"cygintl.dll" v0.0 ts=2001/6/20 13:09
12k 2003/02/17 C:\cygwin-1.3.21-1\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0
"cygioperm-0.dll" v0.0 ts=2003/2/17 14:58
47k 2003/03/09 C:\cygwin-1.3.21-1\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
"cygjbig1.dll" v0.0 ts=2003/3/9 16:30
119k 2002/02/09 C:\cygwin-1.3.21-1\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
"cygjpeg6b.dll" v0.0 ts=2002/2/9 0:19
61k 2003/03/05 C:\cygwin-1.3.21-1\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
"cygkpathsea-3.dll" v0.0 ts=2003/3/5 15:09
32k 2003/02/17 C:\cygwin-1.3.21-1\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
"cygltdl-3.dll" v0.0 ts=2003/2/16 23:18
26k 2001/04/25 C:\cygwin-1.3.21-1\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
"cygmenu5.dll" v0.0 ts=2001/4/25 1:27
20k 2002/01/09 C:\cygwin-1.3.21-1\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
"cygmenu6.dll" v0.0 ts=2002/1/9 1:03
48k 2003/03/09 C:\cygwin-1.3.21-1\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
"cygmenu7.dll" v0.0 ts=2003/3/9 15:51
156k 2001/04/25 C:\cygwin-1.3.21-1\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
"cygncurses++5.dll" v0.0 ts=2001/4/25 1:29
175k 2002/01/09 C:\cygwin-1.3.21-1\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
"cygncurses++6.dll" v0.0 ts=2002/1/9 1:03
226k 2001/04/25 C:\cygwin-1.3.21-1\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
"cygncurses5.dll" v0.0 ts=2001/4/25 1:17
202k 2002/01/09 C:\cygwin-1.3.21-1\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
"cygncurses6.dll" v0.0 ts=2002/1/9 1:03
284k 2003/03/09 C:\cygwin-1.3.21-1\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
"cygncurses7.dll" v0.0 ts=2003/3/9 15:50
15k 2001/04/25 C:\cygwin-1.3.21-1\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
"cygpanel5.dll" v0.0 ts=2001/4/25 1:27
12k 2002/01/09 C:\cygwin-1.3.21-1\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
"cygpanel6.dll" v0.0 ts=2002/1/9 1:03
31k 2003/03/09 C:\cygwin-1.3.21-1\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
"cygpanel7.dll" v0.0 ts=2003/3/9 15:50
40k 2001/11/21 C:\cygwin-1.3.21-1\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
"cygpcre.dll" v0.0 ts=2001/11/21 17:15
39k 2001/11/21 C:\cygwin-1.3.21-1\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
"cygpcreposix.dll" v0.0 ts=2001/11/21 17:15
168k 2003/02/23 C:\cygwin-1.3.21-1\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
"cygpng10.dll" v0.0 ts=2003/2/23 18:02
173k 2003/02/23 C:\cygwin-1.3.21-1\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
"cygpng12.dll" v0.0 ts=2003/2/23 17:02
170k 2002/01/21 C:\cygwin-1.3.21-1\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
"cygpng2.dll" v0.0 ts=2002/1/20 20:05
22k 2002/06/09 C:\cygwin-1.3.21-1\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
"cygpopt-0.dll" v0.0 ts=2002/6/9 1:45
108k 2001/06/28 C:\cygwin-1.3.21-1\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
"cygreadline4.dll" v0.0 ts=2001/1/6 23:34
127k 2002/10/10 C:\cygwin-1.3.21-1\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
"cygreadline5.dll" v0.0 ts=2002/10/10 13:28
177k 2003/02/19 C:\cygwin-1.3.21-1\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
"cygssl-0.9.7.dll" v0.0 ts=2003/2/19 12:39
227k 2003/02/19 C:\cygwin-1.3.21-1\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
"cygssl.dll" v0.0 ts=2003/2/19 13:09
281k 2003/02/24 C:\cygwin-1.3.21-1\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
"cygtiff3.dll" v0.0 ts=2003/2/23 23:58
25k 2002/07/14 C:\cygwin-1.3.21-1\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
"cygungif-4.dll" v0.0 ts=2002/7/14 10:58
2689k 2002/11/16 C:\cygwin-1.3.21-1\bin\cygxerces-c21.dll - os=4.0 img=1.0 sys=4.0
"cygxerces-c21.dll" v0.0 ts=2002/11/15 23:07
2984k 2003/02/07 C:\cygwin-1.3.21-1\bin\cygxerces-c22.dll - os=4.0 img=1.0 sys=4.0
"cygxerces-c22.dll" v0.0 ts=2003/2/7 13:50
633k 2002/07/22 C:\cygwin-1.3.21-1\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
"cygxml2-2.dll" v0.0 ts=2002/7/22 2:29
41k 2002/01/20 C:\cygwin-1.3.21-1\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
"cygXpm-noX4.dll" v0.0 ts=2002/1/20 13:49
46k 2002/01/20 C:\cygwin-1.3.21-1\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
"cygXpm-X4.dll" v0.0 ts=2002/1/20 13:50
152k 2002/03/17 C:\cygwin-1.3.21-1\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
"cygxslt-1.dll" v0.0 ts=2002/3/17 1:19
15k 2002/03/17 C:\cygwin-1.3.21-1\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0
"cygxsltbreakpoint-1.dll" v0.0 ts=2002/3/17 1:24
50k 2002/03/12 C:\cygwin-1.3.21-1\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
"cygz.dll" v0.0 ts=2002/3/11 23:38
889k 2003/02/08 C:\cygwin-1.3.21-1\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
"cygwin1.dll" v0.0 ts=2003/2/8 12:10
Cygwin DLL version info:
DLL version: 1.3.20
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 73
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 Feb 8 12:10:49 EST 2003
Shared id: cygwin1S3
41k 2002/05/14 C:\cygwin-1.3.21-1\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0
"cygPropList-0.dll" v0.0 ts=2002/5/13 23:13
889k 2003/02/08 C:\cygwin-1.3.21-1\usr\sbin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
"cygwin1.dll" v0.0 ts=2003/2/8 12:10
Cygwin DLL version info:
DLL version: 1.3.20
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 73
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 Feb 8 12:10:49 EST 2003
Shared id: cygwin1S3
Cygwin Package Information
Last downloaded files to:
Last downloaded files from:
Package Version
_update-info-dir 00150-1
agetty 2.1-1
apache 1.3.24-5
ash 20020731-1
astyle 1.15.3-3
autoconf 2.54-1
autoconf-devel 2.57-1
autoconf-stable 2.13-4
automake 1.7.1-1
automake-devel 1.7.3-1
automake-stable 1.4p5-5
base-files 1.1-1
base-passwd 1.0-1
bash 2.05b-8
bc 1.06-1
binutils 20030307-1
bison 20030307-1
byacc 1.9-1
bzip2 1.0.2-2
ccache 1.9-1
cgoban 1.9.12-1
chkconfig 1.2.24h-1
clear 1.0-1
cmake 1.6.5-1
compface 1.4-5
cpio 2.5-1
cron 3.0.1-7
crypt 1.0-1
ctags 5.2-1
curl 7.10.2-1
curl-devel 7.10.2-1
cvs 1.11.0-1
cygrunsrv 0.95-1
cygutils 1.1.3-1
cygwin 1.3.20-1
cygwin-doc 1.3-2
db2 2.7.7-4
db3.1 3.1.17-2
dejagnu 20021217-2
diff 1.0-1
diffutils 2.8.1-1
doxygen 1.2.18-1
dpkg 1.10.4-2
ed 0.2-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
exim 4.12-3
expat 1.95.5-1
expect 20030128-1
fetchmail 6.2.2-1
figlet 2.2-1
file 3.39-1
fileutils 4.1-1
findutils 4.1.7-4
flex 2.5.4-2
fortune 1.8-2
fvwm 2.4.7-2
gawk 3.1.1-5
gcc 3.2-3
gcc-mingw 20020817-5
gcc2 2.95.3-10
gdb 20030303-1
gdbm 1.8.0-4
gettext 0.11.5-1
gettext-devel 0.11.5-1
ghostscript 7.05-2
ghostscript-base 7.05-2
ghostscript-x11 7.05-2
gnugo 3.2-1
gnupg 1.2.1-1
gperf 2.7.2-1
grep 2.5-1
groff 1.18.1-2
gsl 1.3-1
guile 1.6.0-1
guile-devel 1.6.0-1
guile-doc 1.6.0-1
gzip 1.3.3-4
indent 2.2.8-1
inetutils 1.3.2-20
initscripts 0.9-1
ioperm 0.4-1
irc 20010101-1
jbigkit 1.4-1
jpeg 6b-7
keychain 1.9-1
less 378-1
lesstif 0.93.40-1
libbz2_0 1.0.2-1
libbz2_1 1.0.2-2
libcharset1 1.8-2
libdb2 2.7.7-4
libdb2-devel 2.7.7-4
libdb3.1 3.1.17-2
libdb3.1-devel 3.1.17-2
libguile12 1.6.0-1
libguile14 1.5.6-5
libiconv 1.8-2
libiconv2 1.8-2
libintl 0.10.38-3
libintl1 0.10.40-1
libintl2 0.11.5-1
libkpathsea3 2.0.2-1
libltdl3 20030216-1
libncurses5 5.2-1
libncurses6 5.2-8
libncurses7 5.3-1
libpng 1.2.5-1
libpng10 1.0.15-1
libpng10-devel 1.0.15-1
libpng12 1.2.5-1
libpng12-devel 1.2.5-1
libpng2 1.0.12-1
libpopt0 1.6.4-4
libPropList 0.10.1-3
libreadline4 4.1-2
libreadline5 4.3-2
libtool 20020705-1
libtool-devel 20030216-1
libtool-stable 1.4.3-1
libungif 4.1.0-2
libxerces-c21 2.1.0-1
libxerces-c22 2.2.0-1
libxml2 2.4.23-1
libxslt 1.0.13-1
lilypond 1.6.8-2
lilypond-doc 1.6.8-2
links 0.96-1
login 1.7-1
lynx 2.8.4-5
m4 1.4-1
make 3.79.1-7
man 1.5j-2
mc 4.6.0-1
mingw-runtime 2.4-1
mktemp 1.4-1
mod_auth_mysql 1.11-1
mod_auth_ntsec 1.7-1
mod_dav 1.0.3-1.3.6-1
mod_php4 4.2.0-1
mod_ssl 2.8.8-1.3.24-1
more 2.11o-1
mt 2.0.1-1
mutt 1.4-1
nano 1.1.10-1
nasm 0.98.35-1
ncftp 3.1.4-1
ncurses 5.2-8
newlib-man 20020801
openbox 0.99.1-3
opengl 1.1.0-6
openssh 3.5p1-3
openssl 0.9.7a-1
openssl-devel 0.9.7a-1
openssl096 0.9.6i-1
patch 2.5.8-3
pcre 3.7-1
pdksh 5.2.14-2
perl 5.6.1-2
pine 4.53-1
pinfo 0.6.6p1-1
pkgconfig 0.15.0-1
popt 1.6.4-4
postgresql 7.3.2-1
procmail 3.22-7
procps 010801-2
python 2.2.2-7
rcs 5.7-3
readline 4.3-2
rebase 2.2-2
robots 2.0-1
rsync 2.5.5-2
rxvt 2.7.9-4
sed 4.0.5-1
sh-utils 2.0.15-3
sharutils 4.2.1-2
shutdown 1.2-2
squid 2.4.STABLE7-1
ssmtp 2.38.7-3
sunrpc 4.0-1
swig 1.3.16-1
sysvinit 2.84-3
tar 1.13.25-1
tcltk 20030214-1
tcp_wrappers 7.6-1
tcsh 6.12.00-5
termcap 20020930-1
terminfo 5.3-1
tetex 2.0.2-1
tetex-base 2.0.2-1
tetex-bin 2.0.2-1
tetex-devel 2.0.2-1
tetex-doc 2.0.2-1
tetex-extra 2.0.2-1
tetex-tiny 2.0.2-1
tetex-x11 2.0.2-1
texinfo 4.2-4
texmf 20020911-1
texmf-base 20020911-1
texmf-doc 20020911-1
texmf-extra 20020911-1
texmf-tiny 20020911-1
textutils 2.0.21-1
tidy 030201-1
tiff 3.6.0-1
time 1.7-1
tin 1.4.6-1
ttcp 19980512-1
ucl 1.01-1
units 1.77-1
unzip 5.50-2
upx 1.24-1
vim 6.1.300-1
w32api 2.2-1
wget 1.8.2-2
which 1.5-1
whois 4.6.2-1
WindowMaker 0.80.0-2
x2x 1.27-2
Xaw3d 1.5-1
xerces-c 2.2.0-1
xerces-c-devel 2.2.0-1
xerces-c-doc 2.2.0-1
XFree86-base 4.2.0-1
XFree86-bin 4.2.0-3
XFree86-doc 4.2.0-1
XFree86-etc 4.2.0-1
XFree86-f100 4.2.0-2
XFree86-fcyr 4.2.0-2
XFree86-fenc 4.2.0-2
XFree86-fnts 4.2.0-2
XFree86-fscl 4.2.0-2
XFree86-fsrv 4.2.0-1
XFree86-html 4.2.0-1
XFree86-jdoc 4.2.0-1
XFree86-lib 4.2.0-3
XFree86-man 4.2.0-1
XFree86-nest 4.2.0-1
XFree86-prog 4.2.0-1
XFree86-prt 4.2.0-1
XFree86-ps 4.2.0-1
XFree86-startup-scripts 4.2.0-3
XFree86-vfb 4.2.0-1
XFree86-xserv 4.2.0-26
XFree86-xwinclip 4.2.0-8
xinetd 2.3.9-1
xpm-nox 4.2.0-1
zip 2.3-2
zlib 1.1.4-1
zsh 4.0.6-5
Use -h to see help about each section
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -