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:from:to:date:subject:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=Kgt 1Fg3jDkaRaHFCadz9ajlN6/6WxF0Bf79c03OYfbo2h9BcmY3ayes1Ye7J3T4pc/v 7E5eCkchQwgsNUbQcpYvRb4KqTsvum5G5AUxbo4xaOlK5NXy6Vi4pghoQL2TP3jp 0tT7Ql3BZM7aU11jL04mf1Mam3h3NgW94fqzjzOk= 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:from:to:date:subject:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=riidAa+lx NqPtMwD7B2amUMLUFk=; b=jz3pEcNiTWbN+C6tpA4v9Pvn7Y35Xb2rVUV7czPBm SN6AiQSQ94+x0pJ5h4E2zcS07uiS9YmVSbzT8WRXSh8h4rrJpxGGawCN3X8PvFS0 ZIHarAo6mworAVIqMEMgyjwJ9A6kton8rycZE+avdx07h5ofK1A0inmYk+YjBy/x 98= 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 X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 From: Peter Klotz To: "cygwin AT cygwin DOT com" Date: Fri, 26 Jul 2013 11:56:06 +0200 Subject: Problem with ldd in cygwin 1.7.22 Message-ID: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-cloud-security-sender:peter DOT klotz AT ith-icoserve DOT com X-cloud-security-recipient:cygwin AT cygwin DOT com X-cloud-security-Virusscan:CLEAN X-cloud-security-disclaimer: This E-Mail was scanned by E-Mailservice on mx-gate05-dus with 72CC110A0004 X-cloud-security-connect: 81-223-215-34.innsbruck-mitte.xdsl-line.inode.at[81.223.215.34], TLS=, IP=81.223.215.34 X-cloud-security:scantime:.1611 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r6QA1vn2030703 The output of ldd (32Bit) in cygwin 1.7.22 is not as expected if a single dependency cannot be found. Correct output (all dependencies present): $ ldd Qt5Core.dll ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll (0x778b0000) kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll (0x76eb0000) KERNELBASE.dll => /cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x76be0000) USER32.dll => /cygdrive/c/Windows/syswow64/USER32.dll (0x75110000) GDI32.dll => /cygdrive/c/Windows/syswow64/GDI32.dll (0x75330000) LPK.dll => /cygdrive/c/Windows/syswow64/LPK.dll (0x75100000) USP10.dll => /cygdrive/c/Windows/syswow64/USP10.dll (0x753c0000) msvcrt.dll => /cygdrive/c/Windows/syswow64/msvcrt.dll (0x76ca0000) ADVAPI32.dll => /cygdrive/c/Windows/syswow64/ADVAPI32.dll (0x76900000) sechost.dll => /cygdrive/c/Windows/SysWOW64/sechost.dll (0x75490000) RPCRT4.dll => /cygdrive/c/Windows/syswow64/RPCRT4.dll (0x76520000) SspiCli.dll => /cygdrive/c/Windows/syswow64/SspiCli.dll (0x74f90000) CRYPTBASE.dll => /cygdrive/c/Windows/syswow64/CRYPTBASE.dll (0x74f80000) ole32.dll => /cygdrive/c/Windows/syswow64/ole32.dll (0x76d50000) WS2_32.dll => /cygdrive/c/Windows/syswow64/WS2_32.dll (0x76100000) NSI.dll => /cygdrive/c/Windows/syswow64/NSI.dll (0x76c90000) icuin51.dll => /home/user/Qt-5.1.0/x86/icuin51.dll (0x49e80000) icuuc51.dll => /home/user/Qt-5.1.0/x86/icuuc51.dll (0x4a0f0000) icudt51.dll => /home/user/Qt-5.1.0/x86/icudt51.dll (0x7b0000) MSVCR100.dll => /cygdrive/c/Windows/system32/MSVCR100.dll (0x74200000) MSVCP100.dll => /cygdrive/c/Windows/system32/MSVCP100.dll (0x742c0000) IMM32.DLL => /cygdrive/c/Windows/system32/IMM32.DLL (0x750a0000) MSCTF.dll => /cygdrive/c/Windows/syswow64/MSCTF.dll (0x76830000) Questionable output (a single dependency, icuin51.dll, is missing): $ ldd Qt5Core.dll ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll (0x778b0000) kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll (0x76eb0000) KERNELBASE.dll => /cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x76be0000) ??? => ??? (0x66d10000) ??? => ??? (0x75110000) ??? => ??? (0x75330000) ??? => ??? (0x75100000) ??? => ??? (0x753c0000) ??? => ??? (0x76ca0000) ??? => ??? (0x76900000) ??? => ??? (0x75490000) ??? => ??? (0x76520000) ??? => ??? (0x74f90000) ??? => ??? (0x74f80000) ??? => ??? (0x76d50000) ??? => ??? (0x76100000) ??? => ??? (0x76c90000) My intention was to find out the dependencies of Qt5Core.dll in order to satisfy them. This seems not possible in Windows. The Linux version of ldd in this case prints a line like the following: icuin51.so => not found It would be great if the Windows version of ldd could behave the same (or at least similar). Regards, Peter. -- 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