From xemacs-m  Mon Jul 21 17:59:49 1997
Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA10652
	for <xemacs-beta@xemacs.org>; Mon, 21 Jul 1997 17:59:30 -0500 (CDT)
Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5])
	by mail.cdsnet.net (8.8.6/8.8.6) with SMTP id PAA14236
	for <xemacs-beta@xemacs.org>; Mon, 21 Jul 1997 15:59:31 -0700 (PDT)
Date: Mon, 21 Jul 1997 15:59:31 -0700 (PDT)
From: Jaye Mathisen  <mrcpu@cdsnet.net>
To: xemacs-beta@xemacs.org
Subject: Partial Success, Vienna -- FreeBSD.
Message-ID: <Pine.NEB.3.95.970721152133.28740K-100000@mail.cdsnet.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII



I hate thinking of "partial success" and Vienna, since Vienna is my
daugther's name... ;)



In any case, it configures OK, and compiles OK, but dies on installation:

Copying /usr/local/src/xemacs-20.3-b14/etc...
Copying /usr/local/src/xemacs-20.3-b14/lisp...
if test `(cd /usr/local/src/xemacs-20.3-b14/info && /bin/pwd)` != `(cd
/usr/local/xemacs-20.3b14/lib/xemacs-20.3-b14/info && /bin/pwd)` && cd
/usr/local/src/xemacs-20.3-b14/info; then  if test ! -f
/usr/local/xemacs-20.3b14/lib/xemacs-20.3-b14/info/dir -a -f dir ; then
/usr/bin/install -c -m 644 /usr/local/src/xemacs-20.3-b14/info/dir
/usr/local/xemacs-20.3b14/lib/xemacs-20.3-b14/info/dir ;  fi ;  for file
in *.info* ; do  /usr/bin/install -c -m 644 ${file}
/usr/local/xemacs-20.3b14/lib/xemacs-20.3-b14/info/${file} ;  chmod 0644
/usr/local/xemacs-20.3b14/lib/xemacs-20.3-b14/info/${file};  done ;  fi
install: *.info*: No such file or directory
*** Error code 71

Stop.




I include the full build info/install script below:

Script started on Mon Jul 21 14:58:00 1997
schizo% ./configure --prefix=/usr/local/xemacs-20.3b14
- You did not tell me what kind of host system you want to configure.
- I will attempt to guess the kind of system this is.
- Looks like this is a i386-unknown-freebsd2.2
checking whether ln -s works... yes
    Defining EMACS_MAJOR_VERSION = 20
    Defining EMACS_MINOR_VERSION = 3
    Defining EMACS_BETA_VERSION = 14
    Defining XEMACS_CODENAME = "Vienna"
    Defining EMACS_VERSION = "20.3-b14"
    Defining ERROR_CHECK_EXTENTS
    Defining ERROR_CHECK_TYPECHECK
    Defining ERROR_CHECK_BUFPOS
    Defining ERROR_CHECK_GC
    Defining ERROR_CHECK_MALLOC
    Defining USE_ASSERTIONS
checking the configuration name
    Defining CANONICAL_VERSION = 20_3_b14_i386_unknown_freebsd2_2
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether we are using SunPro C... no
Extracting information from the machine- and system-dependent headers...
libs_machine = ''
libs_system = '-lutil -lxpg4'
libs_termcap = '-ltermcap'
libs_standard = ''
objects_machine = ''
objects_system = ''
c_switch_machine = ''
c_switch_system = ''
c_switch_x_system = ''
ld_switch_machine = ''
ld_switch_system = ''
ld_switch_x_system = ''
unexec = 'unexfreebsd.o'
ld_switch_shared = '-c'
ld = '$(CC) $(CFLAGS)'
lib_gcc = ''
ld_text_start_addr = ''
start_files = ''
ordinary_link = 'yes'
have_terminfo = 'no'
mail_use_flock = 'yes'
mail_use_lockf = 'no'

    xemacs will be linked with "unexfreebsd.o"
checking for dynodump... no
checking for runtime libraries flag... "-R"
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for bison... bison -y
checking for mach/mach.h... no
checking for sys/stropts.h... no
checking for sys/timeb.h... yes
    Defining HAVE_SYS_TIMEB_H
checking for sys/time.h... yes
    Defining HAVE_SYS_TIME_H
checking for unistd.h... yes
    Defining HAVE_UNISTD_H
checking for utime.h... yes
    Defining HAVE_UTIME_H
checking for locale.h... yes
    Defining HAVE_LOCALE_H
checking for libgen.h... no
checking for fcntl.h... yes
    Defining HAVE_FCNTL_H
checking for ulimit.h... no
checking for linux/version.h... no
checking for kstat.h... no
checking for sys/pstat.h... no
checking for inttypes.h... no
checking for limits.h... yes
    Defining HAVE_LIMITS_H
checking for sys/wait.h that is POSIX.1 compatible... yes
    Defining HAVE_SYS_WAIT_H
checking for ANSI C header files... yes
    Defining STDC_HEADERS
checking whether time.h and sys/time.h may both be included... yes
    Defining TIME_WITH_SYS_TIME
checking for sys_siglist declaration in signal.h or unistd.h... yes
    Defining SYS_SIGLIST_DECLARED
checking for struct utimbuf... yes
    Defining HAVE_STRUCT_UTIMBUF
checking return type of signal handlers... void
    Defining RETSIGTYPE = void
checking for size_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for struct timeval... yes
    Defining HAVE_TIMEVAL
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
    Defining HAVE_TM_ZONE
checking for working const... yes
checking whether make sets ${MAKE}... yes
checking whether byte ordering is bigendian... no
checking size of short... 2
    Defining SIZEOF_SHORT = 2
