WinPORTS - 2016-09-27

How exactly can the above libraries be linked statically .... ?
You could try the '-static' switch when linking.

is there a way to programatically determine such dependencies in the future ....?
You could use the objdump command line tool to find out the dependencies of DLLs & EXEs.