public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: bug in "ar" when creating libraries on cross linked filesystems
@ 2003-09-08 14:13 daniel.hempel
  0 siblings, 0 replies; 9+ messages in thread
From: daniel.hempel @ 2003-09-08 14:13 UTC (permalink / raw)
  To: cygwin

Robert Collins wrote:
> Why not just stop using SFU, and use cygwin alone? Cygwin's ranlib
> doesn't have this problem, AFAIK.


And how should I mount my NFS-home-directory on a windows PC without
"Services for Unix"?

Is it possible to "mount" an NFS directory with Cygwin? How can I
access this directory from a non-cygwin application?


Daniel







--
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: bug in "ar" when creating libraries on cross linked filesystems
@ 2003-09-15  2:38 Robert Collins
  0 siblings, 0 replies; 9+ messages in thread
From: Robert Collins @ 2003-09-15  2:38 UTC (permalink / raw)
  To: daniel.hempel; +Cc: cygwin

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

On Mon, 2003-09-08 at 23:18, daniel.hempel@philips.com wrote:
> Hello,
> r "Services for Unix from Microsoft" is buggy. Maybe it is more successful to make the rename
> command in "libc" more robust than waiting for ...

Why not just stop using SFU, and use cygwin alone? Cygwin's ranlib
doesn't have this problem, AFAIK.

Rob

-- 
GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: bug in "ar" when creating libraries on cross linked filesystems
  2003-09-08 13:17 daniel.hempel
@ 2003-09-08 13:27 ` Robert Collins
  0 siblings, 0 replies; 9+ messages in thread
From: Robert Collins @ 2003-09-08 13:27 UTC (permalink / raw)
  To: daniel.hempel; +Cc: cygwin

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

On Mon, 2003-09-08 at 23:18, daniel.hempel@philips.com wrote:
> Hello,
> r "Services for Unix from Microsoft" is buggy. Maybe it is more successful to make the rename
> command in "libc" more robust than waiting for ...

Why not just stop using SFU, and use cygwin alone? Cygwin's ranlib
doesn't have this problem, AFAIK.

Rob

-- 
GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: bug in "ar" when creating libraries on cross linked filesystems
@ 2003-09-08 13:17 daniel.hempel
  2003-09-08 13:27 ` Robert Collins
  0 siblings, 1 reply; 9+ messages in thread
From: daniel.hempel @ 2003-09-08 13:17 UTC (permalink / raw)
  To: cygwin


Hello,

the output of "which ar" under cygwin is:
  ar is /usr/bin/ar
  ar is /bin/ar
... both are cygwin directories.

The idea with "TMPDIR=. ar cq libdh.a a.o b.o" of Igor points in the right direction but it did not work ...
maybe "rename" is not looking for the environment variable "TMPDIR".
I still get the error message "ar: libdh.a: rename: Cross-device link" and the resulting library
is empty. But as a workaround I changed the makefiles to create the library in "/tmp" and then I
moved the result to ".":
  ar cq /tmp/libdh.a a.o b.o
  mv /tmp/libdh.a libdh.
... this is ugly but it works.

Now I found out that also the program "ranlib.exe" has this renaming problem. I think that the "rename" command
of libc is broken or "Services for Unix from Microsoft" is buggy. Maybe it is more successful to make the rename
command in "libc" more robust than waiting for a bugfix from Microsoft ...

Thanks for your ideas and help
Daniel




                                                                                                                                                          
                                                                                                                                                          
                                                          To:   cygwin@cygwin.com                                                                         
                                                          cc:   (bcc: Daniel Hempel/HBR/RESEARCH/PHILIPS)                                                 
                                                          Subject:    Re: bug in "ar" when creating libraries on cross linked filesystems                 
                                                                                                                                                          
               Ronald Landheer-Cieslak                    Classification:                                                                                 
               <blytkerchan@users.sourceforge.                                                                                                            
               net>                                                                                                                                       
                                                                                                                                                          
               Sent by:                                                                                                                                   
               cygwin-owner@cygwin.com                                                                                                                    
                                                                                                                                                          
               05.09.2003 16:41                                                                                                                           
               Please respond to cygwin                                                                                                                   
                                                                                                                                                          
                                                                                                                                                          




