X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=PuwSULqG6vB7+lH6 vQuHAR7jJASk9XmL9xHW+9dwiIQrDnUDDWmr/hSC9XfTbRLWXFHwzlehSs0CwCc1 0LUD9hG8VlHWbi/Kuou/lgM9Zh/iV+UVC5DECnwM76rPJqqqsc11wjukQPFrw+DO pJ1zaRbCfSql4vCdN/fa9D2MWWc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=NDpg+F06ZIFAsu4yfXa1Zp 2YRt8=; b=v4UgxoUipCw87bA3TbIp27vw33ce9tF/lLobo/JOWmuG+JiGoV/LfG yl88BDxrdvfIxsYem6JE6HM0fDTmLJOFXKY5uUK+anheBNmZpO0bdXNoTdDG/9BH tn4HQ/SmsWxu8L6mBPtSj0qv6LuJIe5JOM5xQhy1Zu7ORQPG+AncI= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:1201, wfm, young X-HELO: mailout12.t-online.de Subject: Re: Why does ldd not show cyg*.dll in its output? To: cygwin AT cygwin DOT com References: <3AD694B4-17D4-4963-88FD-435AD4DD36D5 AT etr-usa DOT com> <4b37d689-285d-7dd4-3e3d-d40b4ee2f81f AT cygwin DOT com> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: Date: Fri, 20 May 2016 01:21:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <4b37d689-285d-7dd4-3e3d-d40b4ee2f81f@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Am 16.05.2016 um 19:50 schrieb Yaakov Selkowitz: > On 2016-05-16 10:42, Warren Young wrote: >> $ ldd `which ls` >> ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd16fb0000) >> KERNEL32.DLL => /c/WINDOWS/system32/KERNEL32.DLL (0x7ffd16b80000) >> KERNELBASE.dll => /c/WINDOWS/system32/KERNELBASE.dll >> (0x7ffd13f50000) > > WFM: > > $ /bin/ldd /bin/ls > ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77c90000) > kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll > (0x77a70000) > KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll > (0x7fefdb10000) > cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000) > cygintl-8.dll => /usr/bin/cygintl-8.dll (0x3d4e00000) > cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x3d8b50000) Does not WFM: $ ldd /usr/bin/ls.exe ntdll.dll => /cygdrive/c/windows/SYSTEM32/ntdll.dll (0x7ffe93c00000) KERNEL32.DLL => /cygdrive/c/windows/system32/KERNEL32.DLL (0x7ffe912d0000) KERNELBASE.dll => /cygdrive/c/windows/system32/KERNELBASE.dll (0x7ffe90310000) (no different results from /bin/ls or /bin/ls.exe, either). This is with ldd.exe from cygwin-2.5.1-1, on Win10 64bit, installed into c:\cygwin64 -- 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