From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: GNU/Linux (Ubuntu 7.10) bootstrap from a CVS checkout fails ("Maximum buffer size exceeded") Date: Tue, 20 Nov 2007 14:35:46 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ir3wodst.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1195590987 32763 80.91.229.12 (20 Nov 2007 20:36:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 20:36:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 21:36:31 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IuZpR-00066Q-5F for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 21:36:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuZpC-0000yb-AM for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 15:36:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuZp8-0000vn-GZ for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:35:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuZp6-0000t7-04 for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:35:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuZp5-0000t4-QF for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:35:55 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IuZp4-000118-Ms for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:35:55 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IuZp1-0002PZ-Is for emacs-devel@gnu.org; Tue, 20 Nov 2007 20:35:51 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Nov 2007 20:35:51 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Nov 2007 20:35:51 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 1252 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:16qAdFjWoFv8M8Xe7sezNvXp+Is= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83735 Archived-At: The full log follows. This is with a clean CVS checkout on a new Ubuntu 7.10 install. After looking at loadup.el, I see the problem starts with the lines: (setq load-source-file-function 'load-with-code-conversion) (load "files") when I remove the load-source-file-function setq, the files.el code is loaded fine. The bootstrap fails later at international/utf-8.el because it can't read a ? character, but if I have the setq the next Lisp library loaded causes the buffer size error. In addition, strace of the temacs process shows that no data is read() from the .el file. The error happens *before* which to me indicates this is not a problem with the Lisp code. I checked it anyhow, and it's a clean checkout from CVS without corruption. I suspect it's an error at the C level but I don't know enough about the bootstrap process to debug this. I searched older discussions and didn't see this. Sorry if it's an obvious problem. Ted TEMACS RUN WITH THE SETQ OF load-source-file-function REMOVED: ./temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/home/tzz/source/emacs/lisp /home/tzz/source/emacs/lisp/em= acs-lisp /home/tzz/source/emacs/lisp/language /home/tzz/source/emacs/lisp/i= nternational /home/tzz/source/emacs/lisp/textmodes) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version.el (source)... Loading widget (source)... Loading custom (source)... Loading emacs-lisp/map-ynp (source)... Loading cus-start (source)... Loading international/mule (source)... Loading international/mule-conf.el (source)... Loading env (source)... Loading format (source)... Loading bindings (source)... Loading files (source)... Loading cus-face (source)... Loading faces (source)... Loading button (source)... Loading startup (source)... Lists of integers (garbage collection statistics) are normal output while building Emacs; they do not indicate a problem. ((103958 . 26508) (5816 . 0) (588 . 7) 427111 20021 (23 . 1) (19 . 0) (8377= . 65)) Loading loaddefs.el (source)... ((126645 . 6185) (8741 . 0) (596 . 1) 1331449 20021 (49 . 31) (19 . 0) (168= 02 . 82)) Loading simple (source)... Loading help (source)... Loading jka-cmpr-hook (source)... Loading international/mule-cmds (source)... Loading case-table (source)... Loading international/utf-8 (source)... Invalid read syntax: "?" make[2]: *** [bootstrap-emacs] Error 255 make[2]: Leaving directory `/home/tzz/source/emacs/src' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/home/tzz/source/emacs' make: *** [bootstrap] Error 2 FULL LOG: > cvs checkout ... ... > ./configure --with-gtk --with-tiff=3Dno checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no checking whether gcc understands -Wno-pointer-sign... yes checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for install-info... /usr/sbin/install-info checking for install-info... (cached) /usr/sbin/install-info checking for install-info... (cached) /usr/sbin/install-info checking for gzip... /bin/gzip checking for makeinfo... /home/tzz/bin/makeinfo checking for -znocombreloc... yes configure: checking the machine- and system-dependent files to find out - which libraries the lib-src programs will want, and - whether the GNU malloc routines are usable... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking soundcard.h usability... no checking soundcard.h presence... no checking for soundcard.h... no checking for _oss_ioctl in -lossaudio... no checking for pkg-config... /usr/bin/pkg-config checking for alsa >=3D 1.0.0... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking sys/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking stdio_ext.h usability... yes checking stdio_ext.h presence... yes checking for stdio_ext.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for strings.h... (cached) yes checking coff.h usability... no checking coff.h presence... no checking for coff.h... no checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/vlimit.h usability... yes checking sys/vlimit.h presence... yes checking for sys/vlimit.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/_mbstate_t.h usability... no checking sys/_mbstate_t.h presence... no checking for sys/_mbstate_t.h... no checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking if personality LINUX32 can be set... yes checking for term.h... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether sys_siglist is declared... no checking whether __sys_siglist is declared... no checking for sys/wait.h that is POSIX.1 compatible... yes checking for struct utimbuf... yes checking return type of signal handlers... void checking for speed_t... yes checking for struct timeval... yes checking for struct exception... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for net/if.h... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for struct ifreq.ifr_flags... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ifreq.ifr_netmask... yes checking for struct ifreq.ifr_broadaddr... yes checking for struct ifreq.ifr_addr... yes checking for function prototypes... yes checking for working volatile... yes checking for an ANSI C-conforming const... yes checking for void * support... yes checking whether make sets $(MAKE)... yes checking for long file names... yes checking for X... libraries , headers=20 checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking for malloc_get_state... yes checking for malloc_set_state... yes checking whether __after_morecore_hook exists... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for dnet_ntoa in -ldnet... no checking for main in -lXbsd... no checking for cma_open in -lpthreads... no checking for XFree86 in /usr/X386... no checking whether X on GNU/Linux needs -b to link... no checking for Xkb... yes checking for XrmSetDatabase... yes checking for XScreenResourceString... yes checking for XScreenNumberOfScreen... yes checking for XSetWMProtocols... yes checking X11 version 6... 6 or newer checking for librsvg-2.0 >=3D 2.0.0... no checking for gtk+-2.0 >=3D 2.6 glib-2.0 >=3D 2.6... yes checking GTK_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I= /usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/i= nclude/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr= /include/libpng12=20=20 checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0= -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrand= r -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgob= ject-2.0 -lgmodule-2.0 -ldl -lglib-2.0=20=20 checking for gtk_main... yes checking for gdk_display_open... yes checking for gtk_file_selection_new... yes checking for gtk_file_chooser_dialog_new... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_self in -lpthread... yes checking for xft >=3D 0.13.0... yes checking XFT_CFLAGS... -I/usr/include/freetype2=20=20 checking XFT_LIBS... -lXft -lfontconfig=20=20 checking X11/Xft/Xft.h usability... yes checking X11/Xft/Xft.h presence... yes checking for X11/Xft/Xft.h... yes checking for XftFontOpen in -lXft... yes checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for XpmReadFileToPixmap in -lXpm... yes checking for XpmReturnAllocPixels preprocessor define... yes checking jerror.h usability... yes checking jerror.h presence... yes checking for jerror.h... yes checking for jpeg_destroy_compress in -ljpeg... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking libpng/png.h usability... yes checking libpng/png.h presence... yes checking for libpng/png.h... yes checking for png_get_channels in -lpng... yes checking gif_lib.h usability... yes checking gif_lib.h presence... yes checking for gif_lib.h... yes checking for EGifPutExtensionLast in -lgif... yes checking gpm.h usability... no checking gpm.h presence... no checking for gpm.h... no checking malloc/malloc.h usability... no checking malloc/malloc.h presence... no checking for malloc/malloc.h... no checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking for SmcOpenConnection in -lSM... yes checking whether netdb declares h_errno... yes checking for working alloca.h... yes checking for alloca... yes checking for sqrt in -lm... yes checking for maillock in -lmail... no checking for maillock in -llockfile... no checking for liblockfile.so... no checking for touchlock... no checking maillock.h usability... no checking maillock.h presence... no checking for maillock.h... no checking for gethostname... yes checking for getdomainname... yes checking for dup2... yes checking for rename... yes checking for closedir... yes checking for mkdir... yes checking for rmdir... yes checking for sysinfo... yes checking for getrusage... yes checking for get_current_dir_name... yes checking for random... yes checking for lrand48... yes checking for bcopy... yes checking for bcmp... yes checking for logb... yes checking for frexp... yes checking for fmod... yes checking for rint... yes checking for cbrt... yes checking for ftime... yes checking for setsid... yes checking for strerror... yes checking for fpathconf... yes checking for select... yes checking for mktime... yes checking for euidaccess... yes checking for getpagesize... (cached) yes checking for tzset... yes checking for setlocale... yes checking for utimes... yes checking for setrlimit... yes checking for setpgid... yes checking for getcwd... yes checking for getwd... yes checking for shutdown... yes checking for getaddrinfo... yes checking for __fpending... yes checking for mblen... yes checking for mbrlen... yes checking for mbsinit... yes checking for strsignal... yes checking for setitimer... yes checking for ualarm... yes checking for index... yes checking for rindex... yes checking for sendto... yes checking for recvfrom... yes checking for getsockopt... yes checking for setsockopt... yes checking for getsockname... yes checking for getpeername... yes checking for gai_strerror... yes checking for mkstemp... yes checking for getline... yes checking for getdelim... yes checking for mremap... yes checking for memmove... yes checking for fsync... yes checking for sync... yes checking for bzero... yes checking for memset... yes checking for memcmp... yes checking for difftime... yes checking for memcpy... yes checking for mempcpy... yes checking for mblen... (cached) yes checking for mbrlen... (cached) yes checking for posix_memalign... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for getloadavg... yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for getloadavg... yes checking whether getloadavg requires setgid... no checking for _LARGEFILE_SOURCE value needed for large files... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long_only... yes checking whether optreset is declared... no checking for working GNU getopt function... yes checking whether getpgrp requires zero arguments... yes checking for strftime... yes checking for grantpt... yes checking for getpt... yes checking for tparm in -lncurses... yes checking for res_init... no checking for res_init with -lresolv... yes checking for dgettext in -lintl... no checking whether localtime caches TZ... no checking for gettimeofday... yes checking whether gettimeofday can accept two arguments... yes checking for socket... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking whether system supports dynamic ptys... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for nl_langinfo and CODESET... yes checking for size_t... yes checking for mbstate_t... yes checking for C restrict keyword... __restrict checking for C restricted array declarations... yes Configured for `i686-pc-linux-gnu'. Where should the build process find the source code? /home/tzz/source/= emacs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -O9 -funroll-= loops -ffast-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fo= mit-frame-pointer -fno-exceptions Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? GTK Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? no Does Emacs use a gif library? yes -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? no Does Emacs use -lgpm? no Does Emacs use X toolkit scroll bars? yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib-src/Makefile.c config.status: creating oldXMenu/Makefile config.status: creating doc/emacs/Makefile config.status: creating doc/misc/Makefile config.status: creating doc/lispintro/Makefile config.status: creating doc/lispref/Makefile config.status: creating src/Makefile.c config.status: creating lwlib/Makefile config.status: creating lisp/Makefile config.status: creating leim/Makefile config.status: creating src/config.h config.status: src/config.h is unchanged config.status: executing default commands creating src/epaths.h src/epaths.h is unchanged creating lib-src/Makefile creating src/Makefile > make bootstrap (cd src; make mostlyclean) make[1]: Entering directory `/home/tzz/source/emacs/src' rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a rm -f ../etc/DOC rm -f bootstrap-emacs emacs-23.0.50 rm -f buildobj.lst make[1]: Leaving directory `/home/tzz/source/emacs/src' (cd oldXMenu; make clean) make[1]: Entering directory `/home/tzz/source/emacs/oldXMenu' rm -f libXMenu11.a Activate.o AddPane.o AddSel.o ChgPane.o ChgSel.o Create.= o DelPane.o DelSel.o Destroy.o Error.o EvHand.o FindPane.o FindSel.o InsPan= e.o InsSel.o Internal.o Locate.o Post.o Recomp.o SetAEQ.o SetFrz.o SetPane.= o SetSel.o XDelAssoc.o XLookAssoc.o XCrAssoc.o XDestAssoc.o XMakeAssoc.o in= sque.o make[1]: Leaving directory `/home/tzz/source/emacs/oldXMenu' (cd lwlib; make clean) make[1]: Entering directory `/home/tzz/source/emacs/lwlib' rm -f *.o core errs ,* *.a .emacs_* make.log MakeOut \#* make[1]: Leaving directory `/home/tzz/source/emacs/lwlib' (cd lib-src; make clean) make[1]: Entering directory `/home/tzz/source/emacs/lib-src' rm -f core *.o getopt.h getopt.h-t rm -f etags ctags emacsclient b2m ebrowse profile digest-doc sorted-doc mov= email cvtmail fakemail hexl update-game-score test-distrib make-docfile rm -f fns*.el *.tab.c *.tab.h make[1]: Leaving directory `/home/tzz/source/emacs/lib-src' (cd doc/emacs && make clean) make[1]: Entering directory `/home/tzz/source/emacs/doc/emacs' rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp *.core rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc rm -f *.dvi make[1]: Leaving directory `/home/tzz/source/emacs/doc/emacs' (cd doc/misc && make clean) make[1]: Entering directory `/home/tzz/source/emacs/doc/misc' rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp \ *.tps *.core gnustmp.* rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc rm -f *.dvi make[1]: Leaving directory `/home/tzz/source/emacs/doc/misc' (cd doc/lispref && make clean) make[1]: Entering directory `/home/tzz/source/emacs/doc/lispref' rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ *.vr *.vrs *.pg *.pgs *.ky *.kys rm -f make.out core make[1]: Leaving directory `/home/tzz/source/emacs/doc/lispref' (cd doc/lispintro && make clean) make[1]: Entering directory `/home/tzz/source/emacs/doc/lispintro' rm -f *.log *.cp *.fn *.ky *.pg *.vr *.tp rm -f *.dvi make[1]: Leaving directory `/home/tzz/source/emacs/doc/lispintro' (cd leim; make clean) make[1]: Entering directory `/home/tzz/source/emacs/leim' rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TON= EPY.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc= quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc quail/ts= ang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc quail= /PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc quail/CCDOSPY.= el quail/Punct.el quail/QJ.el quail/SW.el quail/TONEPY.el quail/4Corner.el = quail/ARRAY30.el quail/ECDICT.el quail/ETZY.el quail/Punct-b5.el quail/PY-b= 5.el quail/QJ-b5.el quail/ZOZY.el quail/tsang-b5.el quail/quick-b5.el quail= /tsang-cns.el quail/quick-cns.el quail/PY.el quail/ZIRANMA.el quail/CTLau.e= l quail/CTLau-b5.el \ leim-list.el changed.tit changed.misc make[1]: Leaving directory `/home/tzz/source/emacs/leim' (cd lisp; make bootstrap-clean) make[1]: Entering directory `/home/tzz/source/emacs/lisp' cd /home/tzz/source/emacs/lisp; rm -f *.elc */*.elc make[1]: Leaving directory `/home/tzz/source/emacs/lisp' (cd leim; make bootstrap-clean) make[1]: Entering directory `/home/tzz/source/emacs/leim' rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TON= EPY.elc quail/4Corner.elc quail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc= quail/Punct-b5.elc quail/PY-b5.elc quail/QJ-b5.elc quail/ZOZY.elc quail/ts= ang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-cns.elc quail= /PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc quail/CCDOSPY.= el quail/Punct.el quail/QJ.el quail/SW.el quail/TONEPY.el quail/4Corner.el = quail/ARRAY30.el quail/ECDICT.el quail/ETZY.el quail/Punct-b5.el quail/PY-b= 5.el quail/QJ-b5.el quail/ZOZY.el quail/tsang-b5.el quail/quick-b5.el quail= /tsang-cns.el quail/quick-cns.el quail/PY.el quail/ZIRANMA.el quail/CTLau.e= l quail/CTLau-b5.el \ leim-list.el changed.tit changed.misc rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TON= EPY.elc /home/tzz/source/emacs/leim/quail/py-punct.elc quail/4Corner.elc qu= ail/ARRAY30.elc quail/ECDICT.elc quail/ETZY.elc quail/Punct-b5.elc quail/PY= -b5.elc quail/QJ-b5.elc quail/ZOZY.elc /home/tzz/source/emacs/leim/quail/py= punct-b5.elc /home/tzz/source/emacs/leim/quail/japanese.elc /home/tzz/sourc= e/emacs/leim/ja-dic/ja-dic.elc /home/tzz/source/emacs/leim/quail/hangul.elc= /home/tzz/source/emacs/leim/quail/hangul3.elc /home/tzz/source/emacs/leim/= quail/hanja.elc /home/tzz/source/emacs/leim/quail/hanja3.elc /home/tzz/sour= ce/emacs/leim/quail/hanja-jis.elc /home/tzz/source/emacs/leim/quail/symbol-= ksc.elc /home/tzz/source/emacs/leim/quail/thai.elc /home/tzz/source/emacs/l= eim/quail/viqr.elc /home/tzz/source/emacs/leim/quail/vntelex.elc /home/tzz/= source/emacs/leim/quail/lao.elc /home/tzz/source/emacs/leim/quail/lrt.elc /= home/tzz/source/emacs/leim/quail/indian.elc /home/tzz/source/emacs/leim/qua= il/tibetan.elc /home/tzz/source/emacs/leim/quail/latin-pre.elc /home/tzz/so= urce/emacs/leim/quail/latin-post.elc /home/tzz/source/emacs/leim/quail/lati= n-alt.elc /home/tzz/source/emacs/leim/quail/latin-ltx.elc /home/tzz/source/= emacs/leim/quail/welsh.elc /home/tzz/source/emacs/leim/quail/czech.elc /hom= e/tzz/source/emacs/leim/quail/croatian.elc /home/tzz/source/emacs/leim/quai= l/slovak.elc /home/tzz/source/emacs/leim/quail/greek.elc /home/tzz/source/e= macs/leim/quail/cyrillic.elc /home/tzz/source/emacs/leim/quail/cyril-jis.el= c /home/tzz/source/emacs/leim/quail/ethiopic.elc /home/tzz/source/emacs/lei= m/quail/ipa.elc /home/tzz/source/emacs/leim/quail/hebrew.elc /home/tzz/sour= ce/emacs/leim/quail/georgian.elc /home/tzz/source/emacs/leim/quail/sisheng.= elc quail/tsang-b5.elc quail/quick-b5.elc quail/tsang-cns.elc quail/quick-c= ns.elc quail/PY.elc quail/ZIRANMA.elc quail/CTLau.elc quail/CTLau-b5.elc /h= ome/tzz/source/emacs/leim/quail/sgml-input.elc /home/tzz/source/emacs/leim/= quail/rfc1345.elc /home/tzz/source/emacs/leim/quail/uni-input.elc make[1]: Leaving directory `/home/tzz/source/emacs/leim' make info bootstrap-build make[1]: Entering directory `/home/tzz/source/emacs' (cd doc/emacs; make -w info) make[2]: Entering directory `/home/tzz/source/emacs/doc/emacs' make[2]: Nothing to be done for `info'. make[2]: Leaving directory `/home/tzz/source/emacs/doc/emacs' (cd doc/misc; make -w info) make[2]: Entering directory `/home/tzz/source/emacs/doc/misc' make[2]: Nothing to be done for `info'. make[2]: Leaving directory `/home/tzz/source/emacs/doc/misc' (cd doc/lispref; make -w info) make[2]: Entering directory `/home/tzz/source/emacs/doc/lispref' make[2]: Nothing to be done for `info'. make[2]: Leaving directory `/home/tzz/source/emacs/doc/lispref' (cd doc/lispintro; make -w info) make[2]: Entering directory `/home/tzz/source/emacs/doc/lispintro' make[2]: Nothing to be done for `info'. make[2]: Leaving directory `/home/tzz/source/emacs/doc/lispintro' (cd lisp; make -w bootstrap-prepare) make[2]: Entering directory `/home/tzz/source/emacs/lisp' if test -x ../src/emacs; then \ make -w autoloads; \ else \ cp /home/tzz/source/emacs/lisp/ldefs-boot.el /home/tzz/source/emacs/lisp= /loaddefs.el; \ fi chmod +w /home/tzz/source/emacs/lisp/loaddefs.el \ /home/tzz/source/emacs/lisp/ps-print.el \ /home/tzz/source/emacs/lisp/emacs-lisp/cl-loaddefs.el make[2]: Leaving directory `/home/tzz/source/emacs/lisp' (cd src; make -w bootstrap) make[2]: Entering directory `/home/tzz/source/emacs/src' gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions pre-crt0.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions dispnew.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions frame.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions scroll.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions xdisp.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions xmenu.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions window.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions charset.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions coding.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions category.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions ccl.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions cm.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions term.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions terminal.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions xfaces.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions xterm.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions xfns.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions xselect.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions xrdb.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions fontset.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions xsmfns.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions fringe.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions image.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions gtkutil.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions emacs.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions keyboard.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions macros.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions keymap.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions sysdep.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions buffer.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions filelock.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions insdel.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions marker.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions minibuf.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions fileio.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions dired.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions filemode.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions cmds.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions casetab.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions casefiddle.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions indent.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions search.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions regex.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions undo.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions alloc.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions data.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions doc.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions editfns.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions callint.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions eval.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions floatfns.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions fns.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions print.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions lread.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions syntax.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions unexelf.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions bytecode.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions process.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions callproc.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions region-cache.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions sound.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions atimer.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions doprnt.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions strftime.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions intervals.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions textprop.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions composite.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions md5.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions terminfo.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions lastfile.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/s= ource/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/inc= lude -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -= I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2= -I/usr/include/libpng12 -I/usr/include/freetype2 -O9 -funroll-loops -ffa= st-math -malign-double -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-= pointer -fno-exceptions vm-limit.c `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. gcc -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/tzz/source/emacs/src -D_= BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include= /atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-= 2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/lib= png12 -I/usr/include/freetype2 -O9 -funroll-loops -ffast-math -malign-dou= ble -mcpu=3Dpentiumpro -march=3Dpentiumpro -fomit-frame-pointer -fno-except= ions -Wl,-znocombreloc /home/tzz/source/emacs/src/prefix-args.c -o prefix-= args `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead. echo "dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.= o category.o ccl.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o= xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.o emacs.o keyboard.o ma= cros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fi= leio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o r= egex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fn= s.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o regi= on-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o comp= osite.o md5.o terminfo.o lastfile.o vm-limit.o " > buildobj.lst gcc -nostdlib `./prefix-args -Xlinker -z nocombreloc` -Wl,-znocombreloc -= o temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scrol= l.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.= o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fr= inge.o image.o gtkutil.o emacs.o keyboard.o macros.o keymap.o sysdep.o buff= er.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmd= s.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o = doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o syntax.o = unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o d= oprnt.o strftime.o intervals.o textprop.o composite.o md5.o terminfo.o l= astfile.o vm-limit.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pi= xbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi= -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfix= es -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpthread -lSM -lICE -ljpeg = -lpng -lz -lm -lgif -lXpm -lX11 -lXft -lfontconfig -lresolv -lncurses -= lm -lgcc -lc -lgcc /usr/lib/crtn.o=20 ./temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/home/tzz/source/emacs/lisp /home/tzz/source/emacs/lisp/em= acs-lisp /home/tzz/source/emacs/lisp/language /home/tzz/source/emacs/lisp/i= nternational /home/tzz/source/emacs/lisp/textmodes) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version.el (source)... Loading widget (source)... Loading custom (source)... Loading emacs-lisp/map-ynp (source)... Loading cus-start (source)... Loading international/mule (source)... Loading international/mule-conf.el (source)... Loading env (source)... Loading format (source)... Loading bindings (source)... Loading /home/tzz/source/emacs/lisp/files.el (source)... Maximum buffer size exceeded make[2]: *** [bootstrap-emacs] Error 255 make[2]: Leaving directory `/home/tzz/source/emacs/src' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/home/tzz/source/emacs' make: *** [bootstrap] Error 2