From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50232 invoked by alias); 16 May 2016 15:42:11 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 50212 invoked by uid 89); 16 May 2016 15:42:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Walker, WINDOWS, walker, H*MI:usa X-HELO: etr-usa.com Received: from etr-usa.com (HELO etr-usa.com) (130.94.180.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 May 2016 15:42:09 +0000 Received: (qmail 94070 invoked by uid 13447); 16 May 2016 15:42:07 -0000 Received: from unknown (HELO polypore.west.etr-usa.com) ([73.26.17.49]) (envelope-sender ) by 130.94.180.135 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 16 May 2016 15:42:07 -0000 From: Warren Young Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Why does ldd not show cyg*.dll in its output? Message-Id: <3AD694B4-17D4-4963-88FD-435AD4DD36D5@etr-usa.com> Date: Mon, 16 May 2016 15:42:00 -0000 To: The Cygwin Mailing List Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00185.txt.bz2 STC: $ ldd `which ls` Actual output: $ ldd `which ls` ntdll.dll =3D> /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd16fb0000) KERNEL32.DLL =3D> /c/WINDOWS/system32/KERNEL32.DLL (0x7ffd16b80000) KERNELBASE.dll =3D> /c/WINDOWS/system32/KERNELBASE.dll (0x7ffd13f50= 000) Expected output: According to Microsoft=E2=80=99s Dependency Walker tool, the output should = also list cygwin1.dll and cygintl-8.dll, at minimum. Since it seems happy = to chase dependencies from kernel32.dll to the other two, which are not exp= licit dependencies of ls.exe, it should also list cygiconv-2.dll, via cygin= tl. Bonus points if the output changes to a tree view, so the indirect dependen= cies are clear. -- 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