WinPORTS
-
2016-09-27
Hello, I am using MinGW-W64 x86_64-6.2.0-posix-seh-rt_v5-rev0.
My issue is that the programs I build depend on the following DLLs:
How exactly can the above libraries be linked statically, so that I don't need to redistribute their shared versions to the end-user?
Furthermore, is there a way to programatically determine such dependencies in the future, without trial and error? Are these dependencies documented somewhere?
Thank you.