On 1/23/19, Miller Puckette msp@ucsd.edu wrote:
I bet most externs use one or another thing from msvcr*dll. String functions, malloc, etc...
I've always naively assumed that MinGW's libgcc and libstdc++ are a full replacement for MS standard libs (which notably do not include pthread). Pd-extended builds for Windows provide a shared libgcc_s_dw2-1.dll and libstdc++6.dll:
https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/packages/win32_inno/...
For MinGW-built externals in the context of deken, static linking with standard libs seems easiest. However I should have mentioned that superbloated binaries may be produced when not stripped.
Katja