I can't reproduce the problem and don't see anything out of the ordinary in
your cygcheck output.
Could you do a
$ which ar
and see if you're really working with Cygwin's ar?

(I've just read Igor's reply - interesting hunch, but I'd have expected to
be able to reproduce the problem..)

rlc






--
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: bug in "ar" when creating libraries on cross linked filesystems
  2003-09-05 11:47 daniel.hempel
@ 2003-09-05 14:15 ` Ronald Landheer-Cieslak
  0 siblings, 0 replies; 9+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-09-05 14:15 UTC (permalink / raw)
  To: cygwin

I can't reproduce the problem and don't see anything out of the ordinary in
your cygcheck output.
Could you do a
$ which ar
and see if you're really working with Cygwin's ar?

(I've just read Igor's reply - interesting hunch, but I'd have expected to
be able to reproduce the problem..)

rlc

On Fri, Sep 05, 2003 at 01:48:34PM +0200, daniel.hempel@philips.com wrote:
> Sorry ... I forgot to attach the informations about my system.
> 
> I have the problem, that the command "ar" does work on "mounted" partitions.
>   ar cq libdh.a a.o b.o
> does not work, if the current directory is on a linked filesystem.
> The error message of "ar" is:
>    ar: libdh.a: rename: Cross-device link
>    make: *** [libdh.a] Error 1
> 
> The program works, when using local files, e.g. /usr/src or /cygdrive/c.
> In the case described above the current directory "." referes
> to /cygdrive/h which is mounted with the "Services for Unix" tools from
> Microsoft (Version 3.0).
> The operating system is Windows XP Professional. I installed cygwin
> version 1.5.3(0.90/3/2):
> 
> # uname -a
> CYGWIN_NT-5.1 PCHEMPEL2 1.5.3(0.90/3/2) 2003-09-01 13:15 i686 unknown unknown Cygwin
> 
> 
> Thanks for your help
> Daniel
> 
> 
> (See attached file: cygcheck.out)
> 


> --
> 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/

-- 
Love thy neighbor, tune thy piano.

--
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: bug in "ar" when creating libraries on cross linked filesystems
  2003-09-04 17:01 daniel.hempel
  2003-09-05  8:47 ` Ronald Landheer-Cieslak
@ 2003-09-05 13:53 ` Igor Pechtchanski
  1 sibling, 0 replies; 9+ messages in thread
From: Igor Pechtchanski @ 2003-09-05 13:53 UTC (permalink / raw)
  To: daniel.hempel; +Cc: cygwin

On Thu, 4 Sep 2003 you wrote:

> Hello,
>
> the command
>     ar cq libdh.a a.o b.o
> does not work, if the current directory is on a linked filesystem.
> In my case "." referes to /cygdrive/h".
> The error message of "ar" is:
>   ar: libdh.a: rename: Cross-device link
>   make: *** [libdh.a] Error 1
>
> The program works, when using local files, e.g. /usr/src
>
> # uname -a
> CYGWIN_NT-5.1 PCHEMPEL2 1.5.3(0.90/3/2) 2003-09-01 13:15 i686 unknown unknown Cygwin
>
> Best regards
> Daniel

On a hunch, try running "TMPDIR=. ar cq libdh.a a.o b.o".  I'm guessing
that ar builds the archive in TMPDIR (/tmp?) and then tries moving it to
your directory.  However, it calls "rename()", which tries to hard link
the file and then unlink it later (a guess from looking at "strings
/bin/ar.exe" -- I haven't looked at the code).  If you do this across
devices, there's obviously a problem.  I'm surprised, though, that this
works on Linux, since /tmp and /home/* usually *are* on different
devices...  Perhaps some configury option?  Or is Linux "rename()" simply
more robust?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: bug in "ar" when creating libraries on cross linked filesystems
@ 2003-09-05 11:47 daniel.hempel
  2003-09-05 14:15 ` Ronald Landheer-Cieslak
  0 siblings, 1 reply; 9+ messages in thread
