Static linking of libwinpthread-1.dll with mingw-w64-i686-gcc
# Static Linking Failure: Unwanted libwinpthread-1.dll Dependency in MinGW-w64 Rust Plug-in ## Summary – Compiling a Windows plug-in (.dll) combining Rust (`staticlib`) and C code resulted in an unwanted runtime dependency on `libwinpthread-1.dll` – Target environment: 32-bit Windows (i686) using mingw-w64-i686-gcc – Rust `windows-gnu` toolchain hardwired to POSIX threading required runtime dependency resolution – General … Read more