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 From: "Dave Korn" To: Subject: Missing dependency in winsup/cygwin for libc.a Date: Mon, 4 Apr 2005 19:28:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: X-OriginalArrivalTime: 04 Apr 2005 18:28:27.0799 (UTC) FILETIME=[184A0270:01C53944] MMmf. I know it's not always meant to work when you do a partial rather than top-level build, but reckoned it was worth a head's up. I just edited a source file in newlib/libc/stdio, cd'd into my objdir/i686-pc-cygwin/winsup/cygwin, and issued a make all. Nothing happened. I cd'd into the objdir/i686-pc-cygwin/newlib directory, issued make all, and libc.a and libg.a got rebuilt. Then I went back to the cygwin directory, tried make all again, and the cygwin dll got rebuilt. I conclude that the cygwin dll makefile lists the newlib .a files as dependencies of cygwin dll, but that the dependency web doesn't go as far as to include the dependencies of the newlib .a files on their respective source files. This may well be as-expected, owing to the nature of recursive make, but I thought I'd ask if this was a known 'gotcha'. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/