delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/09/02/10:53:11

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 <cgf-no-personal-reply-please AT cygwin DOT com>
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: <SERRANOyLAPDVXLuSbh00000066 AT SERRANO DOT CAM DOT ARTIMI DOT COM> <SERRANO6Ssuot0OUIHN0000007d AT SERRANO DOT CAM DOT ARTIMI DOT COM>
Mime-Version: 1.0
In-Reply-To: <SERRANO6Ssuot0OUIHN0000007d@SERRANO.CAM.ARTIMI.COM>
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019