checking size of int... 4
    Defining SIZEOF_INT = 4
checking size of long... 4
    Defining SIZEOF_LONG = 4
checking size of long long... 8
    Defining SIZEOF_LONG_LONG = 8
checking size of void *... 4
    Defining SIZEOF_VOID_P = 4
checking for long file names... yes
    Defining HAVE_LONG_FILE_NAMES
checking for sqrt in -lm... yes
    Defining HAVE_LIBM
    Prepending "-lm" to $LIBS
    Defining LISP_FLOAT_TYPE
checking type of mail spool file locking
    Defining REAL_MAIL_USE_FLOCK
checking for kstat_open in -lkstat... no
checking for kvm_read in -lkvm... yes
    Defining HAVE_LIBKVM
    Prepending "-lkvm" to $LIBS
checking for cma_open in -lpthreads... no
checking whether the -xildoff compiler flag is required... no
checking for specified window system
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
    Defining HAVE_X_WINDOWS
    Appending "lwlib" to $MAKE_SUBDIR
    Appending "lwlib" to $SRC_SUBDIR_DEPS

X11 compilation variables:
x_libraries = '/usr/X11R6/lib'
x_includes = '/usr/X11R6/include'
X_CFLAGS = ' -I/usr/X11R6/include'
X_LIBS = ' -L/usr/X11R6/lib'
X_PRE_LIBS = ' -lSM -lICE'
X_EXTRA_LIBS = ''

checking for X defines extracted by xmkmf
    Defining NARROWPROTO
    Defining CSRG_BASED
checking for X11/Intrinsic.h... yes
checking for XOpenDisplay in -lX11... yes
    Setting libs_x to "-lX11"
checking for XShapeSelectInput in -lXext... yes
    Prepending "-lXext" to $libs_x
checking for XtOpenDisplay in -lXt... yes
    Prepending "-lXt" to $libs_x
checking the version of X11 being used... R6
    Defining THIS_IS_X11R6
checking for X11/Xlocale.h... yes
    Defining HAVE_X11_XLOCALE_H
checking for XFree86... yes
    Defining HAVE_XFREE386
checking for XmuReadBitmapDataFromFile in -lXmu... yes
    Prepending "-lXmu" to $libs_x
checking for main in -lXbsd... no
checking for XawScrollbarSetThumb in -lXaw... yes
checking for X11/Xaw/Reports.h... yes
    Appending "pkg-src/tree-x" to $MAKE_SUBDIR
    Appending "pkg-src/tree-x" to $INSTALL_ARCH_DEP_SUBDIR
  Using X11.
checking for X11/Xauth.h... yes
checking for XauGetAuthByAddr in -lXau... yes
    Defining HAVE_XAUTH
checking for OffiX/DragAndDrop.h... no
checking for tt_c.h... no
checking for Tt/tt_c.h... no
checking for desktop/tt_c.h... no
checking for Dt/Dt.h... no
checking for graphics libraries
    Defining HAVE_GIF
    xemacs will be linked with "dgif_lib.o gif_err.o gifalloc.o"
checking for Xpm - no older than 3.4f... yes
    Defining HAVE_XPM
    Prepending "-lXpm" to $libs_x
checking for compface.h... no
checking for jpeglib.h... no
checking for png.h... no
checking for Xm/Xm.h... yes
checking for XmStringFree in -lXm... yes
    Defining LWLIB_USES_MOTIF
    Defining NEED_MOTIF
    Appending "lwlib-Xm.o" to $lwlib_objs
    Appending "xlwmenu.o" to $lwlib_objs
    Appending "xlwscrollbar.o" to $lwlib_objs
    Defining NEED_LUCID
    Appending "lwlib-Xlw.o" to $lwlib_objs
    Defining HAVE_MENUBARS
    Defining HAVE_SCROLLBARS
    Defining HAVE_DIALOGS
    Defining HAVE_TOOLBARS
    Defining LWLIB_MENUBARS_LUCID
    Defining LWLIB_SCROLLBARS_LUCID
    Defining LWLIB_DIALOGS_MOTIF
    xemacs will be linked with "menubar.o"
    xemacs will be linked with "scrollbar.o"
    xemacs will be linked with "dialog.o"
    xemacs will be linked with "toolbar.o"
    xemacs will be linked with "gui.o"
    xemacs will be linked with "menubar-x.o"
    xemacs will be linked with "scrollbar-x.o"
    xemacs will be linked with "dialog-x.o"
    xemacs will be linked with "toolbar-x.o"
    xemacs will be linked with "gui-x.o"
    Prepending "-lXm" to $libs_x
checking for acosh... yes
    Defining HAVE_ACOSH
checking for asinh... yes
    Defining HAVE_ASINH
checking for atanh... yes
    Defining HAVE_ATANH
checking for cbrt... yes
    Defining HAVE_CBRT
checking for closedir... yes
    Defining HAVE_CLOSEDIR
checking for dup2... yes
    Defining HAVE_DUP2
checking for eaccess... no
checking for fmod... yes
    Defining HAVE_FMOD
checking for fpathconf... yes
    Defining HAVE_FPATHCONF
checking for frexp... yes
    Defining HAVE_FREXP
checking for ftime... no
checking for gethostname... yes
    Defining HAVE_GETHOSTNAME
checking for getpagesize... yes
    Defining HAVE_GETPAGESIZE
checking for gettimeofday... yes
    Defining HAVE_GETTIMEOFDAY
checking for getcwd... yes
    Defining HAVE_GETCWD
checking for getwd... yes
    Defining HAVE_GETWD
checking for logb... yes
    Defining HAVE_LOGB
checking for lrand48... yes
    Defining HAVE_LRAND48
checking for matherr... yes
    Defining HAVE_MATHERR
checking for mkdir... yes
    Defining HAVE_MKDIR
checking for mktime... yes
    Defining HAVE_MKTIME
checking for perror... yes
    Defining HAVE_PERROR
checking for poll... no
checking for random... yes
    Defining HAVE_RANDOM
checking for rename... yes
    Defining HAVE_RENAME
checking for res_init... yes
    Defining HAVE_RES_INIT
checking for rint... yes
    Defining HAVE_RINT
checking for rmdir... yes
    Defining HAVE_RMDIR
checking for select... yes
    Defining HAVE_SELECT
checking for setitimer... yes
    Defining HAVE_SETITIMER
checking for setpgid... yes
    Defining HAVE_SETPGID
checking for setlocale... yes
    Defining HAVE_SETLOCALE
checking for setsid... yes
    Defining HAVE_SETSID
checking for sigblock... yes
    Defining HAVE_SIGBLOCK
checking for sighold... no
checking for sigprocmask... yes
    Defining HAVE_SIGPROCMASK
checking for strcasecmp... yes
    Defining HAVE_STRCASECMP
checking for strerror... yes
    Defining HAVE_STRERROR
checking for tzset... yes
    Defining HAVE_TZSET
checking for ulimit... no
checking for usleep... yes
    Defining HAVE_USLEEP
checking for utimes... yes
    Defining HAVE_UTIMES
checking for waitpid... yes
    Defining HAVE_WAITPID
checking for realpath... yes
    Defining HAVE_REALPATH
checking whether netdb declares h_errno... yes
    Defining HAVE_H_ERRNO
checking for sigsetjmp... yes
    Defining HAVE_SIGSETJMP
checking whether localtime caches TZ... no
checking whether gettimeofday cannot accept two arguments... no
checking for inline... inline
    Defining HAVE_INLINE
    xemacs will be linked with "inline.o"
checking for working alloca.h... no
checking for alloca... yes
    Defining HAVE_ALLOCA
checking for vfork.h... no
checking for working vfork... yes
checking for working strcoll... yes
    Defining HAVE_STRCOLL
checking for getpgrp... yes
    Defining HAVE_GETPGRP
checking whether getpgrp takes no argument... yes
    Defining GETPGRP_VOID
checking for working mmap... yes
    Defining HAVE_MMAP
    Defining REL_ALLOC
checking for termios.h... yes
    Defining HAVE_TERMIOS
    Defining SIGNALS_VIA_CHARACTERS
    Defining NO_TERMIO
checking for socket... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
    Defining HAVE_SOCKETS
checking for sun_len member in struct sockaddr_un... yes
    Defining HAVE_SOCKADDR_SUN_LEN
checking for msgget... yes
checking for sys/ipc.h... yes
checking for sys/msg.h... yes
    Defining HAVE_SYSVIPC
checking for dirent.h... yes
    Defining SYSV_SYSTEM_DIR
checking for nlist.h... yes
    Defining NLIST_STRUCT
checking for sound support
checking for machine/soundcard.h... yes
    xemacs will be linked with "linuxplay.o"
    Defining SOUNDCARD_H_PATH = "machine/soundcard.h"
    Defining HAVE_NATIVE_SOUND
checking for TTY-related features
    Defining HAVE_TTY
    xemacs will be linked with "console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o"
checking for tgetent in -lncurses... no
    xemacs will be linked with "tparam.o"
    Prepending "-ltermcap" to $LIBS
    Defining CURSES_H_PATH = "curses.h"
    Defining TERM_H_PATH = "term.h"
checking for gpm.h... no
    xemacs will be linked with "event-unixoid.o"
checking for database support
checking for dbm_open in -lgdbm... no
checking for dbm_open... yes
    Defining HAVE_DBM
checking for dbopen... yes
    Defining DB_H_PATH = "db.h"
    Defining HAVE_BERKELEY_DB
    Defining HAVE_DATABASE
    xemacs will be linked with "database.o"
    Appending "src" to $MAKE_SUBDIR

extra_objs = 'unexfreebsd.o dgif_lib.o gif_err.o gifalloc.o menubar.o scrollbar.o dialog.o toolbar.o gui.o menubar-x.o scrollbar-x.o dialog-x.o toolbar-x.o gui-x.o inline.o linuxplay.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redis
play-tty.o cm.o tparam.o event-unixoid.o database.o'
c_switch_general = '-DHAVE_CONFIG_H'
c_switch_window_system = '-I/usr/X11R6/include'
c_switch_all = '-DHAVE_CONFIG_H -I/usr/X11R6/include'
ld_switch_general = ''
ld_switch_window_system = '-L/usr/X11R6/lib'
ld_switch_all = '-L/usr/X11R6/lib'
ld_libs_general = '-ltermcap -lkvm -lm -lutil -lxpg4'
ld_libs_window_system = '-lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE'
ld_libs_all = '-lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -ltermcap -lkvm -lm -lutil -lxpg4'

    Defining EMACS_CONFIGURATION = "i386-unknown-freebsd2.2"
    Defining EMACS_CONFIG_OPTIONS = " --prefix=/usr/local/xemacs-20.3b14"
    Defining config_machfile = "m/intel386.h"
    Defining config_opsysfile = "s/freebsd.h"
    Defining LD_SWITCH_X_SITE = 
    Defining LD_SWITCH_X_SITE_AUX = 
    Defining C_SWITCH_X_SITE = 
    Defining LD_SWITCH_SITE = 
    Defining C_SWITCH_SITE = 
    Defining GNU_MALLOC
    Defining USE_GCC
    Defining CONST_IS_LOSING
    Defining NO_UNION_TYPE


