Build error in libeclmin.a on macOS ARM

Building develop on commit 34afd9a6d3524d7ae385a0428f3c72886cad6369 is failing on libeclmin.a

macOS 15.6 Xcode 16.4 using standard ./configure; make

[snip]
dpp: /Users/sgithens/code/ecl/src/c/cinit.d -> cinit.c
Building ecl_min...
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise' is deprecated
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise_state' is deprecated
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise_state_identity' is deprecated

;;; Unhandled lisp initialization error
;;; Message:
TYPE-ERROR
;;; Arguments:
(:EXPECTED-TYPE MP:PROCESS :DATUM )
Internal or unrecoverable error in:

Lisp initialization error.


;;; ECL C Backtrace
;;; 0   ecl_min                             0x0000000104bf4da8 _ecl_dump_c_backtrace + 44
;;; 1   ecl_min                             0x0000000104ba71bc ecl_internal_error + 108
;;; 2   ecl_min                             0x0000000104ba860c cl_make_string + 0
;;; 3   ecl_min                             0x0000000104b97c90 ecl_apply_from_stack_frame + 328
;;; 4   ecl_min                             0x0000000104b97dc0 cl_funcall + 168
;;; 5   ecl_min                             0x0000000104ba7a10 cl_error + 128
;;; 6   ecl_min                             0x0000000104ba7a80 FEwrong_type_argument + 0
;;; 7   ecl_min                             0x0000000104ba7ab4 FEwrong_type_only_arg + 0
;;; 8   ecl_min                             0x0000000104bf6e8c mp_process_preset + 196
;;; 9   ecl_min                             0x0000000104b96cf4 APPLY + 5216
;;; 10  ecl_min                             0x0000000104b97c48 ecl_apply_from_stack_frame + 256
;;; 11  ecl_min                             0x0000000104b97fac cl_apply + 456
;;; 12  ecl_min                             0x0000000104bf7cb0 mp_process_run_function + 204
;;; 13  ecl_min                             0x0000000104b96cf4 APPLY + 5216
;;; 14  ecl_min                             0x0000000104b97c48 ecl_apply_from_stack_frame + 256
;;; 15  ecl_min                             0x0000000104b97fac cl_apply + 456
;;; 16  ecl_min                             0x0000000104bf7d60 mp_process_run_function_wait + 112
;;; 17  ecl_min                             0x0000000104bbda2c init_unixint + 892
;;; 18  ecl_min                             0x0000000104b8a5fc cl_boot + 2628
;;; 19  ecl_min                             0x0000000104b88c84 main + 20
;;; 20  dyld                                0x000000018032ab98 start + 6076
/bin/sh: line 1: 15403 Abort trap: 6           ECLDIR=`pwd`/ ./ecl_min compile
make[1]: *** [bin/ecl] Error 134
make: *** [all] Error 2