[PD-dev] removing pd/bin/msvr*.dll from Pd/win

katja katjavetter at gmail.com
Wed Jan 23 14:11:13 CET 2019


On 1/23/19, Miller Puckette <msp at 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/Makefile#l128

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





More information about the Pd-dev mailing list