Configured for `i386-unknown-freebsd2.2'.

  Where should the build process find the source code?    /usr/local/src/xemacs-20.3-b14
  What installation prefix should install use?		  /usr/local/xemacs-20.3b14
  What operating system and machine description files should XEmacs use?
        `s/freebsd.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -g -O2 -Wall -Wno-switch
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "flock" for locking mail spool files.
  WARNING: ---------------------------------------------------------
  WARNING: Compiling in support for runtime error checking.
  WARNING: XEmacs will run noticeably more slowly as a result.
  WARNING: Error checking is on by default for XEmacs beta releases.
  WARNING: ---------------------------------------------------------

The above configure report is appended to "Installation" file.

creating ./config.status
creating Makefile
creating lib-src/Makefile.in
creating lwlib/Makefile.in
creating pkg-src/tree-x/Makefile.in
creating src/Makefile.in
creating src/config.h
creating lwlib/config.h
creating lib-src/Makefile
creating lwlib/Makefile
creating pkg-src/tree-x/Makefile
creating src/Makefile
schizo% make
Producing `src/paths.h' from `src/paths.h.in'.
Producing `src/Emacs.ad.h' from `etc/Emacs.ad'.
Resetting `src/puresize_adjust.h'.
cd lib-src && make   CC='gcc' CFLAGS='-g -O2 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' all
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/make-path.c -o make-path
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/wakeup.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o wakeup
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/profile.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o profile
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/make-docfile.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o make-docfile
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/digest-doc.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o digest-doc
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/sorted-doc.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o sorted-doc
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include  /usr/local/src/xemacs-20.3-b14/lib-src/movemail.c /usr/local/src/xemacs-20.3-b14/lib-src/pop.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4  -o movemail
/usr/local/src/xemacs-20.3-b14/lib-src/movemail.c:142: warning: `popmail' declared `static' but never defined
/usr/local/src/xemacs-20.3-b14/lib-src/movemail.c:146: warning: `mbx_write' declared `static' but never defined
/usr/local/src/xemacs-20.3-b14/lib-src/movemail.c:147: warning: `mbx_delimit_begin' declared `static' but never defined
/usr/local/src/xemacs-20.3-b14/lib-src/movemail.c:148: warning: `mbx_delimit_end' declared `static' but never defined
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/cvtmail.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o cvtmail
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/fakemail.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o fakemail
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/yow.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o yow
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/hexl.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o hexl
gcc -c -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/gnuslib.c
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/gnuserv.c gnuslib.o  -L/usr/X11R6/lib -lXau -lXmu -lXt -lXext -lX11 -lSM -lICE -ltermcap -lkvm -lm -lutil -lxpg4 -o gnuserv
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/mmencode.c -o mmencode
gcc -c -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/getopt.c
gcc -c -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/getopt1.c
gcc -c `echo -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include | sed 's/-Demacs/ /'`  -DINHIBIT_STRING_HEADER /usr/local/src/xemacs-20.3-b14/lib-src/../src/regex.c
gcc -I. -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/src/xemacs-20.3-b14/lib-src -I/usr/local/src/xemacs-20.3-b14/lib-src/../src  -DVERSION='"20.3-b14"' /usr/local/src/xemacs-20.3-b14/lib-src/etags.c  getopt
.o getopt1.o  regex.o  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o etags
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `C_entries':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:2305: warning: `tokoff' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:2306: warning: `toklen' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `Pascal_functions':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3246: warning: `save_lcno' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3247: warning: `save_lineno' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3248: warning: `namebuf' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `TeX_functions':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3667: warning: suggest parentheses around assignment used as truth value
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `Prolog_functions':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3838: warning: suggest parentheses around assignment used as truth value
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `Erlang_functions':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:4036: warning: suggest parentheses around assignment used as truth value
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `erlang_attribute':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:4116: warning: suggest parentheses around assignment used as truth value
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:4107: warning: `pos' might be used uninitialized in this function
gcc -DCTAGS -I. -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/src/xemacs-20.3-b14/lib-src -I/usr/local/src/xemacs-20.3-b14/lib-src/../src  -DVERSION='"20.3-b14"' /usr/local/src/xemacs-20.3-b14/lib-src/etags.c
  getopt.o getopt1.o  regex.o  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o ctags
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `C_entries':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:2305: warning: `tokoff' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:2306: warning: `toklen' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `Pascal_functions':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3246: warning: `save_lcno' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3247: warning: `save_lineno' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3248: warning: `namebuf' might be used uninitialized in this function
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `TeX_functions':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3667: warning: suggest parentheses around assignment used as truth value
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `Prolog_functions':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:3838: warning: suggest parentheses around assignment used as truth value
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `Erlang_functions':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:4036: warning: suggest parentheses around assignment used as truth value
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c: In function `erlang_attribute':
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:4116: warning: suggest parentheses around assignment used as truth value
/usr/local/src/xemacs-20.3-b14/lib-src/etags.c:4107: warning: `pos' might be used uninitialized in this function
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/b2m.c  -L/usr/X11R6/lib -ltermcap -lkvm -lm -lutil -lxpg4 -o b2m
gcc -g -O2 -Wall -Wno-switch -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/lib-src/gnuclient.c gnuslib.o  -L/usr/X11R6/lib -lXau -lXmu -lXt -lXext -lX11 -lSM -lICE -ltermcap -lkvm -lm -lutil -lxpg4 -o gnuclient
cd lwlib && make   CC='gcc' CFLAGS='-g -O2 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' all
gcc -c -g -O2 -Wall -Wno-switch  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include  lwlib.c
gcc -c -g -O2 -Wall -Wno-switch  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include  lwlib-utils.c
gcc -c -g -O2 -Wall -Wno-switch  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include  lwlib-config.c
gcc -c -g -O2 -Wall -Wno-switch  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include  lwlib-Xm.c
gcc -c -g -O2 -Wall -Wno-switch  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include  xlwmenu.c
gcc -c -g -O2 -Wall -Wno-switch  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include  xlwscrollbar.c
gcc -c -g -O2 -Wall -Wno-switch  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include  lwlib-Xlw.c
rm -f liblw.a
ar cq liblw.a lwlib.o lwlib-utils.o lwlib-config.o   lwlib-Xm.o xlwmenu.o xlwscrollbar.o lwlib-Xlw.o
cd pkg-src/tree-x && make   CC='gcc' CFLAGS='-g -O2 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' all
gcc -g -O2 -Wall -Wno-switch -I../../src  -DHAVE_CONFIG_H -I/usr/X11R6/include -c draw.c
gcc -g -O2 -Wall -Wno-switch -I../../src  -DHAVE_CONFIG_H -I/usr/X11R6/include -c tree.c
gcc -g -O2 -Wall -Wno-switch -I../../src  -DHAVE_CONFIG_H -I/usr/X11R6/include -c input.c
gcc -g -O2 -Wall -Wno-switch -I../../src  -DHAVE_CONFIG_H -I/usr/X11R6/include -c dissolve.c
gcc -g -O2 -Wall -Wno-switch -I../../src  -DHAVE_CONFIG_H -I/usr/X11R6/include -c dbl.c
gcc -g -O2 -Wall -Wno-switch -I../../src  -DHAVE_CONFIG_H -I/usr/X11R6/include -c intf.c
intf.c: In function `File_CB':
intf.c:1369: warning: `menuItem' might be used uninitialized in this function
intf.c: At top level:
intf.c:123: warning: `layoutMenuItems' defined but not used
intf.c:1726: warning: `set_levelscale_CB' defined but not used
intf.c:1759: warning: `set_levelvalue_CB' defined but not used
intf.c:1699: warning: `set_siblingscale_CB' defined but not used
intf.c:1753: warning: `set_siblingvalue_CB' defined but not used
intf.c:1310: warning: `HelpDone_CB' defined but not used
gcc -g -O2 -Wall -Wno-switch  draw.o tree.o input.o dissolve.o dbl.o intf.o  -L/usr/X11R6/lib -lXaw -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -ltermcap -lkvm -lm -lutil -lxpg4 -o xoobr
cd src && make   CC='gcc' CFLAGS='-g -O2 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' all
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include abbrev.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include alloc.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include blocktype.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include buffer.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include bytecode.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include callint.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include callproc.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include casefiddle.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include casetab.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include chartab.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include cmdloop.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include cmds.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include console.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include console-stream.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include data.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include device.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include dired.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include doc.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include doprnt.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include dynarr.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include editfns.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include elhash.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include emacs.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include eval.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include events.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include unexfreebsd.c
unexfreebsd.c: In function `run_time_remap':
unexfreebsd.c:687: warning: unsigned int format, long unsigned int arg (arg 3)
unexfreebsd.c:687: warning: unsigned int format, long unsigned int arg (arg 4)
unexfreebsd.c:694: warning: unsigned int format, long unsigned int arg (arg 3)
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include dgif_lib.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include gif_err.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include gifalloc.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include menubar.c
menubar.c: In function `Faccelerate_menu':
menubar.c:187: warning: implicit declaration of function `event_menu_accelerate'
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include scrollbar.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include dialog.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include toolbar.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include gui.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include menubar-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include scrollbar-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include dialog-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include toolbar-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include gui-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include inline.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include linuxplay.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include console-tty.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include device-tty.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include event-tty.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include frame-tty.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include objects-tty.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include redisplay-tty.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include cm.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include tparam.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include event-unixoid.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include database.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include event-stream.c
event-stream.c: In function `command_builder_find_menu_accelerator':
event-stream.c:3425: warning: `last' might be used uninitialized in this function
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include extents.c
extents.c: In function `print_extent_1':
extents.c:2992: warning: control reaches end of non-void function
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include faces.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include fileio.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include filemode.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include floatfns.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include fns.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include font-lock.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include frame.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include general.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include getloadavg.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include glyphs.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include hash.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include indent.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include insdel.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include intl.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include keymap.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include lread.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include lstream.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include macros.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include marker.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include md5.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include minibuf.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include objects.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include opaque.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include print.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include process.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include profile.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include pure.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include rangetab.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include redisplay.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include redisplay-output.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include regex.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include search.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include signal.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include sound.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include specifier.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include strftime.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include symbols.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include syntax.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include sysdep.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include undo.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include balloon_help.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include balloon-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include console-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include device-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include event-Xt.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include frame-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include glyphs-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include objects-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include redisplay-x.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include xgccache.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include xselect.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include window.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include lastfile.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include gmalloc.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include free-hook.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include vm-limit.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include ralloc.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include EmacsFrame.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include EmacsShell.c
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -DDEFINE_TOP_LEVEL_EMACS_SHELL /usr/local/src/xemacs-20.3-b14/src/EmacsShell-sub.c
mv EmacsShell-sub.o TopLevelEmacsShell.o
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -DDEFINE_TRANSIENT_EMACS_SHELL /usr/local/src/xemacs-20.3-b14/src/EmacsShell-sub.c
mv EmacsShell-sub.o TransientEmacsShell.o
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include EmacsManager.c
gcc -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include /usr/local/src/xemacs-20.3-b14/src/prefix-args.c -o prefix-args
if gcc -g -O2 -Wall -Wno-switch  -L/usr/X11R6/lib -o temacs  abbrev.o alloc.o blocktype.o buffer.o bytecode.o callint.o callproc.o casefiddle.o casetab.o chartab.o cmdloop.o cmds.o console.o console-stream.o data.o device.o dired.o doc.o doprnt.o dynarr.o
 editfns.o elhash.o emacs.o  eval.o events.o unexfreebsd.o dgif_lib.o gif_err.o gifalloc.o menubar.o scrollbar.o dialog.o toolbar.o gui.o menubar-x.o scrollbar-x.o dialog-x.o toolbar-x.o gui-x.o inline.o linuxplay.o console-tty.o device-tty.o event-tty.o 
