Re: ldd differences

2016-06-29 Thread David Macek
Sorry to hijack an old thread, but I think maybe the problem is not with ldd not understanding the binary, but with 64-bit libraries being mixed in (due to the WOW64 redirection not being enabled in some place). -- David Macek smime.p7s Description: S/MIME Cryptographic Signature

Re: ldd differences

2016-03-15 Thread cyg Simple
On 3/14/2016 4:24 PM, Roger Wells wrote: > On 03/14/2016 03:50 PM, Roger Wells wrote: >> On 03/14/2016 03:09 PM, Achim Gratz wrote: >>> Roger Wells writes: > Try cygcheck rather than ldd. > Thanks for responding. Here's what happens: $ cygcheck ./z12.exe

Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 03:50 PM, Roger Wells wrote: > On 03/14/2016 03:09 PM, Achim Gratz wrote: >> Roger Wells writes: Try cygcheck rather than ldd. >>> Thanks for responding. >>> >>> Here's what happens: >>> >>> $ cygcheck ./z12.exe >>> C:\cygwin64\home\roger\src\z12\z12.exe >>> >>> or >>> >>>

Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 03:09 PM, Achim Gratz wrote: > Roger Wells writes: >>> Try cygcheck rather than ldd. >>> >> Thanks for responding. >> >> Here's what happens: >> >> $ cygcheck ./z12.exe >> C:\cygwin64\home\roger\src\z12\z12.exe >> >> or >> >> $ cygcheck --verbose ./z12.exe >>

Re: ldd differences

2016-03-14 Thread Achim Gratz
Roger Wells writes: >> Try cygcheck rather than ldd. >> > Thanks for responding. > > Here's what happens: > > $ cygcheck ./z12.exe > C:\cygwin64\home\roger\src\z12\z12.exe > > or > > $ cygcheck --verbose ./z12.exe > C:\cygwin64\home\roger\src\z12\z12.exe (not x86_64 dll) Then it doesn't seem to

Re: ldd differences

2016-03-14 Thread Roger Wells
On 03/14/2016 01:38 PM, Achim Gratz wrote: > Roger Wells writes: >> running ldd on a newly built executable gives: > […] >> What I really need is a reliable way to get a recursive listing of the >> complete path to all dependencies. >> I tried using Dependency Walker (both 32 & 64 bit) but it does

Re: ldd differences

2016-03-14 Thread Achim Gratz
Roger Wells writes: > running ldd on a newly built executable gives: […] > What I really need is a reliable way to get a recursive listing of the > complete path to all dependencies. > I tried using Dependency Walker (both 32 & 64 bit) but it does not seem > to run on W10. Try cygcheck rather

ldd differences

2016-03-14 Thread Roger Wells
On a 32 bit Cygwin installation on a Windows 7 host that is a few years old: $ uname -a CYGWIN_NT-6.1-WOW64 DET000-DAC1 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin running ldd on a newly built executable gives: $ ldd z12.exe ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll