Hello, rev. 117587 (bzr trunk) breaks compilation of emacs without X (configure --without-x) while 117586 is fine. I attach to files: make-117586 and make-117587 that collect all output from compilation routine: (LANG=C; export CFLAGS='-O0 -ggdb' ; ./configure --prefix=/usr \ --with-x-toolkit=no --without-x ; make ) > make-11758X.log 2>&1 X=6,7 P.S. The reason why I use CFLAGS is that I was debugging segfault of Emacs while it runs auto-complete test in terminal. Seems that emacs segfaults due to the same reason why it can't be compiled without X. --- WBR, Vladimir Lomov