frame-tty.o objects-tty.o redisplay-tty.o cm.o tparam.o event-unixoid.o database.o event-stream.o extents.o faces.o fileio.o  filemode.o floatfns.o fns.o font-lock.o frame.o general.o getloadavg.o glyphs.o  hash.o indent.o insdel.o intl.o keymap.o  lread.
o lstream.o macros.o marker.o md5.o minibuf.o objects.o opaque.o print.o process.o profile.o pure.o rangetab.o redisplay.o redisplay-output.o regex.o search.o signal.o sound.o specifier.o strftime.o symbols.o syntax.o sysdep.o undo.o balloon_help.o balloo
n-x.o console-x.o device-x.o event-Xt.o frame-x.o glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o window.o  lastfile.o gmalloc.o free-hook.o vm-limit.o ralloc.o EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o 
 ../lwlib/liblw.a  -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -ltermcap -lkvm -lm -lutil -lxpg4 ; then  rm -f xemacs;  fi
rm -f ../lib-src/DOC;  EMACSLOADPATH="/usr/local/src/xemacs-20.3-b14/src/../lisp/prim" ./temacs -batch -l ../prim/make-docfile.el --  -o ../lib-src/DOC -d /usr/local/src/xemacs-20.3-b14/src -i ../lib-src/../site-packages  abbrev.c alloc.c blocktype.c buff
er.c bytecode.c callint.c callproc.c casefiddle.c casetab.c chartab.c cmdloop.c cmds.c console.c console-stream.c data.c device.c dired.c doc.c doprnt.c dynarr.c editfns.c elhash.c emacs.c eval.c events.c unexfreebsd.c dgif_lib.c gif_err.c gifalloc.c menu
bar.c scrollbar.c dialog.c toolbar.c gui.c menubar-x.c scrollbar-x.c dialog-x.c toolbar-x.c gui-x.c inline.c linuxplay.c console-tty.c device-tty.c event-tty.c frame-tty.c objects-tty.c redisplay-tty.c cm.c tparam.c event-unixoid.c database.c event-stream
.c extents.c faces.c fileio.c filemode.c floatfns.c fns.c font-lock.c frame.c general.c getloadavg.c glyphs.c hash.c indent.c insdel.c intl.c keymap.c lread.c lstream.c macros.c marker.c md5.c minibuf.c objects.c opaque.c print.c process.c profile.c pure.
c rangetab.c redisplay.c redisplay-output.c regex.c search.c signal.c sound.c specifier.c strftime.c symbols.c syntax.c sysdep.c undo.c balloon_help.c balloon-x.c console-x.c device-x.c event-Xt.c frame-x.c glyphs-x.c objects-x.c redisplay-x.c xgccache.c 
xselect.c window.c free-hook.c ralloc.c

