Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 2 Sep 2005 10:52:52 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Two problems that i _can_ reproduce. Message-ID: <20050902145252.GA21369@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i On Fri, Sep 02, 2005 at 11:35:26AM +0100, Dave Korn wrote: >Ok, 18+17 == 33 .o files built from .c files, and 104 pretty much >accounts for the remaining .o files, so I think I see the pattern: we >only have auto-dependencies for C source files, not C++. Well, you >learn something new every day. .d files are supposed to be created for every .o by the Makefile in winsup/cygwin, with the exception of sigfe.o. I just verified that this is the case by cd'ing to 'winsup/cygwin' and doing a 'make clean all' and then, in zsh: for f in *.o; do ls $f:r.d >& /dev/null || echo $f done I haven't tried this from outside of the winsup/cygwin directory so maybe your problem is due to building from a higher level directory. cgf -- 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/