From: daniel.hempel @ 2003-09-05 11:47 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

Sorry ... I forgot to attach the informations about my system.

I have the problem, that the command "ar" does work on "mounted" partitions.
  ar cq libdh.a a.o b.o
does not work, if the current directory is on a linked filesystem.
The error message of "ar" is:
   ar: libdh.a: rename: Cross-device link
   make: *** [libdh.a] Error 1

The program works, when using local files, e.g. /usr/src or /cygdrive/c.
In the case described above the current directory "." referes
to /cygdrive/h which is mounted with the "Services for Unix" tools from
Microsoft (Version 3.0).
The operating system is Windows XP Professional. I installed cygwin
version 1.5.3(0.90/3/2):

# uname -a
CYGWIN_NT-5.1 PCHEMPEL2 1.5.3(0.90/3/2) 2003-09-01 13:15 i686 unknown unknown Cygwin


Thanks for your help
Daniel


(See attached file: cygcheck.out)


[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 35215 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Fri Sep 05 13:24:17 2003

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:	.
	h:\bin
	^
	.
	h:\CYGWIN_NT-5.1\bin
	h:\share\bin
	.
	h:\CYGWIN_NT-5.1\bin
	h:\share\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	i:\Notes\Data
	c:\SFU\common\

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 12184(hempel) GID: 10513(mkgroup-l-d)
10513(mkgroup-l-d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 12184(hempel) GID: 10513(mkgroup-l-d)
544(Administrators)  547(Power Users)     
545(Users)           10513(mkgroup-l-d)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `h:\'
LD_LIBRARY_PATH = `h:\CYGWIN_NT-5.1\lib'
MAKE_MODE = `unix'
PWD = `/cygdrive/h'
USER = `hempel'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\hempel\Application Data'
CLIENTNAME = `Console'
COLORFGBG = `0;default;15'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `PCHEMPEL2'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVSROOT = `/cygdrive/h//hempel/cvs'
CVS_RSH = `/bin/ssh'
DISPLAY = `PCHEMPEL2:0'
EDITOR = `vi'
GNU_SECURE = `/cygdrive/h//.emacs_allow'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\hempel'
HOSTNAME = `PCHEMPEL2'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
INTERIX_ROOT = `/dev/fs/C/SFU/'
INTERIX_ROOT_WIN = `C:\SFU\'
LOGONSERVER = `\\ACE'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man'
NUMBER_OF_PROCESSORS = `2'
OLDPWD = `/usr/bin'
OPENNT_ROOT = `/dev/fs/C/SFU/'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 6, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0806'
PROGRAMFILES = `C:\Program Files'
PS1 = `\[\033]0;\w\007\033[34m\]$\[\033[34m\033[0m\] '
SESSIONNAME = `Console'
SFUDIR = `C:\SFU\'
SFUDIR_INTERIX = `/dev/fs/C/SFU/'
SHLVL = `1'
SMS_LOCAL_DIR = `C:\WINDOWS'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\hempel\LOCALS~1\Temp'
TERM = `xterm'
TEXMF = `{/usr/share/lilypond/1.6.11,/usr/share/texmf}'
TMP = `c:\DOCUME~1\hempel\LOCALS~1\Temp'
UNAME = `CYGWIN_NT-5.1'
USERDOMAIN = `PFLHDOMAIN'
USERNAME = `hempel'
USERPROFILE = `C:\Documents and Settings\hempel'
WINDIR = `C:\WINDOWS'
WINDOWID = `168048368'
XAPPLRESDIR = `/usr/X11R5/lib/X11/app-defaults'
XCMSDB = `/usr/X11R5/lib/X11/Xcms.txt'
XKEYSYMDB = `/usr/X11R5/lib/X11/XKeysymDB'
XNLSPATH = `/usr/X11R5/lib/X11/nls'
_ = `/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\/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) = `C:\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   14998Mb  55% CP CS UN PA FC     
d:  hd  FAT32  24250Mb   1% CP    UN           DATA
e:  cd           N/A    N/A                    
f:  cd           N/A    N/A                    
h:  net NFS    687792Mb  41% CP                 
i:  net NTFS   134902Mb  95% CP CS UN PA FC     
p:  net NTFS   349374Mb  70% CP CS UN PA FC     quorum
q:  net NTFS   275889Mb  92% CP CS UN PA FC     Daten

C:\cygwin                          /                         system  binmode
C:\cygwin/bin                      /usr/bin                  system  binmode
C:\cygwin/lib                      /usr/lib                  system  binmode
C:\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:\SFU\common\cat.exe
Warning: C:\cygwin\bin\cat.exe hides c:\SFU\common\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: c:\SFU\common\cp.exe
Warning: C:\cygwin\bin\cp.exe hides c:\SFU\common\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\SFU\common\find.exe
Warning: C:\cygwin\bin\find.exe hides c:\SFU\common\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: c:\SFU\common\grep.exe
Warning: C:\cygwin\bin\grep.exe hides c:\SFU\common\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: c:\SFU\common\ls.exe
Warning: C:\cygwin\bin\ls.exe hides c:\SFU\common\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: c:\SFU\common\mv.exe
Warning: C:\cygwin\bin\mv.exe hides c:\SFU\common\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: c:\SFU\common\rm.exe
Warning: C:\cygwin\bin\rm.exe hides c:\SFU\common\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: c:\SFU\common\sed.exe
Warning: C:\cygwin\bin\sed.exe hides c:\SFU\common\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

   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 8: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/27 2: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 22:57
  849k 2003/08/11 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/8/11 10:58
  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 12: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 23: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/11 2: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 18:24
  326k 2002/06/26 C:\cygwin\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb2.dll" v0.0 ts=2002/6/26 19:48
  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 18:25
  135k 2003/04/13 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2003/4/13 23:24
   61k 2003/06/10 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2003/6/10 20:07
   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 7: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 7: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 11: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 9: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/11 4: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 4: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 10: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/11 4: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/11 0: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/11 0: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/11 0:10
  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 16: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 20: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 16: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 19: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 16: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 20: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 16: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 20: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 16: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 20: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 5: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/11 1:16
  306k 2002/04/27 C:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd.dll" v0.0 ts=2002/4/27 15:23
  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 22: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 10: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 23: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 19: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 20: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/11 1: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/11 2: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 6:19
   61k 2003/08/09 C:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2003/8/9 16:52
   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 22:23
   32k 2003/04/16 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2003/4/16 3:41
   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 7: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 7: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 11:25
  453k 2003/07/27 C:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygnaim_core-0.dll" v0.0 ts=2003/7/27 7:46
  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 7: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 7: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 7: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 7: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 11: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 7: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 7: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 11:24
   67k 2003/08/22 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/8/22 12:41
   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 10:31
   15k 2003/08/22 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/8/22 12:41
   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 10: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 12: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/11 0: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/11 0: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/21 2: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 7: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 5: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/11 1:16
  689k 2003/08/11 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2003/8/11 15:27
  176k 2003/08/11 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/8/11 10:58
  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 12:37
  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 5: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/11 4: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 16: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 5: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 19:50
 3088k 2003/06/11 C:\cygwin\bin\cygxerces-c23.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c23.dll" v0.0 ts=2003/6/12 1:40
  903k 2003/06/09 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2003/6/10 1:49
   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 9: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 9:22
  174k 2003/06/10 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2003/6/10 19:42
   13k 2003/06/10 C:\cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxsltbreakpoint-1.dll" v0.0 ts=2003/6/10 20:07
   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 8:28
  945k 2003/09/01 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/1 19:15
    Cygwin DLL version info:
        DLL version: 1.5.3
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 90
        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: Mon Sep 1 13:15:28 EDT 2003
        Shared id: cygwin1S3

  671k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2003/8/1 6:06
   53k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2003/8/1 6:06
  146k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2003/8/1 6:06
  174k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2003/8/1 6:06
  340k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/8/1 6:06
  524k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2003/8/1 6:05
  592k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2003/8/1 6:05
  109k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2003/8/1 6:05
   25k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2003/8/1 6:04
 1510k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2003/8/1 6:05
   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 5:13
   40k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2003/8/1 6:06
   54k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2003/8/1 6:05
 1067k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2003/8/1 6:04
   57k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2003/8/1 6:06
   77k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2003/8/1 6:05
   83k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/8/1 6:06
  105k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2003/8/1 6:06
   53k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2003/8/1 6:05
   29k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2003/8/1 6:05
   58k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2003/8/1 6:05
   81k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2003/8/1 6:05
   29k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2003/8/1 6:06
   49k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2003/8/1 6:06
  384k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2003/8/1 6:06
   38k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2003/8/1 6:05
   34k 2003/08/01 C:\cygwin\usr\X11R6\bin\cygXv-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXv-1.dll" v0.0 ts=2003/8/1 6:05

Cygwin Package Information
Last downloaded files to: C:\TMP
Last downloaded files from: http://ftp.uni-kl.de/pub/windows/cygwin

Package                 Version            
_update-info-dir        00210-1            
a2ps                    4.13-1             
agetty                  2.1-1              
apache                  1.3.24-5           
ash                     20020731-3         
astyle                  1.15.3-3           
autoconf                2.54-1             
autoconf-devel          2.57-2             
autoconf-stable         2.13-5             
automake                1.7.1-1            
automake-devel          1.7.6-2            
automake-stable         1.4p5-6            
base-files              2.5-1              
base-passwd             1.1-1              
bash                    2.05b-13           
bc                      1.06-1             
binutils                20030901-1         
bison                   20030307-1         
byacc                   1.9-1              
bzip2                   1.0.2-5            
c-client                2002d-2            
ccache                  2.2-1              
ccdoc                   0.8.39-1           
cgoban                  1.9.12-1           
chkconfig               1.2.24h-1          
clear                   1.0-1              
cmake                   1.6.7-1            
compface                1.4-5              
cpio                    2.5-3              
crypt                   1.0-2              
ctags                   5.5-4              
curl                    7.10.4-1           
curl-devel              7.10.4-1           
cvs                     1.11.5-1           
cygipc                  2.01-2             
cygrunsrv               0.96-2             
cygutils                1.2.1-2            
cygwin                  1.5.3-1            
cygwin-doc              1.3-5              
db2                     2.7.7-4            
db3.1                   3.1.17-2           
dejagnu                 20021217-2         
diff                    1.0-1              
diffutils               2.8.4-1            
docbook-xml42           4.2-1              
docbook-xsl             1.62.0-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            
expat                   1.95.6-1           
expect                  20030128-1         
figlet                  2.2-1              
file                    4.03-2             
fileutils               4.1-2              
findutils               4.1.7-4            
flex                    2.5.4-2            
fvwm                    2.4.7-2            
gawk                    3.1.3-3            
gcc                     3.2-3              
gcc-mingw               20020817-5         
gcc2                    2.95.3-10          
gdb                     20030901-1         
gdbm                    1.8.3-3            
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             
gnugo                   3.4-1              
gnupg                   1.2.2-1            
gperf                   2.7.2-1            
grace                   5.1.12-1           
grep                    2.5-1              
groff                   1.18.1-2           
gsl                     1.3-1              
guile                   1.6.4-2            
guile-devel             1.6.4-2            
guile-doc               1.6.4-2            
gzip                    1.3.3-4            
indent                  2.2.8-1            
inetutils               1.3.2-24           
initscripts             0.9-1              
ioperm                  0.4-1              
irc                     20010101-3         
jbigkit                 1.5-3              
jgraph                  8.3-1              
jpeg                    6b-11              
keychain                1.9-1              
less                    381-1              
lesstif                 0.93.41-1          
libbz2_0                1.0.2-1            
libbz2_1                1.0.2-5            
libcharset1             1.9.1-3            
libdb2                  2.7.7-4            
libdb2-devel            2.7.7-4            
libdb3.1                3.1.17-2           
libdb3.1-devel          3.1.17-2           
libgdbm                 1.8.0-5            
libgdbm-devel           1.8.3-3            
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-12           
libkpathsea3abi13       2.0.2-2            
libltdl3                1.5-1              
libncurses-devel        5.3-4              
libncurses5             5.2-1              
libncurses6             5.2-8              
libncurses7             5.3-4              
libpcre                 4.1-1              
libpcre0                4.4-1              
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                 20020705-1         
libtool-devel           1.5-1              
libtool-stable          1.4.3-1            
libungif                4.1.0-2            
libxerces-c21           2.1.0-1            
libxerces-c22           2.2.0-1            
libxerces-c23           2.3.0-2            
libxml2                 2.5.7-1            
libxslt                 1.0.30-2           
lilypond                1.6.11-1           
lilypond-doc            1.6.11-1           
links                   0.96-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            
mingw-runtime           3.0-1              
mktemp                  1.5-3              
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-2            
mod_ssl                 2.8.8-1.3.24-1     
more                    2.11o-1            
mt                      2.0.1-2            
naim                    0.11.6-2           
nano                    1.2.0-1            
nasm                    0.98.37-1          
ncftp                   3.1.4-1            
ncurses                 5.3-4              
ncurses-demo            5.3-4              
netcat                  1.10-2             
newlib-man              20020801           
openbox                 0.99.1-3           
opengl                  1.1.0-6            
openssh                 3.6.1p2-2          
openssl                 0.9.7b-3           
openssl-devel           0.9.7b-3           
openssl096              0.9.6j-1           
par                     1.52-1             
patch                   2.5.8-7            
patchutils              0.2.22-2           
pcre                    4.4-1              
pcre-devel              4.4-1              
pcre-doc                4.4-1              
pdksh                   5.2.14-2           
perl                    5.8.0-5            
perl_manpages           5.8.0-5            
pinfo                   0.6.6p1-1          
pkgconfig               0.15.0-4           
popt                    1.6.4-4            
postgresql              7.3.4-2            
procps                  010801-2           
proftpd                 1.2.9rc1-3         
psutils                 1.17-1             
python                  2.3-2              
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              
rsync                   2.5.6-1            
ruby                    1.8.0-1            
rxvt                    2.7.10-3           
sed                     4.0.7-3            
sh-utils                2.0.15-4           
sharutils               4.2.1-3            
splint                  3.1.1-1            
squid                   2.4.STABLE7-1      
stunnel                 4.04-3             
sunrpc                  4.0-1              
swig                    1.3.19-1           
sysvinit                2.84-4             
tar                     1.13.25-3          
tcltk                   20030901-1         
tcp_wrappers            7.6-1              
tcsh                    6.12.00-7          
termcap                 20021106-2         
terminfo                5.3_20030726-1     
tetex                   2.0.2-1            
tetex-base              2.0.2-1            
tetex-bin               2.0.2-2            
tetex-devel             2.0.2-2            
tetex-doc               2.0.2-1            
tetex-extra             2.0.2-1            
tetex-tiny              2.0.2-1            
tetex-x11               2.0.2-2            
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-5            
time                    1.7-1              
tin                     1.6.1-1            
ttcp                    19980512-1         
ucl                     1.01-1             
units                   1.77-1             
unzip                   5.50-5             
upx                     1.24-1             
vim                     6.2-3              
w32api                  2.3-1              
wget                    1.8.2-2            
which                   1.5-2              
whois                   4.6.2-1            
WindowMaker             0.80.0-2           
wtf                     0.0.4-3            
x2x                     1.27-2             
Xaw3d                   1.5-1              
xerces-c                2.3.0-2            
xerces-c-devel          2.3.0-2            
xerces-c-doc            2.3.0-2            
XFree86-base            4.3.0-1            
XFree86-bin             4.3.0-1            
XFree86-bin-icons       4.3.0-2            
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-1            
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-1            
XFree86-prog            4.3.0-4            
XFree86-prt             4.3.0-1            
XFree86-ps              4.3.0-1            
XFree86-startup-scripts 4.2.0-5            
XFree86-vfb             4.3.0-1            
XFree86-xserv           4.3.0-6            
XFree86-xwinclip        4.3.0-1            
xinetd                  2.3.9-1            
xmlto                   0.0.14-1           
xpm-nox                 4.2.0-4            
zip                     2.3-5              
zlib                    1.1.4-4            
zsh                     4.0.6-5            
Use -h to see help about each section

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: bug in "ar" when creating libraries on cross linked filesystems
  2003-09-04 17:01 daniel.hempel
@ 2003-09-05  8:47 ` Ronald Landheer-Cieslak
  2003-09-05 13:53 ` Igor Pechtchanski
  1 sibling, 0 replies; 9+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-09-05  8:47 UTC (permalink / raw)
  To: cygwin

On Thu, Sep 04, 2003 at 07:02:22PM +0200, daniel.hempel@philips.com wrote:
> Hello,
> 
> the command
>     ar cq libdh.a a.o b.o
> does not work, if the current directory is on a linked filesystem.
> In my case "." referes to /cygdrive/h".
> The error message of "ar" is:
>   ar: libdh.a: rename: Cross-device link
>   make: *** [libdh.a] Error 1
> 
> The program works, when using local files, e.g. /usr/src
> 
> # uname -a
> CYGWIN_NT-5.1 PCHEMPEL2 1.5.3(0.90/3/2) 2003-09-01 13:15 i686 unknown unknown Cygwin

Have a look here:
http://cygwin.com/problems.html
and try giving the information needed to help you :)

rlc


-- 
No problem is so large it can't be fit in somewhere.

--
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug in "ar" when creating libraries on cross linked filesystems
@ 2003-09-04 17:01 daniel.hempel
  2003-09-05  8:47 ` Ronald Landheer-Cieslak
  2003-09-05 13:53 ` Igor Pechtchanski
  0 siblings, 2 replies; 9+ messages in thread
From: daniel.hempel @ 2003-09-04 17:01 UTC (permalink / raw)
  To: cygwin

Hello,

the command
    ar cq libdh.a a.o b.o
does not work, if the current directory is on a linked filesystem.
In my case "." referes to /cygdrive/h".
The error message of "ar" is:
  ar: libdh.a: rename: Cross-device link
  make: *** [libdh.a] Error 1

The program works, when using local files, e.g. /usr/src

# uname -a
CYGWIN_NT-5.1 PCHEMPEL2 1.5.3(0.90/3/2) 2003-09-01 13:15 i686 unknown unknown Cygwin

Best regards
Daniel




--
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/

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-09-15  2:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-08 14:13 bug in "ar" when creating libraries on cross linked filesystems daniel.hempel
  -- strict thread matches above, loose matches on Subject: below --
2003-09-15  2:38 Robert Collins
2003-09-08 13:17 daniel.hempel
2003-09-08 13:27 ` Robert Collins
2003-09-05 11:47 daniel.hempel
2003-09-05 14:15 ` Ronald Landheer-Cieslak
2003-09-04 17:01 daniel.hempel
2003-09-05  8:47 ` Ronald Landheer-Cieslak
2003-09-05 13:53 ` Igor Pechtchanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).