[Mingw-w64-public] Getting actual import name from dynamic library

2019-03-06 Thread Пётр Байкалов
Hello. How do I get the name of library which will be imported? For example, I have "libopencv_phase_unwrapping.dll.a" , how do I get "libopencv_phase_unwrapping320.dll" from it? It is definitely happening inside linker and it is not accessing the "libopencv_phase_unwrapping320.dll" (I checked it)

Re: [Mingw-w64-public] DLL produced by Mingw-w64 can't be loaded

2019-03-07 Thread Пётр Байкалов
Personally I use PATH="/usr/x86_64-w64-mingw32/sys-root/mingw/bin:$PATH" ldd DEADBEEF.exe which is not exactly what you would like but still better than simply launching ldd. чт, 7 мар. 2019 г. в 11:27, Matthias Apitz : > El día Wednesday, March 06, 2019 a las 11:20:05AM -0800, David Grayson > e