> From: Juri Linkov <[EMAIL PROTECTED]> > Date: Fri, 23 Dec 2005 22:45:05 +0200 > > 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? _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
