On 18/05/2024 18:09, Audrey Dutcher wrote: >> I presume you have the same issue with coreutils 9.4 ? > > Correct. > >> I presume the problematic flags are propagated through LIBINTL or MBRTOWC_LIB. What are those set to for reference in your Makefile? > > On plain FreeBSD it is set to /usr/local/lib/libintl.so -Wl,-rpath > -Wl,/usr/local/lib. Within a nix jail on FreeBSD (which is where I > encountered the issue first) it is simply -lintl. > > Thanks for getting back to me! > - Audrey Could you test with the attached, which should reenable automake protections in this area. cheers, Pádraig