X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Mon, 24 May 2010 21:53:57 -0300 Message-ID: Subject: FTW_PHYS From: Pedro Izecksohn To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I wrote a small C++ application: http://www.izecksohn.com/pedro/c++/biggest/ that exhibits an unwanted behavior on Cygwin: ./biggest.exe -m -n -1 -d / > Cygwin\ files head Cygwin\ files 8222222 /lib/gcc/i686-pc-cygwin/4.3.4/cc1plus.exe 8222222 /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 nftw. So, why the duplicated entries shown above? P.S.: I know that I promised to contribute some code and I did not. My project took another way. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple