Collin Funk [2025-10-22 14:39 -0700] wrote: > $ grep '^BITSIZEOF_PTRDIFF_T' Makefile > BITSIZEOF_PTRDIFF_T = 0 > $ grep -FA5 'checking for bit size of ptrdiff_t' config.log > configure:9072: checking for bit size of ptrdiff_t > configure:9078: clang -std=gnu23 -o conftest -Og -g3 -ggdb3 -gdwarf-5 > -fdebug-macro -fsanitize=address -fsanitize=undefined -shared-libasan > -fsanitize=address -fsanitize=undefined conftest.c >&5 > configure:9078: $? = 0 > configure:9078: ./conftest > ./conftest: error while loading shared libraries: libclang_rt.asan.so: > cannot open shared object file: No such file or directory > configure:9078: $? = 127
Oops, thanks for spotting that; it explains the failures I was seeing (details in my reply to Bruno). -- Basil
