By default (and as before with autootols), jack is not enabled, so if Miller's configure step doesn't include --enable-jack (looks like it may not), then neither weak linking or hard linking will be enabled. The default when enabling Jack on macOS is to use weak linking.
This is not a official decision, only an omission in the build step. I will update the release build instructions accordingly.
On Mon, 2017-08-28 at 10:54 +0200, Dan Wilcox wrote:From what I can tell looking at this: https://github.com/pure-data/pu
re-data/tree/master/linux
The macOS Pd build uses autotools, so it should be built with JackMP
weak link support enabled.
I cannot confirm. The instructions say:./configurebut without '--enable-jack' no Jack support will be enabled, neitherwith weak linking nor without. Or do I miss something?Roman