Ken Raeburn wrote: > my_endbss is no longer defined if CANNOT_DUMP is true, but emacs.c references it if GNU_LINUX is defined. Thanks, I suspect I didn't see that because my GCC optimized away all uses of my_endbss etc. before the linker could see them. I installed the attached to try to port to less-industrious compilers.