On 1/14/26 15:18, Wolfgang Gaggl wrote:
Thanks for the helpful replies. I updated libtools on my Linux box, ran autoconf.sh and got configure. Moved it all to the SGI and ran configure ok.
Now on to gmake ... Ran ok, started ./bin/pd didn't run. Looking at stderr output: error: bind: Address family not supported by protocol family (124).
Still looks like an IPv6 issue,
looks like it.
albeit s_net.c has the AI_PASSIVE force in it.
are you absolutely sure? (my branch does not contain this fix; neither does the tarball i sent you off list)
because this is exactly the error I get when hints.ai_flags contain the AI_V4MAPPED flag. the X Error I was getting was triggered, when the hints.ai_flags contain the AI_ALL flag.
so at least for me, hints.ai_flags must be *exactly* AI_PASSIVE.
gas,dr IOhannes