I just built XEmacs-21.0 on my Digital UNIX 4.0D system using "cc -O2".
It still requires "--use-union-type" to aviod hanging during the load
process. It hangs-using all available CPU- in loading setup-paths.el.
When built with --use-union-type, frame.c fails to compile with cc and
I compiled that module with gcc.
Here is a log of the build:
> ./configure --without-gcc --cflags=-O2 --with-gnu-make --site-includes=/usr/local/include --use-union-type
checking host system type... alpha-dec-osf4.0
checking whether ln -s works... yes
Defining EMACS_MAJOR_VERSION = 21
Defining EMACS_MINOR_VERSION = 0
Defining EMACS_BETA_VERSION = 43
Defining XEMACS_CODENAME = "Spanish"
Defining EMACS_VERSION = "21.0-b43"
Defining ERROR_CHECK_EXTENTS
Defining ERROR_CHECK_TYPECHECK
Defining ERROR_CHECK_BUFPOS
Defining ERROR_CHECK_GC
Defining ERROR_CHECK_MALLOC
xemacs will be linked with "debug.o"
Defining DEBUG_XEMACS
Defining USE_ASSERTIONS
Defining MEMORY_USAGE_STATS
checking the configuration name
Defining STACK_TRACE_EYE_CATCHER = xemacs_21_0_b43_alpha_dec_osf4_0
checking for gcc... cc
checking whether the C compiler (cc -O2 ) works... yes
checking whether the C compiler (cc -O2 ) is a cross-compiler... no
checking whether we are using GNU C... no
checking how to run the C preprocessor... cc -E
checking for AIX... no
checking for GNU libc... no
checking whether we are using SunPro C... no
Extracting information from the machine- and system-dependent headers...
libs_machine = ''
libs_system = '-lbsd'
libs_termcap = ''
libs_standard = ''
objects_machine = ''
objects_system = ''
c_switch_machine = ''
c_switch_system = '-D_BSD'
ld_switch_machine = ''
ld_switch_system = ''
unexec = 'unexalpha.o'
ld_switch_shared = '-shared'
ld = '$(CC) $(CFLAGS)'
lib_gcc = ''
ld_text_start_addr = ''
start_files = ''
ordinary_link = 'yes'
have_terminfo = 'yes'
mail_use_flock = 'yes'
mail_use_lockf = 'no'
xemacs will be linked with "unexalpha.o"
checking for dynodump... no
Appending "-I/usr/local/include" to $c_switch_site
Appending "-L/usr/ccs/lib" to $ld_switch_site
checking for malloc_get_state... no
checking for malloc_set_state... no
checking whether __after_morecore_hook exists... no
checking for ranlib... ranlib
checking for a BSD compatible install... /bin/installbsd -c
checking for bison... bison -y
checking for mach/mach.h... no
checking for sys/stropts.h... yes
Defining HAVE_SYS_STROPTS_H
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... yes
Defining HAVE_LIBGEN_H
checking for fcntl.h... yes
Defining HAVE_FCNTL_H
checking for ulimit.h... yes
Defining HAVE_ULIMIT_H
checking for linux/version.h... no
checking for kstat.h... no
checking for sys/pstat.h... no
checking for inttypes.h... no
checking for sys/un.h... yes
Defining HAVE_SYS_UN_H
checking for a.out.h... yes
Defining HAVE_A_OUT_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... no
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... 8
Defining SIZEOF_LONG = 8
checking size of long long... 8
Defining SIZEOF_LONG_LONG = 8
checking size of void *... 8
Defining SIZEOF_VOID_P = 8
checking for long file names... yes
Defining HAVE_LONG_FILE_NAMES
checking for sin in -lm... yes
Defining HAVE_LIBM
Prepending "-lm" to $LIBS
Defining LISP_FLOAT_TYPE
Defining HAVE_INVERSE_HYPERBOLIC
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... no
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 , headers
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... yes
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
Prepending "-L/usr/dt/lib" to $X_LIBS
Prepending "-I/usr/dt/include" to $X_CFLAGS
X11 compilation variables:
x_libraries = '/usr/dt/lib '
x_includes = '/usr/dt/include '
X_CFLAGS = '-I/usr/dt/include '
X_LIBS = '-L/usr/dt/lib '
X_PRE_LIBS = ' -lSM -lICE'
X_EXTRA_LIBS = ' -ldnet_stub'
checking for X defines extracted by xmkmf
Defining NO_MESSAGE_CATALOG
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... no
checking for XmuReadBitmapDataFromFile in -lXmu... yes
Prepending "-lXmu" to $libs_x
Defining HAVE_XMU
checking for main in -lXbsd... no
checking for MS-Windows
checking for main in -lgdi32... no
Using X11.
checking for session-management option
Defining HAVE_SESSION
checking for X11/Xauth.h... yes
checking for XauGetAuthByAddr in -lXau... yes
Defining HAVE_XAUTH
checking for tt_c.h... no
checking for Tt/tt_c.h... yes
checking for tt_message_create in -ltt... yes
Defining TOOLTALK
Defining TT_C_H_PATH = "Tt/tt_c.h"
Prepending "-ltt " to $libs_x
xemacs will be linked with "tooltalk.o"
checking for Dt/Dt.h... yes
checking for DtDndDragStart in -lDtSvc... yes
Defining HAVE_CDE
Prepending "-lDtSvc" to $libs_x
Appending "CDE" to $dragndrop_proto
configure: warning: CDE already found, disabling OffiX support
checking if drag and drop API is needed... yes ( CDE )
Defining HAVE_DRAGNDROP
Appending "dragdrop.o" to $extra_objs
checking for LDAP
checking for ldap.h... no
checking for graphics libraries
checking for Xpm - no older than 3.4f... yes
Defining HAVE_XPM
Prepending "-lXpm" to $libs_x
checking for "FOR_MSW" xpm... no
checking for inflate in -lc... no
checking for inflate in -lz... yes
Prepending "-lz" to $libs_x
checking for gifreader... checking for gifrlib.h... no
checking for jpeglib.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
Defining HAVE_JPEG
Prepending "-ljpeg" to $libs_x
checking for png.h - no older than 0.96... yes
checking for pow... yes
checking for png_read_image in -lpng... yes
Defining HAVE_PNG
Prepending "-lpng" to $libs_x
checking for tiffio.h... yes
checking for TIFFClientOpen in -ltiff... yes
Defining HAVE_TIFF
Prepending "-ltiff" to $libs_x
checking for X11 graphics libraries
checking for compface.h... no
checking for XawScrollbarSetThumb in -lXaw... yes
checking for Xm/Xm.h... yes
checking for XmStringFree in -lXm... yes
checking for Lesstif... no
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 layout_object_getvalue in -li18n... no
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... yes
Defining HAVE_FTIME
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... no
checking for mkdir... yes
Defining HAVE_MKDIR
checking for mktime... yes
Defining HAVE_MKTIME
checking for perror... yes
Defining HAVE_PERROR
checking for poll... yes
Defining HAVE_POLL
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... yes
Defining HAVE_SIGHOLD
checking for sigprocmask... yes
Defining HAVE_SIGPROCMASK
checking for snprintf... no
checking for strcasecmp... yes
Defining HAVE_STRCASECMP
checking for strerror... yes
Defining HAVE_STRERROR
checking for tzset... yes
Defining HAVE_TZSET
checking for ulimit... yes
Defining HAVE_ULIMIT
checking for usleep... yes
Defining HAVE_USLEEP
checking for utimes... yes
Defining HAVE_UTIMES
checking for waitpid... yes
Defining HAVE_WAITPID
checking for vsnprintf... no
xemacs will be linked with "realpath.o"
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 accepts one or two arguments... two
checking for inline... __inline
Defining inline = __inline
Defining HAVE_INLINE
checking for working alloca.h... yes
Defining HAVE_ALLOCA_H
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... no
checking for ip_mreq struct in netinet/in.h... yes
Defining HAVE_MULTICAST
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... no
checking for sys/soundcard.h... no
checking for linux/soundcard.h... no
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 "terminfo.o"
checking for tgetent in -lcurses... yes
Prepending "-lcurses" 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 ndbm.h... yes
Defining HAVE_NDBM_H
checking for dbm_open in -lgdbm... no
checking for dbm_open... yes
Defining HAVE_DBM
checking for dbopen... no
checking for dbopen in -ldb... yes
Defining DB_H_PATH = "db.h"
Defining HAVE_BERKELEY_DB
Prepending "-ldb" to $LIBS
Defining HAVE_DATABASE
xemacs will be linked with "database.o"
checking for dlfcn.h... yes
Defining HAVE_DLFCN_H
checking for dlopen in -ldl... no
checking for _dlopen in -lc... no
checking for dlopen in -lc... yes
Defining HAVE_DLOPEN
Defining HAVE_SHLIB
xemacs will be linked with "sysdll.o"
xemacs will be linked with "dll.o"
checking how to build a shared library... lflags: -shared cflags: -r
checking for dlerror... yes
Defining HAVE_DLERROR
Defining HAVE_UNIX_PROCESSES
xemacs will be linked with "process-unix.o"
Appending "src" to $MAKE_SUBDIR
extra_objs = 'debug.o unexalpha.o tooltalk.o dragdrop.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 realpath.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o terminfo.o event-unixoid.o database.o sysdll.o dll.o process-unix.o'
c_switch_general = '-DHAVE_CONFIG_H -I/usr/local/include -D_BSD'
c_switch_window_system = '-I/usr/dt/include'
c_switch_all = '-DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include'
ld_switch_general = '-L/usr/ccs/lib'
ld_switch_window_system = '-L/usr/dt/lib'
ld_switch_all = '-L/usr/ccs/lib -L/usr/dt/lib'
ld_libs_general = '-ldb -lcurses -lm -lbsd'
ld_libs_window_system = '-ldnet_stub -lXm -ltiff -lpng -ljpeg -lz -lXpm -lDtSvc -ltt -lXmu -lXt -lXext -lX11 -lSM -lICE'
ld_libs_all = '-ldnet_stub -lXm -ltiff -lpng -ljpeg -lz -lXpm -lDtSvc -ltt -lXmu -lXt -lXext -lX11 -lSM -lICE -ldb -lcurses -lm -lbsd'
Defining INHIBIT_SITE_LISP
Defining EMACS_CONFIGURATION = "alpha-dec-osf4.0"
Defining EMACS_CONFIG_OPTIONS = "--without-gcc --cflags=-O2 --with-gnu-make --site-includes=/usr/local/include --use-union-type"
Defining config_machfile = "m/alpha.h"
Defining config_opsysfile = "s/decosf4-0.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 USE_GNU_MAKE
Defining USE_UNION_TYPE
XEmacs 21.0-b43 "Spanish" configured for `alpha-dec-osf4.0'.
Where should the build process find the source code? /usr/users/oberman/utils/xemacs-21.0-b42
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/decosf4-0.h' and `m/alpha.h'
What compiler should XEmacs be built with? cc -O2
Should XEmacs use the GNU version of malloc? no
(The GNU allocators don't work with this system configuration).
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/dt/include
Where do we find X Windows libraries? /usr/dt/lib
Additional header files: /usr/local/include
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for JPEG image conversion.
Compiling in support for PNG image conversion.
Compiling in support for TIFF image conversion.
Compiling in support for Berkeley DB.
Compiling in support for GNU DBM.
Compiling in support for CDE.
Compiling in support for ToolTalk.
Compiling in EXPERIMENTAL support for Drag'n'Drop ( CDE ).
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Compiling in DLL support.
movemail will use "flock" for locking mail spool files.
Using the union type for Lisp_Objects.
Compiling in extra code for debugging.
Compiling in code for checking XEmacs memory usage.
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: ---------------------------------------------------------
creating ./config.status
creating Makefile
creating lib-src/Makefile.in
creating lwlib/Makefile.in
creating src/Makefile.in
creating src/paths.h
creating lib-src/config.values
creating src/config.h
creating lwlib/config.h
creating lib-src/Makefile
creating lwlib/Makefile
creating src/Makefile
ptavv> make all
Producing `src/Emacs.ad.h' from `etc/Emacs.ad'.
Resetting `src/puresize-adjust.h'.
Resetting `src/sheap-adjust.h'.
cd ./lib-src && make CC='cc' CFLAGS='-O2' LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/lib-src'
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/make-path.c -o make-path
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/wakeup.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o wakeup
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/profile.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o profile
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/make-docfile.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o make-docfile
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/digest-doc.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o digest-doc
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/sorted-doc.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o sorted-doc
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/movemail.c /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/pop.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o movemail
/usr/users/oberman/utils/xemacs-21.0-b42/lib-src/movemail.c:
/usr/users/oberman/utils/xemacs-21.0-b42/lib-src/pop.c:
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/cvtmail.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o cvtmail
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/fakemail.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o fakemail
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/yow.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o yow
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/hexl.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o hexl
cc -c -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/gnuslib.c
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/gnuserv.c gnuslib.o -L/usr/ccs/lib -L/usr/dt/lib -ldnet_stub -lXau -lXmu -lXt -lXext -lX11 -lSM -lICE -ldb -lcurses -lm -lbsd -o gnuserv
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/mmencode.c -o mmencode
cc -c -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/getopt.c
cc -c -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/getopt1.c
cc -c `echo -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD | sed 's/-Demacs/ /'` \
-DINHIBIT_STRING_HEADER /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/../src/regex.c
cc -I. -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/users/oberman/utils/xemacs-21.0-b42/lib-src -I/usr/users/oberman/utils/xemacs-21.0-b42/lib-src/../src -DVERSION='"21.0-b43"' /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/etags.c getopt.o getopt1.o regex.o -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o etags
cc -DCTAGS -I. -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/users/oberman/utils/xemacs-21.0-b42/lib-src -I/usr/users/oberman/utils/xemacs-21.0-b42/lib-src/../src -DVERSION='"21.0-b43"' /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/etags.c getopt.o getopt1.o regex.o -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o ctags
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/b2m.c -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o b2m
cc -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/gnuclient.c gnuslib.o -L/usr/ccs/lib -L/usr/dt/lib -ldnet_stub -lXau -lXmu -lXt -lXext -lX11 -lSM -lICE -ldb -lcurses -lm -lbsd -o gnuclient
cc -I. -O2 -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/users/oberman/utils/xemacs-21.0-b42/lib-src -I/usr/users/oberman/utils/xemacs-21.0-b42/lib-src/../src -DVERSION='"21.0-b43"' /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/ootags.c getopt.o getopt1.o regex.o -L/usr/ccs/lib -ldb -lcurses -lm -lbsd -o ootags
make[1]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/lib-src'
cd ./lwlib && make CC='cc' CFLAGS='-O2' LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/lwlib'
cc -c -O2 -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include lwlib.c
cc -c -O2 -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include lwlib-utils.c
cc -c -O2 -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include lwlib-config.c
cc -c -O2 -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include lwlib-Xm.c
cc -c -O2 -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include xlwmenu.c
cc -c -O2 -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include xlwscrollbar.c
cc -c -O2 -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/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
make[1]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/lwlib'
cd ./src && make CC='cc' CFLAGS='-O2' LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/src'
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include abbrev.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include alloc.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include blocktype.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include buffer.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include bytecode.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include callint.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include callproc.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include casefiddle.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include casetab.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include chartab.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include cmdloop.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include cmds.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include console.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include console-stream.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include data.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include device.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include dired.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include doc.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include doprnt.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include dynarr.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include editfns.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include elhash.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include emacs.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include eval.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include events.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include debug.c
cc -c -O2 -Demacs -I. -DHAVE_cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include toolbar.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include gui.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include menubar-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include scrollbar-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include dialog-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include toolbar-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include gui-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include realpath.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include console-tty.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include device-tty.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include event-tty.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include frame-tty.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include objects-tty.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include redisplay-tty.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include cm.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include terminfo.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include event-unixoid.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include database.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include sysdll.c
CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include unexalpha.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include tooltalk.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include dragdrop.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include menubar.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include scrollbar.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include dialog.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include dll.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include process-unix.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include event-stream.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include extents.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include faces.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include fileio.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include filemode.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include floatfns.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include fns.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include font-lock.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include frame.c
GEM ASSERTION, Compiler internal error - please submit problem report
Fatal error in: /usr/lib/cmplrs/cc/gemc_cc Terminated
make[1]: *** [frame.o] Error 15
make[1]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/src'
make: *** [src] Error 2
ptavv> cd src
ptavv> gcc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include frame.c
ptavv> cd ..
ptavv> make
cd ./lib-src && make CC='cc' CFLAGS='-O2' LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/lib-src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/lib-src'
cd ./lwlib && make CC='cc' CFLAGS='-O2' LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/lwlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/lwlib'
cd ./src && make CC='cc' CFLAGS='-O2' LDFLAGS='' CPPFLAGS='' all
make[1]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/src'
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include general.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include getloadavg.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include glyphs.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include glyphs-eimage.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include hash.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include imgproc.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include indent.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include insdel.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include intl.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include keymap.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include line-number.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include lread.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include lstream.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include macros.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include marker.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include md5.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include minibuf.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include objects.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include opaque.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include print.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include process.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include profile.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include pure.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include rangetab.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include redisplay.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include redisplay-output.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include regex.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include search.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include signal.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include sound.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include specifier.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include strftime.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include symbols.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include syntax.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include sysdep.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include undo.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include balloon_help.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include balloon-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include console-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include device-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include event-Xt.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include frame-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include glyphs-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include objects-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include redisplay-x.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include xgccache.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include xselect.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include widget.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include window.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include lastfile.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include ralloc.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include EmacsFrame.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include EmacsShell.c
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include -DDEFINE_TOP_LEVEL_EMACS_SHELL /usr/users/oberman/utils/xemacs-21.0-b42/src/EmacsShell-sub.c
mv EmacsShell-sub.o TopLevelEmacsShell.o
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include -DDEFINE_TRANSIENT_EMACS_SHELL /usr/users/oberman/utils/xemacs-21.0-b42/src/EmacsShell-sub.c
mv EmacsShell-sub.o TransientEmacsShell.o
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include EmacsManager.c
cc -O2 -L/usr/ccs/lib -L/usr/dt/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 debug.o unexalpha.o tooltalk.o dragdrop.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 realpath.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o terminfo.o event-unixoid.o database.o sysdll.o dll.o process-unix.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 glyphs-eimage.o hash.o imgproc.o indent.o insdel.o intl.o keymap.o line-number.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 spe!
cifier.o strftime.o symbols.o syntax.o sysdep.o undo.o balloon_help.o balloon-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 widget.o window.o lastfile.o ralloc.o EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o ../lwlib/liblw.a -ldnet_stub -lXm -ltiff -lpng -ljpeg -lz -lXpm -lDtSvc -ltt -lXmu -lXt -lXext -lX11 -lSM -lICE -ldb -lcurses -lm -lbsd
EMACSBOOTSTRAPLOADPATH="/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/:/usr/users/oberman/utils/xemacs-21.0-b42" ./temacs -batch -l /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/update-elc.el
Loading /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/update-elc.el...
Loading find-paths.el... (17784)
Loading packages.el... (29008)
Loading setup-paths.el... (7112)
Loading dump-paths.el... (0)
Loading /home/oberman/utils/xemacs-21.0-b42/src/../lisp/dumped-lisp.el... (144)
Loading loadup-el.el...
Loading loadup.el...
Using load-path (/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/ /usr/users/oberman/utils/xemacs-21.0-b42)
Loading dumped-lisp.el...
Loading backquote.el...
Loading bytecomp-runtime.el...
Loading Installation.el...
Loading find-paths.el...
Loading packages.el...
Loading setup-paths.el...
Loading dump-paths.el...
Loading subr.el...
Loading replace.el...
Loading version.el...
Loading cl.el...
Loading cl-extra.el...
Loading cl-seq.el...
Loading widget.el...
Loading custom.el...
Loading cus-start.el...
Loading cmdloop.el...
Loading keymap.el...
Loading syntax.el...
Loading device.el...
Loading console.el...
Loading obsolete.el...
Loading specifier.el...
Loading faces.el...
Loading cl-macs.el...
Loading glyphs.el...
Loading objects.el...
Loading extents.el...
Loading events.el...
Loading text-props.el...
Loading process.el...
Loading multicast.el...
Loading frame.el...
Loading map-ynp.el...
Loading simple.el...
Loading keydefs.el...
Loading abbrev.el...
Loading derived.el...
Loading minibuf.el...
Loading list-mode.el...
Loading modeline.el...
Loading startup.el...
Loading misc.el...
Loading help-nomule.el...
Loading help.el...
Loading files-nomule.el...
Loading files.el...
Loading lib-complete.el...
Loading format.el...
Loading indent.el...
Loading isearch-mode.el...
Loading buffer.el...
Loading buff-menu.el...
Loading undo-stack.el...
Loading window.el...
Loading window-xemacs.el...
Loading paths.el...
Loading lisp.el...
Loading page.el...
Loading register.el...
Loading iso8859-1.el...
Loading paragraphs.el...
Loading easymenu.el...
Loading lisp-mode.el...
Loading text-mode.el...
Loading fill.el...
Loading auto-save.el...
Loading float-sup.el...
Loading itimer.el...
Loading itimer-autosave.el...
Loading toolbar.el...
Loading scrollbar.el...
Loading menubar.el...
Loading dialog.el...
Loading gui.el...
Loading mode-motion.el...
Loading mouse.el...
Loading select.el...
Loading dragdrop.el...
Loading menubar-items.el...
Loading x-faces.el...
Loading x-iso8859-1.el...
Loading x-mouse.el...
Loading x-select.el...
Loading x-scrollbar.el...
Loading x-misc.el...
Loading x-init.el...
Loading toolbar-items.el...
Loading x-win-xfree86.el...
Loading x-win-sun.el...
Loading tty-init.el...
Loading fontl-hooks.el...
Loading auto-show.el...
Loading loadhist.el...
Loading loaddefs.el...
Loading site-load.el...
Bootstrapping from temacs...
Purespace usage: 132680 of 1689000 (8% -- 1519k wasted).
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/menubar-items.el...
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/menubar-items.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/dragdrop.el...
While compiling dragdrop-drop-do-functions in file /home/oberman/utils/xemacs-21.0-b42/lisp/dragdrop.el:
** reference to free variable modifiers
** variable mods bound but not referenced
While compiling experimental-dragdrop-drop-url-default:
** reference to free variable browse-url-browser-function
While compiling the end of the data:
** The following functions are not known to be defined:
mime/viewer-mode, dragdrop-drag-pure-text
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/dragdrop.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/mouse.el...
While compiling the end of the data in file /home/oberman/utils/xemacs-21.0-b42/lisp/mouse.el:
** the function pprint is not known to be defined.
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/mouse.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/files.el...
While compiling set-auto-mode in file /home/oberman/utils/xemacs-21.0-b42/lisp/files.el:
** reference to free variable package-get-base
While compiling set-visited-file-name:
** reference to free variable vc-mode
While compiling find-backup-file-name:
** variable bv-length bound but not referenced
While compiling save-some-buffers-1:
** assignment to free variable view-exit-action
While compiling file-remote-p:
** reference to free variable allow-remote-paths
While compiling the end of the data:
** The following functions are not known to be defined:
get-coding-system, dired-noselect, package-get-package-provider,
vc-after-save, view-buffer, dired, dired-get-filename,
dired-expunge-deletions, vms-read-directory,
mswindows-insert-directory, ange-ftp-ftp-path, efs-ftp-path
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/files.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/startup.el...
While compiling command-line-1 in file /home/oberman/utils/xemacs-21.0-b42/lisp/startup.el:
** variable first-file-buffer bound but not referenced
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/startup.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/modeline.el...
While compiling mouse-drag-modeline in file /home/oberman/utils/xemacs-21.0-b42/lisp/modeline.el:
** variable start-x-pixel bound but not referenced
While compiling the end of the data:
** the function vc-toggle-read-only is not known to be defined.
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/modeline.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/minibuf.el...
While compiling minibuffer-max-depth-exceeded in file /home/oberman/utils/xemacs-21.0-b42/lisp/minibuf.el:
** reference to free variable custom-file
While compiling read-file-name-1:
** reference to free variable rfhookfun
While compiling mouse-read-file-name-1:
** reference to free variable rfhookfun
While compiling the end of the data:
** The following functions are not known to be defined:
ange-ftp-ftp-path, efs-ftp-path
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/minibuf.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/faces.el...
Loading cl-macs...
While compiling the end of the data in file /home/oberman/utils/xemacs-21.0-b42/lisp/faces.el:
** The following functions are not known to be defined:
mswindows-init-device-faces, mswindows-init-frame-faces
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/faces.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/specifier.el...
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/specifier.elc
Compiling /home/oberman/utils/xemacs-21.0-b42/lisp/cmdloop.el...
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/cmdloop.elc
Done
rm -f ../lib-src/DOC; \
EMACSBOOTSTRAPLOADPATH="/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/:/usr/users/oberman/utils/xemacs-21.0-b42" ./temacs -batch -l /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/make-docfile.el -- \
-o ../lib-src/DOC -d /usr/users/oberman/utils/xemacs-21.0-b42/src -i ../lib-src/../site-packages \
abbrev.c alloc.c blocktype.c buffer.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 debug.c unexalpha.c tooltalk.c dragdrop.c menubar.c scrollbar.c dialog.c toolbar.c gui.c menubar-x.c scrollbar-x.c dialog-x.c toolbar-x.c gui-x.c realpath.c console-tty.c device-tty.c event-tty.c frame-tty.c objects-tty.c redisplay-tty.c cm.c terminfo.c event-unixoid.c database.c sysdll.c dll.c process-unix.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 glyphs-eimage.c hash.c imgproc.c indent.c insdel.c intl.c keymap.c line-number.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 sys!
dep.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 widget.c window.c ralloc.c
Loading /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/make-docfile.el...
Loading find-paths.el... (17784)
Loading packages.el... (28960)
Loading setup-paths.el... (7112)
Loading dump-paths.el... (0)
Loading /home/oberman/utils/xemacs-21.0-b42/src/../lisp/dumped-lisp.el... (144)
Spawning make-docfile ...
Spawning make-docfile ...done
EMACSBOOTSTRAPLOADPATH="/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/:/usr/users/oberman/utils/xemacs-21.0-b42" ./temacs -batch -l /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/loadup.el dump
Loading /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/loadup.el...
Using load-path (/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/ /usr/users/oberman/utils/xemacs-21.0-b42)
Loading /home/oberman/utils/xemacs-21.0-b42/src/../lisp/dumped-lisp.el... (216)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/backquote.elc... (3912)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/bytecomp-runtime.elc... (6344)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/Installation.el... (48)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/find-paths.elc... (7528)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/packages.elc... (13440)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/setup-paths.elc... (4000)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/dump-paths.elc... (0)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/subr.elc... (12560)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/replace.elc... (16960)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/version.el... (3976)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cl.elc... (19488)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cl-extra.elc... (26840)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cl-seq.elc... (34184)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/widget.elc... (1072)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/custom.elc... (7464)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cus-start.elc... (992)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cmdloop.elc... (9008)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/keymap.elc... (10464)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/syntax.elc... (9480)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/device.elc... (2576)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/console.elc... (544)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/obsolete.elc... (19208)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/specifier.elc... (6936)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/faces.elc... (36520)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/glyphs.elc... (12512)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/objects.elc... (2992)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/extents.elc... (2024)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/events.elc... (3560)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/text-props.elc... (4080)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/process.elc... (6112)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/multicast.elc... (800)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/frame.elc... (17496)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/map-ynp.elc... (4000)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/simple.elc...
(67072)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/keydefs.elc... (5120)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/abbrev.elc... (10880)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/derived.elc... (6544)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/minibuf.elc... (38920)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/list-mode.elc... (14976)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/modeline.elc... (9048)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/startup.elc... (26624)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/misc.elc... (464)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/help-nomule.elc... (1872)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/help.elc... (36728)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/files-nomule.elc... (984)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/files.elc... (60848)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/lib-complete.elc... (8200)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/format.elc... (15648)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/indent.elc... (9136)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/isearch-mode.elc... (21848)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/buffer.elc... (1104)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/buff-menu.elc... (11448)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/undo-stack.elc... (4720)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/window.elc... (5488)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/window-xemacs.elc... (5984)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/paths.el... (11064)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/lisp.elc... (5664)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/page.elc... (1704)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/register.elc... (6504)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/iso8859-1.elc... (480)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/paragraphs.elc... (5472)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/easymenu.elc... (2200)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/lisp-mode.elc... (15584)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/text-mode.elc... (2648)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/fill.elc... (15592)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/auto-save.elc... (5736)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/float-sup.elc... (496)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/itimer.elc... (21176)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/itimer-autosave.elc... (1080)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/toolbar.elc... (3152)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/scrollbar.elc... (1640)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/menubar.elc... (10504)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/dialog.elc... (2704)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/gui.elc... (2208)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/mode-motion.elc... (3200)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/mouse.elc... (27336)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/select.elc... (5440)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/dragdrop.elc... (7976)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/menubar-items.elc... (61640)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-faces.elc... (12488)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-iso8859-1.elc... (5424)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-mouse.elc... (3536)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-select.elc... (11328)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-scrollbar.elc... (2256)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-misc.elc... (1944)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-init.elc... (9336)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/toolbar-items.elc... (10256)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-win-xfree86.elc... (1888)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-win-sun.elc... (5472)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/tty-init.elc... (2960)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/fontl-hooks.elc... (632)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/auto-show.elc... (1712)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/loadhist.elc... (3840)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/loaddefs.elc... (672)
Loading site-load... (336)
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
Purespace usage: 1049712 of 1689000 (62% -- 624k wasted).
Impurities:
conses used: 14444
conses free: 2242
cons storage: 272384
symbols used: 7601
symbols free: 4
symbol storage: 369824
vectors used: 611
vectors total length: 37337
vector storage: 313360
short strings used: 2324
long strings used: 1
strings free: 2515
short strings total length: 72281
short string storage: 106496
long strings total length: 57290
string header storage: 117856
floats used: 2
floats free: 22
float storage: 2048
markers used: 34
marker storage: 2016
extents used: 13
extent storage: 2032
symbol value lisp magics used: 24
symbol value lisp magic storage: 3264
symbol value varaliases used: 47
symbol value varalias storage: 2256
opaque lists used: 2
opaque list storage: 96
opaques used: 4
opaque storage: 196
color instances used: 1
color instance storage: 48
font instances used: 1
font instance storage: 64
range tables used: 1
range table storage: 32
faces used: 28
face storage: 4256
glyphs used: 18
glyph storage: 1440
specifiers used: 407
specifier storage: 50313
weak lists used: 407
weak list storage: 19536
char tables used: 12
char table storage: 25152
buffers used: 6
buffer storage: 3072
extent infos used: 4
extent info storage: 160
consoles used: 3
console storage: 576
command builders used: 1
command builder storage: 104
keymaps used: 122
keymap storage: 10736
devices used: 1
device storage: 280
frames used: 1
frame storage: 472
image instances used: 1
image instance storage: 128
windows used: 2
window storage: 1472
lcrecord lists used: 12
lcrecord list storage: 576
hashtables used: 278
hashtable storage: 22240
streams used: 2
streams on free list: 2
stream storage: 358
XEmacs: Pure size adjusted, Don't Panic! I will restart the `make'
make[1]: [xemacs] Error 1 (ignored)
make[2]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/src'
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include pure.c
cc -O2 -L/usr/ccs/lib -L/usr/dt/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 debug.o unexalpha.o tooltalk.o dragdrop.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 realpath.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o terminfo.o event-unixoid.o database.o sysdll.o dll.o process-unix.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 glyphs-eimage.o hash.o imgproc.o indent.o insdel.o intl.o keymap.o line-number.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 spe!
cifier.o strftime.o symbols.o syntax.o sysdep.o undo.o balloon_help.o balloon-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 widget.o window.o lastfile.o ralloc.o EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o ../lwlib/liblw.a -ldnet_stub -lXm -ltiff -lpng -ljpeg -lz -lXpm -lDtSvc -ltt -lXmu -lXt -lXext -lX11 -lSM -lICE -ldb -lcurses -lm -lbsd
EMACSBOOTSTRAPLOADPATH="/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/:/usr/users/oberman/utils/xemacs-21.0-b42" ./temacs -batch -l /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/update-elc.el
Loading /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/update-elc.el...
Loading find-paths.el... (17784)
Loading packages.el... (29008)
Loading setup-paths.el... (7112)
Loading dump-paths.el... (0)
Loading /home/oberman/utils/xemacs-21.0-b42/src/../lisp/dumped-lisp.el... (144)
rm -f ../lib-src/DOC; \
EMACSBOOTSTRAPLOADPATH="/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/:/usr/users/oberman/utils/xemacs-21.0-b42" ./temacs -batch -l /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/make-docfile.el -- \
-o ../lib-src/DOC -d /usr/users/oberman/utils/xemacs-21.0-b42/src -i ../lib-src/../site-packages \
abbrev.c alloc.c blocktype.c buffer.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 debug.c unexalpha.c tooltalk.c dragdrop.c menubar.c scrollbar.c dialog.c toolbar.c gui.c menubar-x.c scrollbar-x.c dialog-x.c toolbar-x.c gui-x.c realpath.c console-tty.c device-tty.c event-tty.c frame-tty.c objects-tty.c redisplay-tty.c cm.c terminfo.c event-unixoid.c database.c sysdll.c dll.c process-unix.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 glyphs-eimage.c hash.c imgproc.c indent.c insdel.c intl.c keymap.c line-number.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 sys!
dep.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 widget.c window.c ralloc.c
Loading /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/make-docfile.el...
Loading find-paths.el... (17784)
Loading packages.el... (28960)
Loading setup-paths.el... (7112)
Loading dump-paths.el... (0)
Loading /home/oberman/utils/xemacs-21.0-b42/src/../lisp/dumped-lisp.el... (144)
Spawning make-docfile ...
Spawning make-docfile ...done
EMACSBOOTSTRAPLOADPATH="/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/:/usr/users/oberman/utils/xemacs-21.0-b42" ./temacs -batch -l /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/loadup.el dump
Loading /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/loadup.el...
Using load-path (/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/ /usr/users/oberman/utils/xemacs-21.0-b42)
Loading /home/oberman/utils/xemacs-21.0-b42/src/../lisp/dumped-lisp.el... (216)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/backquote.elc... (3912)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/bytecomp-runtime.elc... (6344)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/Installation.el... (48)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/find-paths.elc... (7528)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/packages.elc... (13440)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/setup-paths.elc... (4000)
Loading /usr/users/oberman/utils/xemacs-21.0-b42/lisp/dump-paths.elc... (0)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/subr.elc... (12560)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/replace.elc... (16960)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/version.el... (3976)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cl.elc... (19488)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cl-extra.elc... (26840)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cl-seq.elc... (34184)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/widget.elc... (1072)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/custom.elc... (7464)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cus-start.elc... (992)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/cmdloop.elc... (9008)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/keymap.elc... (10464)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/syntax.elc... (9480)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/device.elc... (2576)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/console.elc... (544)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/obsolete.elc... (19208)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/specifier.elc... (6936)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/faces.elc... (36520)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/glyphs.elc... (12512)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/objects.elc... (2992)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/extents.elc... (2024)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/events.elc... (3560)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/text-props.elc... (4080)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/process.elc... (6112)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/multicast.elc... (800)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/frame.elc... (17496)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/map-ynp.elc... (4000)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/simple.elc...
(67072)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/keydefs.elc... (5120)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/abbrev.elc... (10880)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/derived.elc... (6544)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/minibuf.elc... (38920)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/list-mode.elc... (14976)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/modeline.elc... (9048)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/startup.elc... (26624)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/misc.elc... (464)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/help-nomule.elc... (1872)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/help.elc... (36728)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/files-nomule.elc... (984)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/files.elc... (60848)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/lib-complete.elc... (8200)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/format.elc... (15648)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/indent.elc... (9136)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/isearch-mode.elc... (21848)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/buffer.elc... (1104)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/buff-menu.elc... (11448)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/undo-stack.elc... (4720)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/window.elc... (5488)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/window-xemacs.elc... (5984)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/paths.el... (11064)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/lisp.elc... (5664)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/page.elc... (1704)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/register.elc... (6504)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/iso8859-1.elc... (480)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/paragraphs.elc... (5472)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/easymenu.elc... (2200)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/lisp-mode.elc... (15584)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/text-mode.elc... (2648)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/fill.elc... (15592)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/auto-save.elc... (5736)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/float-sup.elc... (496)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/itimer.elc... (21176)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/itimer-autosave.elc... (1080)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/toolbar.elc... (3152)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/scrollbar.elc... (1640)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/menubar.elc... (10504)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/dialog.elc... (2704)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/gui.elc... (2208)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/mode-motion.elc... (3200)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/mouse.elc... (27336)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/select.elc... (5440)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/dragdrop.elc... (7976)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/menubar-items.elc... (61640)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-faces.elc... (12488)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-iso8859-1.elc... (5424)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-mouse.elc... (3536)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-select.elc... (11328)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-scrollbar.elc... (2256)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-misc.elc... (1944)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-init.elc... (9336)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/toolbar-items.elc... (10256)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-win-xfree86.elc... (1888)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/x-win-sun.elc... (5472)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/tty-init.elc... (2960)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/fontl-hooks.elc... (632)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/auto-show.elc... (1712)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/loadhist.elc... (3840)
Loading /home/oberman/utils/xemacs-21.0-b42/lisp/loaddefs.elc... (672)
Loading site-load... (336)
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
Purespace usage: 1049712 of 1049712 (100%).
Impurities:
conses used: 14445
conses free: 2242
cons storage: 272384
symbols used: 7601
symbols free: 4
symbol storage: 369824
vectors used: 611
vectors total length: 37337
vector storage: 313360
short strings used: 2324
long strings used: 1
strings free: 2515
short strings total length: 72267
short string storage: 106496
long strings total length: 57290
string header storage: 117856
floats used: 2
floats free: 22
float storage: 2048
markers used: 34
marker storage: 2016
extents used: 13
extent storage: 2032
symbol value lisp magics used: 24
symbol value lisp magic storage: 3264
symbol value varaliases used: 47
symbol value varalias storage: 2256
opaque lists used: 2
opaque list storage: 96
opaques used: 4
opaque storage: 196
color instances used: 1
color instance storage: 48
font instances used: 1
font instance storage: 64
range tables used: 1
range table storage: 32
faces used: 28
face storage: 4256
glyphs used: 18
glyph storage: 1440
specifiers used: 407
specifier storage: 50313
weak lists used: 407
weak list storage: 19536
char tables used: 12
char table storage: 25152
buffers used: 6
buffer storage: 3072
extent infos used: 4
extent info storage: 160
consoles used: 3
console storage: 576
command builders used: 1
command builder storage: 104
keymaps used: 122
keymap storage: 10736
devices used: 1
device storage: 280
frames used: 1
frame storage: 472
image instances used: 1
image instance storage: 128
windows used: 2
window storage: 1472
lcrecord lists used: 12
lcrecord list storage: 576
hashtables used: 278
hashtable storage: 22240
streams used: 2
streams on free list: 2
stream storage: 358
Testing for Lisp shadows ...
make[2]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/src'
make[1]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/src'
Building finder database ...
Wrote /home/oberman/utils/xemacs-21.0-b42/lisp/finder-inf.el
Building finder database ...(done)
cd ./src && make CC='cc' CFLAGS='-O2' LDFLAGS='' CPPFLAGS='' dump-elcs
make[1]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/src'
EMACSBOOTSTRAPLOADPATH="/usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/:/usr/users/oberman/utils/xemacs-21.0-b42" ./temacs -batch -l /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/update-elc.el
Loading /usr/users/oberman/utils/xemacs-21.0-b42/src/../lisp/update-elc.el...
Loading find-paths.el... (17784)
Loading packages.el... (29008)
Loading setup-paths.el... (7112)
Loading dump-paths.el... (0)
Loading /home/oberman/utils/xemacs-21.0-b42/src/../lisp/dumped-lisp.el... (144)
make[1]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/src'
MAKE='make ' EMACS='./src/xemacs' sh /usr/users/oberman/utils/xemacs-21.0-b42/lib-src/update-elc.sh
(using ./src/xemacs)
Recompiling in /home/oberman/utils/xemacs-21.0-b42
with /home/oberman/utils/xemacs-21.0-b42/src/xemacs...
Cleaning out of date .elcs in directory `lisp'...
/usr/users/oberman/utils/xemacs-21.0-b42/lisp/mh-e/exmh-stuff.elc
/usr/users/oberman/utils/xemacs-21.0-b42/lisp/tpu/tpu-edt.elc
/usr/users/oberman/utils/xemacs-21.0-b42/lisp/about.elc
/usr/users/oberman/utils/xemacs-21.0-b42/lisp/cus-face.elc
/usr/users/oberman/utils/xemacs-21.0-b42/lisp/msw-faces.elc
/usr/users/oberman/utils/xemacs-21.0-b42/lisp/msw-mouse.elc
/usr/users/oberman/utils/xemacs-21.0-b42/lisp/wid-edit.elc
Cleaning out of date .elcs in directory `lisp'...done
Deleting .elc files without .el files...done.
Checking for Mule support...No
Compiling files without .elc...
/home/oberman/utils/xemacs-21.0-b42/src/xemacs -batch -vanilla -f batch-byte-compile lisp/./about.el lisp/./apel/_pkg.el lisp/./cus-face.el lisp/./efs/_pkg.el lisp/./finder-inf.el lisp/./gnus/_pkg.el lisp/./gnus/dgnushack.el lisp/./gnus/gnus-mh.el lisp/./gnus/lpath.el lisp/./gnus/md5.el lisp/./gnus/nnlistserv.el lisp/./gnus/nnweb.el lisp/./ispell/_pkg.el lisp/./mail-lib/_pkg.el lisp/./mailcrypt/_pkg.el lisp/./mh-e/_pkg.el lisp/./mh-e/exmh-stuff.el lisp/./msw-faces.el lisp/./msw-mouse.el lisp/./os-utils/_pkg.el
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/about.el...
While compiling about-maintainer-glyph in file /usr/users/oberman/utils/xemacs-21.0-b42/lisp/about.el:
** variable coding-system-for-read bound but not referenced
** variable coding-system-for-write bound but not referenced
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/about.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/apel/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/apel/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/cus-face.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/cus-face.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/efs/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/efs/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/finder-inf.el...
While compiling toplevel forms in file /usr/users/oberman/utils/xemacs-21.0-b42/lisp/finder-inf.el:
** assignment to free variable finder-package-info
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/finder-inf.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/dgnushack.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/dgnushack.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/gnus-mh.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/gnus-mh.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/lpath.el...
While compiling md5 in file /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/lpath.el:
** subr md5 being redefined as a function
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/lpath.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/md5.el...
While compiling md5 in file /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/md5.el:
** subr md5 being redefined as a function
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/md5.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/nnlistserv.el...
Loading customization dependencies...
Loading customization dependencies...done
Loading w3-script...
Loading url-gw...
Loading url-irc...
Loading url-news...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/nnlistserv.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/nnweb.el...
While compiling nnweb-dejanews-create-mapping in file /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/nnweb.el:
** variable Newsgroup bound but not referenced
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/gnus/nnweb.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/ispell/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/ispell/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mail-lib/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mail-lib/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mailcrypt/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mailcrypt/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mh-e/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mh-e/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mh-e/exmh-stuff.el...
While compiling the end of the data in file /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mh-e/exmh-stuff.el:
** The following functions are not known to be defined:
ispell-message, gnuserv-edit
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/mh-e/exmh-stuff.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/msw-faces.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/msw-faces.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/msw-mouse.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/msw-mouse.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/os-utils/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/os-utils/_pkg.elc
Done
/home/oberman/utils/xemacs-21.0-b42/src/xemacs -batch -vanilla -f batch-byte-compile lisp/./package-get-custom.el lisp/./prog-modes/_pkg.el lisp/./rmail/_pkg.el lisp/./text-modes/_pkg.el lisp/./tm/_pkg.el lisp/./tpu/_pkg.el lisp/./tpu/tpu-edt.el lisp/./w3/_pkg.el lisp/./wid-edit.el lisp/./xemacs-base/_pkg.el
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/package-get-custom.el...
Loading package-get-custom.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/package-get-custom.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/prog-modes/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/prog-modes/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/rmail/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/rmail/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/text-modes/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/text-modes/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/tm/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/tm/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/tpu/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/tpu/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/tpu/tpu-edt.el...
While compiling tpu-mark in file /usr/users/oberman/utils/xemacs-21.0-b42/lisp/tpu/tpu-edt.el:
** reference to free variable mark-active
** reference to free variable transient-mark-mode
While compiling tpu-store-text:
** assignment to free variable picture-killed-rectangle
While compiling toplevel forms:
** reference to free variable repeat-complex-command-map
While compiling the end of the data:
** The following functions are not known to be defined:
ispell-region, ispell-buffer, spell-region, spell-buffer,
tpu-emacs-search, tpu-emacs-rev-search, picture-clear-rectangle,
picture-clear-column, picture-yank-rectangle,
tpu-search-internal-core, picture-clean
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/tpu/tpu-edt.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/w3/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/w3/_pkg.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/wid-edit.el...
While compiling widget-url-link-action in file /usr/users/oberman/utils/xemacs-21.0-b42/lisp/wid-edit.el:
** reference to free variable browse-url-browser-function
While compiling the end of the data:
** the function debug is not known to be defined.
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/wid-edit.elc
Compiling /usr/users/oberman/utils/xemacs-21.0-b42/lisp/xemacs-base/_pkg.el...
Wrote /usr/users/oberman/utils/xemacs-21.0-b42/lisp/xemacs-base/_pkg.elc
Done
Compiling files without .elc... Done
cd /usr/users/oberman/utils/xemacs-21.0-b42/man && make CC='cc' CFLAGS='-O2' LDFLAGS='' CPPFLAGS='' info
make[1]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/man'
makeinfo standards.texi -o ../info/standards.info
make[1]: makeinfo: Command not found
make[1]: [../info/standards.info] Error 127 (ignored)
makeinfo texinfo.texi -o ../info/texinfo.info
make[1]: makeinfo: Command not found
make[1]: [../info/texinfo.info] Error 127 (ignored)
makeinfo xemacs-faq.texi -o ../info/xemacs-faq.info
make[1]: makeinfo: Command not found
make[1]: [../info/xemacs-faq.info] Error 127 (ignored)
for d in xemacs lispref new-users-guide internals ; do (cd ./$d && make CC=cc CFLAGS=-O2 LDFLAGS= CPPFLAGS= -w MAKEINFO='makeinfo' TEXI2DVI='texi2dvi' info) ; done
make[2]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/man/xemacs'
make[2]: Nothing to be done for `info'.
make[2]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/man/xemacs'
make[2]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/man/lispref'
if [ a != a ]; \
then ln -s index.perm index.texi; \
else ln -s index.unperm index.texi; \
fi
makeinfo -o ../../info/lispref.info lispref.texi
make[2]: makeinfo: Command not found
make[2]: *** [../../info/lispref.info] Error 127
make[2]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/man/lispref'
make[2]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/man/new-users-guide'
makeinfo -o ../../info/new-users-guide.info new-users-guide.texi
make[2]: makeinfo: Command not found
make[2]: *** [../../info/new-users-guide.info] Error 127
make[2]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/man/new-users-guide'
make[2]: Entering directory `/home/oberman/utils/xemacs-21.0-b42/man/internals'
if [ a != a ]; \
then ln -s index.perm index.texi; \
else ln -s index.unperm index.texi; \
fi
make[2]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/man/internals'
-make[1]: Leaving directory `/home/oberman/utils/xemacs-21.0-b42/man'
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman(a)es.net Phone: +1 510 486-8634