po, thank you for the explaination. thanks. Sent from Gmail On Tue, May 6, 2025, 23:51 Eli Zaretskii wrote: > > From: Po Lu > > Cc: Eli Zaretskii , 78259@debbugs.gnu.org > > Date: Tue, 06 May 2025 21:47:50 +0800 > > > > badli al rashid writes: > > > > > hi, > > > > > > i am unable to find. posix_spawn_file_actions_addchdir_np in the aosp > > > spawn.h file. > > > > Building Emacs for Termux is not supported. > > > > posix_spawn_file_actions_addchdir_np is not available on the release of > > Android targeted by Termux's default compiler but is yet present in the > > stub `libc.so' against which the Termux compiler links, and is > > consequently detected by configure though inaccessible to C or object > > code at runtime. > > OK, I see you already fixed the configure script to avoid these > failures. Thanks. >