AW: AW: Problem with ldd in cygwin 1.7.22

2013-07-26 Thread Peter Klotz
Hello Warren > > The build of Qt5Core.dll was done with Visual Studio, not with > cygwin/gcc. > > Qt is a C++ library. C++ compiler output is not cross-compiler > compatible. Unless I'm wrong, and this one DLL is pure C, you're not > going to be able to link it to a C++ program built with GCC.

Re: AW: Problem with ldd in cygwin 1.7.22

2013-07-26 Thread Warren Young
On 7/26/2013 04:38, Peter Klotz wrote: The build of Qt5Core.dll was done with Visual Studio, not with cygwin/gcc. Qt is a C++ library. C++ compiler output is not cross-compiler compatible. Unless I'm wrong, and this one DLL is pure C, you're not going to be able to link it to a C++ program

AW: Problem with ldd in cygwin 1.7.22

2013-07-26 Thread Peter Klotz
Hello Marco Thanks for your response. > > 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 > > try > $ cygcheck Qt5Core.dll > > it will report any missing dependen

Re: Problem with ldd in cygwin 1.7.22

2013-07-26 Thread marco atzeri
Il 7/26/2013 11:56 AM, Peter Klotz ha scritto: 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 try $ cygcheck Qt5Core.dll it will report any missing dependency. Another matter

Problem with ldd in cygwin 1.7.22

2013-07-26 Thread Peter Klotz
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 (0x778b) kernel32.dll => /cygdrive/c/Windows/syswow64/kernel3

Re: ldd in cygwin

2009-10-01 Thread Steven Woody
we can get a library dependency list by running of 'ldd'. >> >> In windows, executable still depend on libraries, such as DLLs, but I >> >> don't find a 'ldd' command in cygwin.  Is there any tool that will do >> >> the job? >> >&g

Re: ldd in cygwin

2009-10-01 Thread Corinna Vinschen
ndows, executable still depend on libraries, such as DLLs, but I > >> don't find a 'ldd' command in cygwin.  Is there any tool that will do > >> the job? > >> > >> Thanks. > >> > >> > > > > There is a cygwin ldd, in cygw

Re: ldd in cygwin

2009-10-01 Thread Corinna Vinschen
On Oct 1 10:45, Fergus wrote: >> cygcheck /path/to/exe > > Where does cygcheck go to get the answer? I found > > cygcheck /bin/rxvt.exe > > failed to show /bin/libW11.dll in [1.5] It still will in 1.7. cygcheck searches for the DLL names in the executable's directory of load-time linked DLLs. l

Re: ldd in cygwin

2009-10-01 Thread Fergus
cygcheck /path/to/exe Where does cygcheck go to get the answer? I found cygcheck /bin/rxvt.exe failed to show /bin/libW11.dll in [1.5] Fergus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

Re: ldd in cygwin

2009-10-01 Thread Steven Woody
; don't find a 'ldd' command in cygwin.  Is there any tool that will do >> the job? >> >> Thanks. >> >> > > There is a cygwin ldd, in cygwin > > $ cd /etc/setup > $ zgrep ldd * > cygwin.lst.gz:usr/bin/ldd.exe > > hum .. can i u

Re: ldd in cygwin

2009-10-01 Thread Lenik
There is a cygwin ldd, in cygwin $ cd /etc/setup $ zgrep ldd * cygwin.lst.gz:usr/bin/ldd.exe -- 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

Re: ldd in cygwin

2009-09-30 Thread Steven Woody
On Thu, Oct 1, 2009 at 2:02 PM, Dave Korn wrote: > Steven Woody wrote: >> Hi, >> >> In Linux, we can get a library dependency list by running of 'ldd'. >> In windows, executable still depend on libraries, such as DLLs, but I >> don't find a 'ldd' command in cygwin.  Is there any tool that will do

Re: ldd in cygwin

2009-09-30 Thread Dave Korn
Steven Woody wrote: > Hi, > > In Linux, we can get a library dependency list by running of 'ldd'. > In windows, executable still depend on libraries, such as DLLs, but I > don't find a 'ldd' command in cygwin. Is there any tool that will do > the job? "cygcheck /path/to/exe" cheers,

ldd in cygwin

2009-09-30 Thread Steven Woody
Hi, In Linux, we can get a library dependency list by running of 'ldd'. In windows, executable still depend on libraries, such as DLLs, but I don't find a 'ldd' command in cygwin. Is there any tool that will do the job? Thanks. -- Life is the only flaw in an otherwise perfect nonexistence