vitasdk/autobuilds

Windows: MinGW is not statically linked

Closed this issue · 2 comments

Any compilation fails on Windows because a bunch of DLL files are missing.

Solutions:

  1. Drop the files libstdc++-6.dll and libwinpthread-1.dll into vitasdk\bin (confirmed working)
  2. Statically link the libraries

I'm not familiar with the build system so I'm not sure how to implement one of the solutions.
Related: http://stackoverflow.com/questions/14665691/static-linking-with-libwinpthread