On 1/22/19, Miller Puckette msp@ucsd.edu wrote:
I don't understand the issues yet... in particular, since pdlibbuilder uses mingw on Windows, how does it work with Pd if mingw and msvcr*dll aren't compatible? Is pdlibbuilder/mingw statically linking in its own msvcr*?
For Windows pdlibbuilder compiles with option "-static-libgcc" (plus "-static-libstdc++" in the case of C++ externals).
Katja