emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb emacs reporting 'Function "x_error_quitter" not defined'


From: Nick Roberts
Subject: Re: gdb emacs reporting 'Function "x_error_quitter" not defined'
Date: Sat, 22 Jan 2005 10:17:51 +1300

 > I repeated my build of Emacs-21.3.50 with the same input but using various
 > versions of gcc I have available; gcc versions 2.95.3 and 3.3.2 correctly
 > have x_error_quitter in xterm.o, but the newer gcc 3.4 and 3.4.2 do not!
 > 
 > compiling with gcc 2.95.3
 > $ nm xterm.o | grep quitter
 > 00007fc8 t x_error_quitter
 > 00008060 t x_io_error_quitter
 > 
 > Compiled with gcc 3.3.2
 > $ nm xterm.o | grep quitter
 > 00009570 t x_error_quitter
 > 00009630 t x_io_error_quitter
 > 
 > Compiled with gcc 3.4
 > $ nm xterm.o | grep quitter
 > 0000c620 t x_io_error_quitter
 > 
 > Compiled with gcc 3.4.2
 > $ nm xterm.o | grep quitter
 > 0000c5f0 t x_io_error_quitter
 > 
 > I'm not sure what to do next.

Report it as a bug to gcc?

See http://gcc.gnu.org/bugs.html

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]