Milos Nikic, le dim. 22 juin 2025 08:55:16 -0700, a ecrit: > I did post the configs already (but I guess they just got lost in the emails)
Apparently indeed. > here they are again: > > [1]https://justpaste.it/gg2af is config log from Debian Hurd Thanks. I have added some configure snippet to try to look for mig too, that should fix the /bin/bash: line 1: n: command not found issue. What is left however, is the case where you were getting undefined reference to `__stack_chk_fail_local' We'd need the log for that case. Is that this: > Cross compiling I haven't tried again. The log from that day is here: > [2]https://justpaste.it/fya16 Ok, we do get configure:12855: checking whether the compiler accepts `-fstack-protector' configure:12865: result: yes But in the tests/ case it was missing the -fno-stack-protector option, now fixed. Thanks, Samuel