Loading ../prim/make-docfile.el...
Loading /usr/local/src/xemacs-20.3-b14/src/../lisp/prim/dumped-lisp.el...
Spawning make-docfile ...
Spawning make-docfile ...done
EMACSLOADPATH="/usr/local/src/xemacs-20.3-b14/src/../lisp/prim" ./temacs -batch -l ../prim/update-elc.el

Loading ../prim/update-elc.el...
Loading /usr/local/src/xemacs-20.3-b14/src/../lisp/prim/dumped-lisp.el...
if test -f NOBYTECOMPILE || test ! -f xemacs; then  make   CC='gcc' CFLAGS='-g -O2 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' binary;  fi
EMACSLOADPATH="/usr/local/src/xemacs-20.3-b14/src/../lisp/prim" ./temacs -batch -l loadup.el dump

Loading loadup.el...
Using load-path (/usr/local/src/xemacs-20.3-b14/src/../lisp/prim)
Loading dumped-lisp.el...
Loading backquote...
Loading bytecomp-runtime...
Loading subr...
Loading replace...
Loading version.el...
Loading cl...
Loading cl-defs...
Loading widget...
Loading custom...
Loading cus-start...
Loading cmdloop...
Loading keymap...
Loading syntax...
Loading device...
Loading console...
Loading obsolete...
Loading specifier...
Loading faces...
Loading glyphs...
Loading objects...
Loading extents...
Loading events...
Loading text-props...
Loading process...
Loading frame...
Loading map-ynp...
Loading simple...
Loading keydefs...
Loading abbrev...
Loading derived...
Loading minibuf...
Loading list-mode...
Loading modeline...
Loading startup...
Loading loaddefs...
Loading /usr/local/src/xemacs-20.3-b14/lisp/apel/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/auctex/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/bytecomp/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/calendar/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/cc-mode/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/comint/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/custom/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/edebug/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/ediff/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/efs/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/electric/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/emulators/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/eterm/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/games/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/gnats/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/gnus/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/hm--html-menus/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/hyperbole/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/iso/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/mailcrypt/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/mh-e/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/modes/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/mule/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/oobr/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/packages/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/pcl-cvs/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/prim/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/psgml/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/rmail/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/tl/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/tm/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/utils/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/viper/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/vm/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/w3/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/x11/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/src/../lisp/prim/auto-autoloads...
Loading misc...
Loading help...
Loading files-nomule...
Loading files...
Loading lib-complete...
Loading format...
Loading indent...
Loading isearch-mode...
Loading buffer...
Loading buff-menu...
Loading undo-stack...
Loading window...
Loading window-xemacs...
Loading paths.el...
Loading lisp...
Loading page...
Loading register...
Loading iso8859-1...
Loading paragraphs...
Loading easymenu...
Loading lisp-mode...
Loading text-mode...
Loading fill...
Loading float-sup...
Loading itimer...
Loading itimer-autosave...
Loading toolbar...
Loading scrollbar...
Loading menubar...
Loading dialog...
Loading gui...
Loading mode-motion...
Loading mouse...
Loading x-menubar...
Loading x-faces...
Loading x-iso8859-1...
Loading x-mouse...
Loading x-select...
Loading x-scrollbar...
Loading x-misc...
Loading x-init...
Loading x-toolbar...
Loading tty-init...
Loading vc-hooks...
Loading ediff-hook...
Loading fontl-hooks...
Loading auto-show...
Loading site-load...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
Purespace usage: 951852 of 1516000 (63% -- 550k wasted).
                           total:   bytes:
   cons cells:             14081   112648  12%
   float objects:             10      120   0%
   symbol-name strings:     8300   222764  23%
   compiled-function objects: 1720    55040   6%
   byte-code strings:       1720   103124  11%
   byte-constant vectors:   1720    75100   8%
   interactive strings:      285     5864   1%
   documentation strings:      0        0   0%
   other function strings:  1801    59692   6%
   other vectors:            231     6368   1%
   other strings:           1355   311132  33%
   all strings:            13461   702576  74%
   all vectors:             1951    81468   9%

