>> What is the purpose of the error message: >> >> Function "w32_abort" not defined. >> >> printed when Emacs is started under GDB on GNU/Linux? > > There's no _purpose_ to it, it's a _consequence_ of GDB trying to set > a breakpoint on a function that doesn't exist in the GNU/Linux binary. > Don't you see a similar message for x_error_quitter if you configure > and build Emacs --without-x?
Usually I don't configure Emacs with --without-x, so I don't see a similar message. So a new error message about w32_abort is slightly distracting. It would be good to somehow suppress this message (by using some GDB option?). -- Juri Linkov http://www.jurta.org/emacs/ _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
