Re: bug in "ar" when creating libraries on cross linked filesystems

2003-09-08 Thread daniel . hempel
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 d

Re: bug in "ar" when creating libraries on cross linked filesystems

2003-09-08 Thread daniel . hempel
uot;libc" more robust than waiting for a bugfix from Microsoft ... Thanks for your ideas and help Daniel To: [EMAIL PROTECTED]

Re: bug in "ar" when creating libraries on cross linked filesystems

2003-09-05 Thread daniel . hempel
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

bug in "ar" when creating libraries on cross linked filesystems

2003-09-04 Thread daniel . hempel
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