From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.devel Subject: (LONG) CVS trouble (was Re: Marker does not point anywhere in new shell) Date: Tue, 22 Jun 2004 21:47:47 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1087958920 17378 80.91.224.253 (23 Jun 2004 02:48:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Jun 2004 02:48:40 +0000 (UTC) Cc: emacs-devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 23 04:48:22 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BcxoE-0005TE-00 for ; Wed, 23 Jun 2004 04:48:22 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bcxo8-0001fi-00 for ; Wed, 23 Jun 2004 04:48:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BcxpP-000606-MW for emacs-devel@quimby.gnus.org; Tue, 22 Jun 2004 22:49:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BcxpD-0005z0-5a for emacs-devel@gnu.org; Tue, 22 Jun 2004 22:49:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BcxpA-0005yF-Nj for emacs-devel@gnu.org; Tue, 22 Jun 2004 22:49:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BcxpA-0005xz-K7 for emacs-devel@gnu.org; Tue, 22 Jun 2004 22:49:20 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bcxng-0002SM-JS; Tue, 22 Jun 2004 22:47:49 -0400 Original-Received: from linux183.ma.utexas.edu (mail@linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id i5N2llI06667; Tue, 22 Jun 2004 21:47:47 -0500 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1Bcxnf-0007zq-00; Tue, 22 Jun 2004 21:47:47 -0500 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sun, 20 Jun 2004 22:54:40 -0400) X-all-your-base-are-belong-to-us: You are on the way to destruction. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25201 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25201 I think you will have to investigate this one. I can try to do that, but it would help a lot if I could get CVS to build. I haven't gotten support on this issue in help-gnu-emacs, and perhaps my mail to bug-gnu-emacs was buried in spam. So here you go, Appended below is the entire output of configure and make, sorry it is so long, but with luck it is only as long as I am clueless. I used the same configuration options I've been using for a long time (including my last CVS build). My silver bullet `cvs update -dP' didn't even help [*]. If there's any other information that would help debug this, please let me know. [*]: Kai's advice in January in response to another CVS problem. http://lists.gnu.org/archive/html/help-gnu-emacs/2004-01/msg00479.html [~/emacs]% ./configure '--with-x' '--without-carbon' 'CFLAGS=-I/sw/include' 'CPPFLAGS=-I/sw/include' 'LDFLAGS=-L/sw/lib' ./configure '--with-x' '--without-carbon' 'CFLAGS=-I/sw/include' 'CPPFLAGS=-I/sw/include' 'LDFLAGS=-L/sw/lib' checking build system type... powerpc-apple-darwin7.4.0 checking host system type... powerpc-apple-darwin7.4.0 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... 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 ANSI C... none needed checking whether ln -s works... yes checking how to run the C preprocessor... cc -E -no-cpp-precomp -I/sw/include -L/sw/lib checking for a BSD-compatible install... /sw/bin/install -c checking for ranlib... ranlib checking for install-info... /sw/sbin/install-info checking for install-info... (cached) /sw/sbin/install-info checking for install-info... (cached) /sw/sbin/install-info checking For -znocombreloc... no checking for egrep... grep -E checking for AIX... no 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... no checking for _LARGE_FILES value needed for large files... no 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... no checking sys/soundcard.h presence... no checking for sys/soundcard.h... no checking soundcard.h usability... no checking soundcard.h presence... no checking for soundcard.h... no checking for _oss_ioctl in -lossaudio... 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... no checking linux/version.h presence... no checking for linux/version.h... no 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... no checking stdio_ext.h presence... no checking for stdio_ext.h... no 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... no checking pty.h presence... no checking for pty.h... no 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... no checking sys/vlimit.h presence... no checking for sys/vlimit.h... no 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 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... yes 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... no checking for struct ifreq.ifr_netmask... no 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 /usr/X11R6/lib, headers /usr/X11R6/include checking for malloc_get_state... no checking for malloc_set_state... no checking whether __after_morecore_hook exists... no 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 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 X11 version 5... 5 or newer checking X11 version 5 with Xaw... 5 or newer, with Xaw; use toolkit by default checking X11 toolkit version... 6 or newer checking for XmuConvertStandardSelection in -lXmu... yes checking for XShapeQueryExtension in -lXext... yes checking for X11/Xaw3d/Scrollbar.h... yes checking for XawScrollbarSetThumb in -lXaw3d... 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 tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFGetVersion in -ltiff... yes checking gif_lib.h usability... no checking gif_lib.h presence... no checking for gif_lib.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... no 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... no checking for res_init... yes checking for setsid... yes checking for strerror... yes checking for fpathconf... yes checking for select... yes checking for mktime... yes checking for euidaccess... no 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... no 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... no checking for getdelim... no checking for mremap... no checking for memmove... yes checking for fsync... yes checking for bzero... yes checking for memset... yes checking for memcmp... yes checking for memmove... (cached) yes checking for difftime... yes checking for memcpy... yes checking for mempcpy... no checking for mblen... (cached) yes checking for mbrlen... (cached) yes checking for posix_memalign... no checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking for stdlib.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... no 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 for fseeko... yes checking whether getpgrp requires zero arguments... yes checking for strftime... yes checking for grantpt... no checking for getpt... no checking for tparm in -lncurses... yes checking for dgettext in -lintl... yes checking whether localtime caches TZ... no checking for gettimeofday... yes checking whether gettimeofday can accept two arguments... yes checking for struct tm.tm_zone... (cached) yes checking for struct timezone... 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... no checking for pid_t... yes checking for unistd.h... (cached) 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 `powerpc-apple-darwin7.4.0'. Where should the build process find the source code? /Users/arided/emacs What operating system and machine description files should Emacs use? `s/darwin.h' and `m/powermac.h' What compiler should emacs be built with? gcc -I/sw/include -L/sw/lib -I/sw/include Should Emacs use the GNU version of malloc? no (The GNU allocators don't work with this system configuration.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? /usr/X11R6/include Where do we find X Windows libraries? /usr/X11R6/lib Does Emacs use -lXaw3d? yes Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use -lungif? no Does Emacs use -lpng? yes 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 man/Makefile config.status: creating lwlib/Makefile config.status: creating src/Makefile.c config.status: creating lisp/Makefile config.status: creating lispref/Makefile config.status: creating lispintro/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 [~/emacs]% make bootstrap make bootstrap (cd src; make mostlyclean) rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a rm -f ../etc/DOC rm -f bootstrap-emacs (cd oldXMenu; make clean) 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 InsPane.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 insque.o (cd lwlib; make clean) rm -f *.o core errs ,* *~ *.a .emacs_* make.log MakeOut \#* (cd lib-src; make clean) rm -f core *.o rm -f etags ctags emacsclient b2m ebrowse profile digest-doc sorted-doc movemail cvtmail fakemail yow hexl update-game-score test-distrib make-docfile rm -f fns*.el *.tab.c *.tab.h (cd man && make clean) rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* rm -f *.dvi (cd lispref && make clean) rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps *.vr *.vrs *.pg *.pgs *.ky *.kys rm -f make.out core (cd lispintro && make clean) rm -f *.log *.cp *.fn *.ky *.pg *.vr *.tp rm -f *.dvi (cd leim; make clean) rm -f quail/CCDOSPY.elc quail/Punct.elc quail/QJ.elc quail/SW.elc quail/TONEPY.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/tsang-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-b5.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.el quail/CTLau-b5.el leim-list.el changed.tit changed.misc (cd man; make info) (cd lispref; make info) (cd lispintro; make info) (cd lisp; make bootstrap-prepare) if test -x ../src/emacs; then make autoloads; else if test ! -r /Users/arided/emacs/lisp/loaddefs.el; then cp /Users/arided/emacs/lisp/ldefs-boot.el /Users/arided/emacs/lisp/loaddefs.el; fi fi (cd src; make bootstrap) gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include pre-crt0.c cd ../lwlib/; make CC='gcc -I/sw/include -L/sw/lib' CFLAGS='-I/sw/include' MAKE='make' "C_SWITCH_X_SITE=-I/usr/X11R6/include" "C_SWITCH_X_MACHINE=" "C_SWITCH_X_SYSTEM=" "C_SWITCH_SITE=" "C_SWITCH_MACHINE=" "C_SWITCH_SYSTEM=-fpascal-strings -fno-common -DMAC_OSX -I../mac/src" gcc -I/sw/include -L/sw/lib -c -DUSE_LUCID -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -I/sw/include -DHAVE_CONFIG_H -Demacs -I. -I../src -I/Users/arided/emacs/lwlib -I/Users/arided/emacs/lwlib/../src /Users/arided/emacs/lwlib/lwlib.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -I/sw/include -DHAVE_CONFIG_H -Demacs -I. -I../src -I/Users/arided/emacs/lwlib -I/Users/arided/emacs/lwlib/../src lwlib-Xlw.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -I/sw/include -DHAVE_CONFIG_H -Demacs -I. -I../src -I/Users/arided/emacs/lwlib -I/Users/arided/emacs/lwlib/../src xlwmenu.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -I/sw/include -DHAVE_CONFIG_H -Demacs -I. -I../src -I/Users/arided/emacs/lwlib -I/Users/arided/emacs/lwlib/../src lwlib-Xaw.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -I/sw/include -DHAVE_CONFIG_H -Demacs -I. -I../src -I/Users/arided/emacs/lwlib -I/Users/arided/emacs/lwlib/../src lwlib-utils.c rm -f liblw.a ar cq liblw.a lwlib.o lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o lwlib-utils.o ranlib liblw.a touch stamp-oldxmenu gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include dispnew.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include frame.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include scroll.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include xdisp.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include xmenu.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include window.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include charset.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include coding.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include category.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include ccl.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include cm.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include term.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include xfaces.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include xterm.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include xfns.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include xselect.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include xrdb.c xrdb.c:92:1: warning: "malloc" redefined In file included from config.h:913, from xrdb.c:24: s/darwin.h:305:1: warning: this is the location of the previous definition xrdb.c:93:1: warning: "realloc" redefined s/darwin.h:306:1: warning: this is the location of the previous definition xrdb.c:94:1: warning: "free" redefined s/darwin.h:307:1: warning: this is the location of the previous definition gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include fontset.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include xsmfns.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include fringe.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include image.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include emacs.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include keyboard.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include macros.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include keymap.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include sysdep.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include buffer.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include filelock.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include insdel.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include marker.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include minibuf.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include fileio.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include dired.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include filemode.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include cmds.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include casetab.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include casefiddle.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include indent.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include search.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include regex.c regex.c: In function `re_search_2': regex.c:4227: warning: comparison is always true due to limited range of data type regex.c: In function `re_match_2_internal': regex.c:5181: warning: comparison is always true due to limited range of data type gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include undo.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include alloc.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include data.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include doc.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include editfns.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include callint.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include eval.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include floatfns.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include fns.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include print.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include lread.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include abbrev.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include syntax.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include unexmacosx.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include bytecode.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include process.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include callproc.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include region-cache.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include sound.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include atimer.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include doprnt.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include strftime.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include intervals.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include textprop.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include composite.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include md5.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include terminfo.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include lastfile.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include widget.c gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/sw/include -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include mktime.c gcc -I/sw/include -L/sw/lib -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/Users/arided/emacs/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -I/usr/X11R6/include -Dtemacs -I/sw/include -L/sw/lib -L/usr/X11R6/lib /Users/arided/emacs/src/prefix-args.c -o prefix-args gcc -I/sw/include -L/sw/lib -prebind -framework Carbon -framework QuickTime -lstdc++ -Xlinker -headerpad -Xlinker 690 -L/sw/lib -L/usr/X11R6/lib -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.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 abbrev.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o terminfo.o lastfile.o widget.o mktime.o ../lwlib/liblw.a -L/usr/X11R6/lib -lXaw3d -lXmu -lXt -lSM -lICE -lXext -ltiff -ljpeg - lpng -lz -lm -lXpm -lX11 -lncurses ld: warning prebinding disabled because dependent library: /sw/lib/libXaw3d.7.dylib is not prebound ld: warning multiple definitions of symbol _PC terminfo.o definition of _PC in section (__DATA,__common) /sw/lib/libncurses.dylib(lib_tputs.o) definition of _PC ld: warning multiple definitions of symbol _BC terminfo.o definition of _BC in section (__DATA,__common) /sw/lib/libncurses.dylib(lib_termcap.o) definition of _BC ld: warning multiple definitions of symbol _UP terminfo.o definition of _UP in section (__DATA,__common) /sw/lib/libncurses.dylib(lib_termcap.o) definition of _UP ./temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/Users/arided/emacs/lisp /Users/arided/emacs/lisp/emacs-lisp /Users/arided/emacs/lisp/language /Users/arided/emacs/lisp/international /Users/arided/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 env (source)... Loading cus-start (source)... Loading international/mule (source)... Loading international/mule-conf.el (source)... Loading format (source)... Loading bindings (source)... Loading files (source)... Loading cus-face (source)... Loading faces (source)... Lists of integers (garbage collection statistics) are normal output while building Emacs; they do not indicate a problem. ((86861 . 22009) (5184 . 46) (550 . 122) 323490 18867 (11 . 1) (18 . 0) (6535 . 1088)) Loading loaddefs.el (source)... ((106448 . 4245) (7588 . 0) (558 . 114) 1113104 18867 (37 . 33) (18 . 0) (13757 . 40)) Loading simple (source)... Loading help (source)... Loading international/mule-cmds (source)... Loading case-table (source)... Loading international/utf-8 (source)... Loading international/utf-16 (source)... Loading international/characters (source)... Loading international/latin-1 (source)... Loading international/latin-2 (source)... Loading international/latin-3 (source)... Loading international/latin-4 (source)... Loading international/latin-5 (source)... Loading international/latin-8 (source)... Loading international/latin-9 (source)... Loading language/chinese (source)... Loading language/cyrillic (source)... Loading language/indian (source)... Loading language/devanagari (source)... Loading language/malayalam (source)... Loading language/tamil (source)... Loading language/kannada (source)... Loading language/english (source)... Loading language/ethiopic (source)... Loading language/european (source)... Loading language/czech (source)... Loading language/slovak (source)... Loading language/romanian (source)... Loading language/greek (source)... Loading language/hebrew (source)... Loading language/japanese (source)... Loading language/korean (source)... Loading language/lao (source)... Loading language/thai (source)... Loading language/tibetan (source)... Loading language/vietnamese (source)... Loading language/misc-lang (source)... Loading language/utf-8-lang (source)... Loading language/georgian (source)... Loading international/ucs-tables (source)... Loading indent (source)... Loading window (source)... Loading frame (source)... Loading term/tty-colors (source)... Loading font-core (source)... Loading facemenu (source)... Loading mouse (source)... Loading scroll-bar (source)... Loading select (source)... Loading emacs-lisp/timer (source)... Loading isearch (source)... ((185368 . 4144) (10423 . 4) (575 . 156) 1408566 221037 (55 . 15) (18 . 43) (20752 . 164)) Loading menu-bar (source)... Loading paths.el (source)... Loading startup (source)... Loading emacs-lisp/lisp (source)... Loading textmodes/page (source)... Loading register (source)... Loading textmodes/paragraphs (source)... Loading emacs-lisp/lisp-mode (source)... Loading textmodes/text-mode (source)... Loading textmodes/fill (source)... ((211726 . 8006) (11078 . 3) (580 . 174) 1498418 222737 (57 . 13) (18 . 43) (22955 . 607)) Loading replace (source)... Loading abbrev (source)... Loading buff-menu (source)... Loading emacs-lisp/float-sup (source)... ((218603 . 3213) (11273 . 2) (581 . 173) 1529754 223161 (63 . 7) (18 . 43) (23441 . 184)) Loading vc-hooks (source)... Loading ediff-hook (source)... ((221555 . 2592) (11373 . 0) (582 . 172) 1537599 223178 (63 . 7) (18 . 43) (23692 . 311)) Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under names emacs and emacs-21.3.50 --- List of All Regions --- address size prot maxp 0 0x1000 none none 0x1000 0x272000 r x rwx 0x273000 0x1ef000 rw rwx 0x462000 0x3d000 rw rwx 0x49f000 0x36000 r rwx 0x4d5000 0x1c000 rw rwx 0x4f1000 0x8000 rw rwx 0x4f9000 0x1000 r rw 0x4fa000 0x4000 rw rwx 0x500000 0x105000 rw rwx 0x605000 0x1b000 r x rwx 0x620000 0x1000 rw rwx 0x621000 0x5000 r rwx 0x626000 0x1c000 rw rwx 0x642000 0x1d000 rw rwx 0x65f000 0x8000 rw rwx 0x667000 0x4000 rw rwx 0x66e000 0xc000 rw rwx 0x67c000 0x1c000 rw rwx 0x698000 0x14000 rw rwx 0x6ad000 0x4000 rw rwx 0x6b1000 0x4000 rw rwx 0x6b5000 0x4000 rw rwx 0x6bc000 0x4000 rw rwx 0x6c0000 0x4000 rw rwx 0x6c4000 0x44000 r x rwx 0x708000 0x2000 rw rwx 0x70a000 0x79000 r rwx 0x783000 0x8000 rw rwx 0x78e000 0x4000 rw rwx 0x792000 0x1c000 rw rwx 0x7ae000 0x1c000 rw rwx 0x7ca000 0x8000 rw rwx 0x7d3000 0xc000 rw rwx 0x7df000 0x4000 rw rwx 0x7e4000 0x4000 rw rwx 0x7e9000 0x4000 rw rwx 0x7ed000 0x9000 rw rwx 0x7f8000 0x8000 rw rwx 0x800000 0x2000 rw rwx 0x802000 0x806000 rw rwx 0x1008000 0x1c000 rw rwx 0x1024000 0x4000 rw rwx 0x1028000 0x14000 rw rwx 0x103c000 0x4000 rw rwx 0x1042000 0x4000 rw rwx 0x1046000 0x4000 rw rwx 0x104d000 0x4000 rw rwx 0x1051000 0x8000 rw rwx 0x1059000 0x4000 rw rwx 0x105d000 0x4000 rw rwx 0x1061000 0x4000 rw rwx 0x1065000 0x4000 rw rwx 0x1069000 0xc000 rw rwx 0x1075000 0x10000 rw rwx 0x1086000 0x1c000 rw rwx 0x10a2000 0x8000 rw rwx 0x10af000 0x4000 rw rwx 0x10b4000 0x4000 rw rwx 0x10b8000 0x8000 rw rwx 0x10c0000 0x20000 rw rwx 0x1100000 0x105000 rw rwx 0x1205000 0x31000 r x rwx 0x1236000 0x6000 rw rwx 0x123c000 0xf7000 r rwx --- List of Regions to be Dumped --- address size prot maxp 0 0x1000 none none 0x1000 0x272000 r x rwx 0x273000 0x22c000 rw rwx 0x49f000 0x36000 r rwx 0x4d5000 0x24000 rw rwx 0x4f9000 0x1000 r rw 0x4fa000 0x4000 rw rwx 0x500000 0x105000 rw rwx 0x605000 0x1b000 r x rwx 0x620000 0x1000 rw rwx 0x621000 0x5000 r rwx 0x626000 0x45000 rw rwx 0x66e000 0xc000 rw rwx 0x67c000 0x30000 rw rwx 0x6ad000 0xc000 rw rwx 0x6bc000 0x8000 rw rwx 0x6c4000 0x44000 r x rwx 0x708000 0x2000 rw rwx 0x70a000 0x79000 r rwx 0x783000 0x8000 rw rwx 0x78e000 0x44000 rw rwx 0x7d3000 0x10000 rw rwx 0x7e4000 0x4000 rw rwx 0x7e9000 0xd000 rw rwx 0x7f8000 0x848000 rw rwx 0x1042000 0x8000 rw rwx 0x104d000 0x38000 rw rwx 0x1086000 0x24000 rw rwx 0x10af000 0x4000 rw rwx 0x10b4000 0x2c000 rw rwx 0x1100000 0x105000 rw rwx 0x1205000 0x31000 r x rwx 0x1236000 0x6000 rw rwx 0x123c000 0xf7000 r rwx --- Header Information --- Magic = 0xfeedface CPUType = 18 CPUSubType = 0 FileType = 0x2 NCmds = 25 SizeOfCmds = 2424 Flags = 0x00000085 Highest address of load commands in input file: 0x4d5000 Lowest offset of all sections in __TEXT segment: 0x16ec --- List of Load Commands in Input File --- # cmd cmdsize name address size 0 LC_SEGMENT 56 __PAGEZERO 0 0x1000 1 LC_SEGMENT 600 __TEXT 0x1000 0x272000 __text 0x26ec 0x259b48 __picsymbol_stub 0x25c234 0 __symbol_stub 0x25c234 0 __picsymbolstub1 0x25c234 0x3b80 __cstring 0x25fdb4 0x13054 __literal8 0x272e08 0x110 __const 0x272f18 0xcc __literal4 0x272fe4 0x10 2 LC_SEGMENT 464 __DATA 0x273000 0x22c000 __data 0x273000 0x1ed890 __la_symbol_ptr 0x460890 0x770 __nl_symbol_ptr 0x461000 0x99c __dyld 0x46199c 0x1c __common 0x4619c0 0xb36c __bss 0x46cd30 0x316c9 3 LC_SEGMENT 56 __LINKEDIT 0x49f000 0x36000 4 LC_LOAD_DYLINKER 28 5 LC_LOAD_DYLIB 88 6 LC_LOAD_DYLIB 92 7 LC_LOAD_DYLIB 52 8 LC_LOAD_DYLIB 56 9 LC_LOAD_DYLIB 56 10 LC_LOAD_DYLIB 56 11 LC_LOAD_DYLIB 56 12 LC_LOAD_DYLIB 56 13 LC_LOAD_DYLIB 48 14 LC_LOAD_DYLIB 52 15 LC_LOAD_DYLIB 48 16 LC_LOAD_DYLIB 48 17 LC_LOAD_DYLIB 52 18 LC_LOAD_DYLIB 56 19 LC_LOAD_DYLIB 56 20 LC_LOAD_DYLIB 52 21 LC_SYMTAB 24 22 LC_DYSYMTAB 80 23 LC_TWOLEVEL_HINTS 16 24 LC_UNIXTHREAD 176 0x1700000 (sz: 0x5000) 0x1600000 (sz: 0x100000) 0x4000000 (sz: 0x8000) 0x3800000 (sz: 0x800000) 0x7f8000 (sz: 0x4000) 0x7ed000 (sz: 0x9000) 0x7e9000 (sz: 0x4000) 0x7e4000 (sz: 0x4000) 0x7df000 (sz: 0x4000) 0x7db000 (sz: 0x4000) 0x7d7000 (sz: 0x4000) 0x7d3000 (sz: 0x4000) 0x7ce000 (sz: 0x4000) 0x7ca000 (sz: 0x4000) 0x7c6000 (sz: 0x4000) 0x7c2000 (sz: 0x4000) 0x7be000 (sz: 0x4000) 0x7ba000 (sz: 0x4000) 0x7b6000 (sz: 0x4000) 0x7b2000 (sz: 0x4000) 0x7ae000 (sz: 0x4000) 0x7aa000 (sz: 0x4000) 0x7a6000 (sz: 0x4000) 0x7a2000 (sz: 0x4000) 0x79e000 (sz: 0x4000) 0x79a000 (sz: 0x4000) 0x796000 (sz: 0x4000) 0x792000 (sz: 0x4000) 0x78e000 (sz: 0x4000) 0x787000 (sz: 0x4000) 0x783000 (sz: 0x4000) 0x4fa000 (sz: 0x4000) 0x4f5000 (sz: 0x4000) 0x4f1000 (sz: 0x4000) 0x4ed000 (sz: 0x4000) 0x4e9000 (sz: 0x4000) 0x4e5000 (sz: 0x4000) 0x4e1000 (sz: 0x4000) 0x4dd000 (sz: 0x4000) 0x4d9000 (sz: 0x4000) 0x4d5000 (sz: 0x4000) 0x10bc000 (sz: 0x4000) 0x6c0000 (sz: 0x4000) 0x10b8000 (sz: 0x4000) 0x6bc000 (sz: 0x4000) 0x10b4000 (sz: 0x4000) 0x6b5000 (sz: 0x4000) 0x10af000 (sz: 0x4000) 0x6b1000 (sz: 0x4000) 0x6ad000 (sz: 0x4000) 0x10a6000 (sz: 0x4000) 0x6a8000 (sz: 0x4000) 0x10a2000 (sz: 0x4000) 0x6a4000 (sz: 0x4000) 0x109e000 (sz: 0x4000) 0x6a0000 (sz: 0x4000) 0x109a000 (sz: 0x4000) 0x69c000 (sz: 0x4000) 0x1096000 (sz: 0x4000) 0x698000 (sz: 0x4000) 0x1092000 (sz: 0x4000) 0x694000 (sz: 0x4000) 0x108e000 (sz: 0x4000) 0x690000 (sz: 0x4000) 0x108a000 (sz: 0x4000) 0x68c000 (sz: 0x4000) 0x1086000 (sz: 0x4000) 0x688000 (sz: 0x4000) 0x1081000 (sz: 0x4000) 0x684000 (sz: 0x4000) 0x107d000 (sz: 0x4000) 0x680000 (sz: 0x4000) 0x1079000 (sz: 0x4000) 0x67c000 (sz: 0x4000) 0x1075000 (sz: 0x4000) 0x1071000 (sz: 0x4000) 0x676000 (sz: 0x4000) 0x106d000 (sz: 0x4000) 0x672000 (sz: 0x4000) 0x1069000 (sz: 0x4000) 0x66e000 (sz: 0x4000) 0x1065000 (sz: 0x4000) 0x667000 (sz: 0x4000) 0x1061000 (sz: 0x4000) 0x663000 (sz: 0x4000) 0x105d000 (sz: 0x4000) 0x65f000 (sz: 0x4000) 0x1059000 (sz: 0x4000) 0x1055000 (sz: 0x4000) 0x659000 (sz: 0x6000) 0x1051000 (sz: 0x4000) 0x104d000 (sz: 0x4000) 0x652000 (sz: 0x7000) 0x64e000 (sz: 0x4000) 0x1046000 (sz: 0x4000) 0x64a000 (sz: 0x4000) 0x1042000 (sz: 0x4000) 0x646000 (sz: 0x4000) 0x642000 (sz: 0x4000) 0x103c000 (sz: 0x4000) 0x63e000 (sz: 0x4000) 0x1038000 (sz: 0x4000) 0x63a000 (sz: 0x4000) 0x1034000 (sz: 0x4000) 0x636000 (sz: 0x4000) 0x1030000 (sz: 0x4000) 0x632000 (sz: 0x4000) 0x102c000 (sz: 0x4000) 0x62e000 (sz: 0x4000) 0x1028000 (sz: 0x4000) 0x62a000 (sz: 0x4000) 0x1024000 (sz: 0x4000) 0x626000 (sz: 0x4000) 0x1020000 (sz: 0x4000) 0x101c000 (sz: 0x4000) 0x1018000 (sz: 0x4000) 0x1014000 (sz: 0x4000) 0x1010000 (sz: 0x4000) 0x100c000 (sz: 0x4000) 0x1008000 (sz: 0x4000) 0x7fc000 (sz: 0x4000) --- Load Commands written to Output File --- Writing segment __PAGEZERO at 0 - 0 (sz: 0) Writing segment __TEXT at 0 - 0x272000 (sz: 0x272000) Writing segment __DATA at 0x272000 - 0x461000 (sz: 0x1ef000) section __data at 0x272000 - 0x45f890 (sz: 0x1ed890) section __la_symbol_ptr at 0x45f890 - 0x460000 (sz: 0x770) section __nl_symbol_ptr at 0x460000 - 0x46099c (sz: 0x99c) section __dyld at 0x46099c - 0x4609b8 (sz: 0x1c) section __common at 0x4609c0 - 0x46bd2c (sz: 0xb36c) section __bss at 0x46bd30 - 0x49d3f9 (sz: 0x316c9) Writing segment __DATA at 0x49e000 - 0x4c2000 (sz: 0x24000) Writing segment __DATA at 0x4c2000 - 0x4c6000 (sz: 0x4000) Writing segment __DATA at 0x4c6000 - 0x50b000 (sz: 0x45000) Writing segment __DATA at 0x50b000 - 0x517000 (sz: 0xc000) Writing segment __DATA at 0x517000 - 0x547000 (sz: 0x30000) Writing segment __DATA at 0x547000 - 0x553000 (sz: 0xc000) Writing segment __DATA at 0x553000 - 0x55b000 (sz: 0x8000) Writing segment __DATA at 0x55b000 - 0x563000 (sz: 0x8000) Writing segment __DATA at 0x563000 - 0x5a7000 (sz: 0x44000) Writing segment __DATA at 0x5a7000 - 0x5b7000 (sz: 0x10000) Writing segment __DATA at 0x5b7000 - 0x5bb000 (sz: 0x4000) Writing segment __DATA at 0x5bb000 - 0x5c8000 (sz: 0xd000) Writing segment __DATA at 0x5c8000 - 0x5d0000 (sz: 0x8000) Writing segment __DATA at 0x5d0000 - 0x608000 (sz: 0x38000) Writing segment __DATA at 0x608000 - 0x610000 (sz: 0x8000) Writing segment __DATA at 0x610000 - 0x648000 (sz: 0x38000) Writing segment __DATA at 0x648000 - 0x66c000 (sz: 0x24000) Writing segment __DATA at 0x66c000 - 0x670000 (sz: 0x4000) Writing segment __DATA at 0x670000 - 0x67c000 (sz: 0xc000) Writing segment __DATA at 0x67c000 - 0x781000 (sz: 0x105000) Writing segment __DATA at 0x781000 - 0xf89000 (sz: 0x808000) Writing segment __LINKEDIT at 0xf89000 - 0xfbef9c (sz: 0x35f9c) Writing LC_LOAD_DYLINKER command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_LOAD_DYLIB command Writing LC_SYMTAB command Fixed up 94/94 external relocation entries in data segment. Writing LC_DYSYMTAB command Writing LC_TWOLEVEL_HINTS command Writing LC_UNIXTHREAD command 2240 unused bytes follow Mach-O header 72956 pure bytes used mv -f emacs bootstrap-emacs (cd lisp; make bootstrap EMACS=../src/bootstrap-emacs) wd=/Users/arided/emacs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; for file in $wins; do /Users/arided/emacs/lisp/../update-subdirs $file; done; wd=/Users/arided/emacs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; echo Directories: $wins; ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/Users/arided/emacs/lisp/loaddefs.el")' -f batch-update-autoloads $wins Directories: /Users/arided/emacs/lisp/. /Users/arided/emacs/lisp/./calc /Users/arided/emacs/lisp/./calendar /Users/arided/emacs/lisp/./emacs-lisp /Users/arided/emacs/lisp/./emulation /Users/arided/emacs/lisp/./eshell /Users/arided/emacs/lisp/./gnus /Users/arided/emacs/lisp/./international /Users/arided/emacs/lisp/./language /Users/arided/emacs/lisp/./mail /Users/arided/emacs/lisp/./mh-e /Users/arided/emacs/lisp/./net /Users/arided/emacs/lisp/./obsolete /Users/arided/emacs/lisp/./play /Users/arided/emacs/lisp/./progmodes /Users/arided/emacs/lisp/./term /Users/arided/emacs/lisp/./textmodes /Users/arided/emacs/lisp/./toolbar /Users/arided/emacs/lisp/./url Loading vc-cvs (source)... Saving file /Users/arided/emacs/lisp/loaddefs.el... Wrote /Users/arided/emacs/lisp/loaddefs.el find /Users/arided/emacs/lisp -name "*.elc" -print | xargs chmod +w >/dev/null 2>&1; wd=/Users/arided/emacs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; done; elpat=`echo $wins | tr ' ' '\012\012' | sed -e 's|\(.\)$|\1/|' -e 's|^\./||' -e 's|$|*.el|'`; els=`echo $elpat /Users/arided/emacs/lisp/cus-load.el /Users/arided/emacs/lisp/emacs-lisp/cl-specs.el /Users/arided/emacs/lisp/eshell/esh-maint.el /Users/arided/emacs/lisp/eshell/esh-groups.el /Users/arided/emacs/lisp/finder-inf.el /Users/arided/emacs/lisp/forms-d2.el /Users/arided/emacs/lisp/forms-pass.el /Users/arided/emacs/lisp/generic-x.el /Users/arided/emacs/lisp/international/latin-1.el /Users/arided/emacs/lisp/international/latin-2.el /Users/arided/emacs/lisp/international/lati n-3.el /Users/arided/emacs/lisp/international/latin-4.el /Users/arided/emacs/lisp/inter! national/latin-5.el /Users/arided/emacs/lisp/international/latin-8.el /Users/arided/emacs/lisp/international/latin-9.el /Users/arided/emacs/lisp/international/mule-conf.el /Users/arided/emacs/lisp/language/czech.el /Users/arided/emacs/lisp/language/devanagari.el /Users/arided/emacs/lisp/language/malayalam.el /Users/arided/emacs/lisp/language/tamil.el /Users/arided/emacs/lisp/language/kannada.el /Users/arided/emacs/lisp/language/english.el /Users/arided/emacs/lisp/language/greek.el /Users/arided/emacs/lisp/language/hebrew.el /Users/arided/emacs/lisp/language/japanese.el /Users/arided/emacs/lisp/language/korean.el /Users/arided/emacs/lisp/language/lao.el /Users/arided/emacs/lisp/language/misc-lang.el /Users/arided/emacs/lisp/language/romanian.el /Users/arided/emacs/lisp/language/slovak.el /Users/arided/emacs/lisp/language/thai.el /Users/arided/emacs/lisp/language/utf-8-l ang.el /Users/arided/emacs/lisp/language/georgian.el /Users/arided/emacs/lisp/loaddefs.! el /Users/arided/emacs/lisp/ldefs-boot.el /Users/arided/emacs/lisp/loadup.el /Users/arided/emacs/lisp/mail/blessmail.el /Users/arided/emacs/lisp/patcomp.el /Users/arided/emacs/lisp/paths.el /Users/arided/emacs/lisp/play/bruce.el /Users/arided/emacs/lisp/subdirs.el /Users/arided/emacs/lisp/term/internal.el /Users/arided/emacs/lisp/term/AT386.el /Users/arided/emacs/lisp/term/apollo.el /Users/arided/emacs/lisp/term/bobcat.el /Users/arided/emacs/lisp/term/iris-ansi.el /Users/arided/emacs/lisp/term/keyswap.el /Users/arided/emacs/lisp/term/linux.el /Users/arided/emacs/lisp/term/lk201.el /Users/arided/emacs/lisp/term/news.el /Users/arided/emacs/lisp/term/vt102.el /Users/arided/emacs/lisp/term/vt125.el /Users/arided/emacs/lisp/term/vt200.el /Users/arided/emacs/lisp/term/vt201.el /Users/arided/emacs/lisp/term/vt220.el /Users/arided/emacs/lisp/term/vt240.el /Users/arided/em acs/lisp/term/vt300.el /Users/arided/emacs/lisp/term/vt320.el /Users/arided/emacs/lisp/! term/vt400.el /Users/arided/emacs/lisp/term/vt420.el /Users/arided/emacs/lisp/term/wyse50.el /Users/arided/emacs/lisp/version.el /Users/arided/emacs/lisp/cus-load.el /Users/arided/emacs/lisp/emacs-lisp/cl-specs.el /Users/arided/emacs/lisp/eshell/esh-maint.el /Users/arided/emacs/lisp/eshell/esh-groups.el /Users/arided/emacs/lisp/finder-inf.el /Users/arided/emacs/lisp/forms-d2.el /Users/arided/emacs/lisp/forms-pass.el /Users/arided/emacs/lisp/generic-x.el /Users/arided/emacs/lisp/international/latin-1.el /Users/arided/emacs/lisp/international/latin-2.el /Users/arided/emacs/lisp/international/latin-3.el /Users/arided/emacs/lisp/international/latin-4.el /Users/arided/emacs/lisp/international/latin-5.el /Users/arided/emacs/lisp/international/latin-8.el /Users/arided/emacs/lisp/international/latin-9.el /Users/arided/emacs/lisp/international/mule-conf.el /Users/arided/emacs/l isp/language/czech.el /Users/arided/emacs/lisp/language/devanagari.el /Users/arided/ema! cs/lisp/language/malayalam.el /Users/arided/emacs/lisp/language/tamil.el /Users/arided/emacs/lisp/language/kannada.el /Users/arided/emacs/lisp/language/english.el /Users/arided/emacs/lisp/language/greek.el /Users/arided/emacs/lisp/language/hebrew.el /Users/arided/emacs/lisp/language/japanese.el /Users/arided/emacs/lisp/language/korean.el /Users/arided/emacs/lisp/language/lao.el /Users/arided/emacs/lisp/language/misc-lang.el /Users/arided/emacs/lisp/language/romanian.el /Users/arided/emacs/lisp/language/slovak.el /Users/arided/emacs/lisp/language/thai.el /Users/arided/emacs/lisp/language/utf-8-lang.el /Users/arided/emacs/lisp/language/georgian.el /Users/arided/emacs/lisp/loaddefs.el /Users/arided/emacs/lisp/ldefs-boot.el /Users/arided/emacs/lisp/loadup.el /Users/arided/emacs/lisp/mail/blessmail.el /Users/arided/emacs/lisp/patcomp.el /Users/arided/emacs/lisp/paths.el / Users/arided/emacs/lisp/play/bruce.el /Users/arided/emacs/lisp/subdirs.el /Users/arided! /emacs/lisp/term/internal.el /Users/arided/emacs/lisp/term/AT386.el /Users/arided/emacs/lisp/term/apollo.el /Users/arided/emacs/lisp/term/bobcat.el /Users/arided/emacs/lisp/term/iris-ansi.el /Users/arided/emacs/lisp/term/keyswap.el /Users/arided/emacs/lisp/term/linux.el /Users/arided/emacs/lisp/term/lk201.el /Users/arided/emacs/lisp/term/news.el /Users/arided/emacs/lisp/term/vt102.el /Users/arided/emacs/lisp/term/vt125.el /Users/arided/emacs/lisp/term/vt200.el /Users/arided/emacs/lisp/term/vt201.el /Users/arided/emacs/lisp/term/vt220.el /Users/arided/emacs/lisp/term/vt240.el /Users/arided/emacs/lisp/term/vt300.el /Users/arided/emacs/lisp/term/vt320.el /Users/arided/emacs/lisp/term/vt400.el /Users/arided/emacs/lisp/term/vt420.el /Users/arided/emacs/lisp/term/wyse50.el /Users/arided/emacs/lisp/version.el /Users/arided/emacs/lisp/emacs-lisp/byte-opt.el /Users/arided/em acs/lisp/emacs-lisp/bytecomp.el /Users/arided/emacs/lisp/subr.el /Users/arided/emacs/li! sp/progmodes/cc-mode.el /Users/arided/emacs/lisp/progmodes/cc-vars.el | tr ' ' '\012\012' | sort | uniq -u`; for el in /Users/arided/emacs/lisp/emacs-lisp/byte-opt.el /Users/arided/emacs/lisp/emacs-lisp/bytecomp.el /Users/arided/emacs/lisp/subr.el /Users/arided/emacs/lisp/progmodes/cc-mode.el /Users/arided/emacs/lisp/progmodes/cc-vars.el $els; do if test -f $el; then echo Compiling $el; EMACSLOADPATH=/Users/arided/emacs/lisp ../src/bootstrap-emacs -batch --no-site-file --multibyte -f batch-byte-compile-if-not-done $el || exit 1; fi done *** Error code 123 Stop in /Users/arided/emacs/lisp. *** Error code 1 Stop in /Users/arided/emacs. [~/emacs]%