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 dependency. I am aware

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: 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. There