Re: FTW_PHYS

2010-05-27 Thread Pedro Izecksohn
(binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) D: on /cygdrive/d type ntfs (binary,posix=0,user,noumount,auto) --- Nellis, Kenneth wrote: > > But FTW_PHYS only inhibits symbolic links from being > followed. You have no symbolic links in those paths, > so FTW_PHY

RE: FTW_PHYS

2010-05-25 Thread Nellis, Kenneth
> From: Pedro Izecksohn > Sent: Monday, May 24, 2010 20:54 > To: cygwin@cygwin.com > Subject: FTW_PHYS > > I wrote a small C++ application: > http://www.izecksohn.com/pedro/c++/biggest/ > that exhibits an unwanted behavior on Cygwin: ... > But biggest.c++ uses FTW

Re: FTW_PHYS

2010-05-24 Thread Larry Hall (Cygwin)
222 /usr/lib/gcc/i686-pc-cygwin/4.3.4/cc1plus.exe 7667214 /lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe 7667214 /usr/lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe 7527198 /lib/gcc/i686-pc-cygwin/4.3.4/libstdc++.a 7527198 /usr/lib/gcc/i686-pc-cygwin/4.3.4/libstdc++.a But biggest.c++ uses FTW_PHYS in flags to call n

FTW_PHYS

2010-05-24 Thread Pedro Izecksohn
exe 7667214 /lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe 7667214 /usr/lib/gcc/i686-pc-cygwin/4.3.4/cc1.exe 7527198 /lib/gcc/i686-pc-cygwin/4.3.4/libstdc++.a 7527198 /usr/lib/gcc/i686-pc-cygwin/4.3.4/libstdc++.a But biggest.c++ uses FTW_PHYS in flags to call nftw. So, why the duplicated entries shown ab