Impurities:
   conses used:                     12806
   conses free:                      2878
   cons storage:                   128772
   symbols used:                     8161
   symbol storage:                 165564
   vectors used:                      646
   vectors total length:            46398
   vector storage:                 190760
   short strings used:               2924
   strings free:                     4372
   short strings total length:     115088
   short string storage:           147456
   string header storage:           87892
   floats used:                         4
   floats free:                        13
   float storage:                    2044
   markers used:                       34
   markers free:                      222
   marker storage:                   8176
   extents used:                       14
   extent storage:                   2048
   symbol value lisp magics used:      23
   symbol value lisp magic storage:  1564
   symbol value varaliases used:       42
   symbol value varalias storage:    1008
   opaque lists used:                   2
   opaque list storage:                48
   opaques used:                        4
   opaque storage:                     96
   color instances used:                1
   color instance storage:             24
   font instances used:                 1
   font instance storage:              36
   range tables used:                   1
   range table storage:                16
   faces used:                         24
   face storage:                     1824
   glyphs used:                        17
   glyph storage:                     680
   specifiers used:                   345
   specifier storage:               19815
   weak lists used:                   345
   weak list storage:                8280
   char tables used:                   12
   char table storage:              12576
   buffers used:                        6
   buffer storage:                   1704
   extent infos used:                   4
   extent info storage:                80
   consoles used:                       3
   console storage:                   312
   command builders used:               1
   command builder storage:            56
   keymaps used:                      140
   keymap storage:                   6160
   devices used:                        1
   device storage:                    176
   frames used:                         1
   frame storage:                     220
   image instances used:                1
   image instance storage:             64
   windows used:                        2
   window storage:                    688
   lcrecord lists used:                13
   lcrecord list storage:             312
   hashtables used:                   343
   hashtable storage:               13720
   streams used:                        2
   streams on free list:                2
   stream storage:                    198

XEmacs: Pure size adjusted, Don't Panic!  I will restart the `make'
*** Error code 1 (ignored)
gcc -c -g -O2 -Wall -Wno-switch  -Demacs -I. -DHAVE_CONFIG_H -I/usr/X11R6/include pure.c
if gcc -g -O2 -Wall -Wno-switch  -L/usr/X11R6/lib -o temacs  abbrev.o alloc.o blocktype.o buffer.o bytecode.o callint.o callproc.o casefiddle.o casetab.o chartab.o cmdloop.o cmds.o console.o console-stream.o data.o device.o dired.o doc.o doprnt.o dynarr.o
 editfns.o elhash.o emacs.o  eval.o events.o unexfreebsd.o dgif_lib.o gif_err.o gifalloc.o menubar.o scrollbar.o dialog.o toolbar.o gui.o menubar-x.o scrollbar-x.o dialog-x.o toolbar-x.o gui-x.o inline.o linuxplay.o console-tty.o device-tty.o event-tty.o 
frame-tty.o objects-tty.o redisplay-tty.o cm.o tparam.o event-unixoid.o database.o event-stream.o extents.o faces.o fileio.o  filemode.o floatfns.o fns.o font-lock.o frame.o general.o getloadavg.o glyphs.o  hash.o indent.o insdel.o intl.o keymap.o  lread.
o lstream.o macros.o marker.o md5.o minibuf.o objects.o opaque.o print.o process.o profile.o pure.o rangetab.o redisplay.o redisplay-output.o regex.o search.o signal.o sound.o specifier.o strftime.o symbols.o syntax.o sysdep.o undo.o balloon_help.o balloo
n-x.o console-x.o device-x.o event-Xt.o frame-x.o glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o window.o  lastfile.o gmalloc.o free-hook.o vm-limit.o ralloc.o EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o 
 ../lwlib/liblw.a  -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -ltermcap -lkvm -lm -lutil -lxpg4 ; then  rm -f xemacs;  fi
