Windows: MinGW is not statically linked
Closed this issue · 2 comments
devnoname120 commented
Any compilation fails on Windows because a bunch of DLL files are missing.
Solutions:
- Drop the files
libstdc++-6.dll
andlibwinpthread-1.dll
into vitasdk\bin (confirmed working) - 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
devnoname120 commented
devnoname120 commented
Fixed by vitasdk/buildscripts#45.