EMACSLOADPATH="/usr/local/src/xemacs-20.3-b14/src/../lisp/prim" ./temacs -batch -l loadup.el dump

Loading loadup.el...
Using load-path (/usr/local/src/xemacs-20.3-b14/src/../lisp/prim)
Loading dumped-lisp.el...
Loading backquote...
Loading bytecomp-runtime...
Loading subr...
Loading replace...
Loading version.el...
Loading cl...
Loading cl-defs...
Loading widget...
Loading custom...
Loading cus-start...
Loading cmdloop...
Loading keymap...
Loading syntax...
Loading device...
Loading console...
Loading obsolete...
Loading specifier...
Loading faces...
Loading glyphs...
Loading objects...
Loading extents...
Loading events...
Loading text-props...
Loading process...
Loading frame...
Loading map-ynp...
Loading simple...
Loading keydefs...
Loading abbrev...
Loading derived...
Loading minibuf...
Loading list-mode...
Loading modeline...
Loading startup...
Loading loaddefs...
Loading /usr/local/src/xemacs-20.3-b14/lisp/apel/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/auctex/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/bytecomp/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/calendar/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/cc-mode/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/comint/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/custom/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/edebug/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/ediff/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/efs/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/electric/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/emulators/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/eterm/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/games/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/gnats/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/gnus/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/hm--html-menus/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/hyperbole/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/iso/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/mailcrypt/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/mh-e/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/modes/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/mule/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/oobr/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/packages/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/pcl-cvs/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/prim/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/psgml/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/rmail/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/tl/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/tm/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/utils/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/viper/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/vm/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/w3/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/lisp/x11/auto-autoloads...
Loading /usr/local/src/xemacs-20.3-b14/src/../lisp/prim/auto-autoloads...
Loading misc...
Loading help...
Loading files-nomule...
Loading files...
Loading lib-complete...
Loading format...
Loading indent...
Loading isearch-mode...
Loading buffer...
Loading buff-menu...
Loading undo-stack...
Loading window...
Loading window-xemacs...
Loading paths.el...
Loading lisp...
Loading page...
Loading register...
Loading iso8859-1...
Loading paragraphs...
Loading easymenu...
Loading lisp-mode...
Loading text-mode...
Loading fill...
Loading float-sup...
Loading itimer...
Loading itimer-autosave...
Loading toolbar...
Loading scrollbar...
Loading menubar...
Loading dialog...
Loading gui...
Loading mode-motion...
Loading mouse...
Loading x-menubar...
Loading x-faces...
Loading x-iso8859-1...
Loading x-mouse...
Loading x-select...
Loading x-scrollbar...
Loading x-misc...
Loading x-init...
Loading x-toolbar...
Loading tty-init...
Loading vc-hooks...
Loading ediff-hook...
Loading fontl-hooks...
Loading auto-show...
Loading site-load...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
Purespace usage: 951852 of 951868 (100%).
                           total:   bytes:
   cons cells:             14081   112648  12%
   float objects:             10      120   0%
   symbol-name strings:     8300   222764  23%
   compiled-function objects: 1720    55040   6%
   byte-code strings:       1720   103124  11%
   byte-constant vectors:   1720    75100   8%
   interactive strings:      285     5864   1%
   documentation strings:      0        0   0%
   other function strings:  1801    59692   6%
   other vectors:            231     6368   1%
   other strings:           1355   311132  33%
   all strings:            13461   702576  74%
   all vectors:             1951    81468   9%

Impurities:
   conses used:                     12806
   conses free:                      2878
   cons storage:                   128772
   symbols used:                     8161
   symbol storage:                 165564
   vectors used:                      646
   vectors total length:            46398
   vector storage:                 190760
   short strings used:               2924
   strings free:                     4372
   short strings total length:     115088
   short string storage:           147456
   string header storage:           87892
   floats used:                         4
   floats free:                        13
   float storage:                    2044
   markers used:                       34
   markers free:                      222
   marker storage:                   8176
   extents used:                       14
   extent storage:                   2048
   symbol value lisp magics used:      23
   symbol value lisp magic storage:  1564
   symbol value varaliases used:       42
   symbol value varalias storage:    1008
   opaque lists used:                   2
   opaque list storage:                48
   opaques used:                        4
   opaque storage:                     96
   color instances used:                1
   color instance storage:             24
   font instances used:                 1
   font instance storage:              36
   range tables used:                   1
   range table storage:                16
   faces used:                         24
   face storage:                     1824
   glyphs used:                        17
   glyph storage:                     680
   specifiers used:                   345
   specifier storage:               19815
   weak lists used:                   345
   weak list storage:                8280
   char tables used:                   12
   char table storage:              12576
   buffers used:                        6
   buffer storage:                   1704
   extent infos used:                   4
   extent info storage:                80
   consoles used:                       3
   console storage:                   312
   command builders used:               1
   command builder storage:            56
   keymaps used:                      140
   keymap storage:                   6160
   devices used:                        1
   device storage:                    176
   frames used:                         1
   frame storage:                     220
   image instances used:                1
   image instance storage:             64
   windows used:                        2
   window storage:                    688
   lcrecord lists used:                13
   lcrecord list storage:             312
   hashtables used:                   343
   hashtable storage:               13720
   streams used:                        2
   streams on free list:                2
   stream storage:                    198
schizo% 

Script done on Mon Jul 21 15:11:55 1997


