From xemacs-m  Sat Jun 28 23:01:55 1997
Received: from fhat.stat.sc.edu (fhat.stat.sc.edu [129.252.16.71])
	by xemacs.org (8.8.5/8.8.5) with SMTP id XAA20587
	for <xemacs-beta@xemacs.org>; Sat, 28 Jun 1997 23:01:54 -0500 (CDT)
Received: (from rossini@localhost) by fhat.stat.sc.edu (8.6.12/8.6.12) id AAA10097; Sun, 29 Jun 1997 00:01:56 -0400
To: xemacs-beta@xemacs.org
Subject: b9 problems on Solaris 2.5
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Anthony Rossini <rossini@stat.sc.edu>
Date: 29 Jun 1997 00:01:55 -0400
Message-ID: <wncsoy22h1o.fsf@fhat.stat.sc.edu>
Lines: 544
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta7) - "Oslo"
X-Face:  -<j)glPpyMxjjYa%o`Fl{cZ`VPI-#@E3@_s,TY%)xt`pIu^@MS+d9}>JZ8Fs2;tGK&eaV#.
 U#%d52]n51?][w92.tu+>13)STQ<hSb<b4ZL..rXV*s"Q=otWH?q*M"M|L|O!-[dHa)vx!@i2#+8l~
 fR]Pl&IMU=8";|)Sq-|;x#p]HL~oERC+JI



I've not built beta 8 or 9 successfully... blear.   

(this has been a bad, evil week -- my el-cheapo notebook finally
barfed, refusing to run Linux (looks like the disk controller, kswap
errors and bad disk calls) while running M$Dos and M$ Windows just
fine...  but enough griping...).

best,
-tony

p.s. here's the relevant log and info stuff:


Right now, this is where it bombs, using
	configure --prefix=/p1/apps/X11R6.3 :

**************************

gcc -g -O2 -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/dt/include -I/p1/apps/X11R6.3/include  /stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/movemail.c /stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/pop.c  -fno-gnu-linker -L/usr/ccs/lib -R/usr/dt/lib:/p1/apps/X11R6.3/lib -L/usr/dt/lib -L/p1/apps/X11R6.3/lib -lgdbm -lcurses /usr/demo/SOUND/lib/libaudio.a -lkvm -lkstat -lm -lsocket -lnsl -lelf -lgen -ldl  -o movemail
/stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/movemail.c: In function `main':
/stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/movemail.c:289: structure has no member named `_tv_sec'
make[1]: *** [movemail] Error 1
make[1]: Leaving directory `/stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src'
make: *** [lib-src] Error 2

***************************


If I change the mail locking mechanism to lockf, by using:

	configure --prefix=/p1/apps/X11R6.3 --mail-locking=lockf

we get through the lib-src build, but it bombs again at:


gcc -c -g -O2  -Demacs -I. -DHAVE_CONFIG_H -I/usr/dt/include -I/p1/apps/X11R6.3/include dired.c
dired.c: In function `Ffile_attributes':
dired.c:685: structure has no member named `_tv_sec'
dired.c:686: structure has no member named `_tv_sec'
dired.c:687: structure has no member named `_tv_sec'
make[1]: *** [dired.o] Error 1
make[1]: Leaving directory `/stat2/faculty/rossini/src/xemacs-20.3-b9/src'
make: *** [src] Error 2


*****************************

Finally, trying flock (for no good reason)...



gcc -g -O2 -Demacs -I../src  -DHAVE_CONFIG_H -I/usr/dt/include -I/p1/apps/X11R6.3/include  /stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/movemail.c /stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/pop.c  -fno-gnu-linker -L/usr/ccs/lib -R/usr/dt/lib:/p1/apps/X11R6.3/lib -L/usr/dt/lib -L/p1/apps/X11R6.3/lib -lgdbm -lcurses /usr/demo/SOUND/lib/libaudio.a -lkvm -lkstat -lm -lsocket -lnsl -lelf -lgen -ldl  -o movemail
/stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/movemail.c: In function `main':
/stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/movemail.c:335: `LOCK_EX' undeclared (first use this function)
/stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/movemail.c:335: (Each undeclared identifier is reported only once
/stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src/movemail.c:335: for each function it appears in.)
make[1]: *** [movemail] Error 1
make[1]: Leaving directory `/stat2/faculty/rossini/src/xemacs-20.3-b9/lib-src'
make: *** [lib-src] Error 2

-------- Misc specs follow, from the first configure and make... -----



GCC: 

Reading specs from /apps/gnu/bin.sol/lib/gcc-lib/sparc-sun-solaris2.4/2.7.2/specs
gcc version 2.7.2

uname -a :

SunOS fhat 5.5 Generic sun4u sparc SUNW,Ultra-1

Configure:

fhat 99 > configure --prefix=/p1/apps/X11R6.3
- 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 sparc-sun-solaris2.5
checking whether ln -s works... yes
checking the configuration name
    Defining OS_RELEASE = 55
    xemacs will be linked with "debug.o"
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 = '-lsocket -lnsl -lelf -lgen -ldl'
libs_termcap = ''
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 = 'unexsol2.o'
ld_switch_call_shared = ''
ld_switch_shared = '-c'
ld = '$(CC) $(CFLAGS)'
lib_gcc = ''
ld_text_start_addr = ''
start_files = ''
ordinary_link = 'yes'
have_terminfo = 'yes'
mail_use_flock = 'no'
mail_use_lockf = 'no'

    xemacs will be linked with "unexsol2.o"
checking for dynodump... yes
    Defining DYNODUMP
    Appending "dynodump" to $MAKE_SUBDIR
    Appending "-fno-gnu-linker" to $ld_switch_site
    Appending "-L/usr/ccs/lib" to $ld_switch_site
checking for runtime libraries flag... "-R"
checking for ranlib... :
checking for a BSD compatible install... /stat2/faculty/rossini/src/xemacs-20.3-b9/install.sh -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 linux/version.h... no
checking for kstat.h... yes
    Defining HAVE_KSTAT_H
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... 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... no
checking for tzname... yes
    Defining HAVE_TZNAME
checking for working const... yes
checking whether make sets ${MAKE}... yes
checking whether byte ordering is bigendian... yes
    Defining WORDS_BIGENDIAN
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
checking for kstat_open in -lkstat... yes
    Defining HAVE_LIBKSTAT
    Prepending "-lkstat" to $LIBS
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 /p1/apps/X11R6.3/lib, headers /p1/apps/X11R6.3/include
checking whether -R must be followed by a space... no
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
    Prepending "-L/usr/dt/lib" to $X_LIBS
    Prepending "-I/usr/dt/include" to $X_CFLAGS
Setting runpath to /usr/dt/lib:/p1/apps/X11R6.3/lib

X11 compilation variables:
x_libraries = '/usr/dt/lib /p1/apps/X11R6.3/lib'
x_includes = '/usr/dt/include /p1/apps/X11R6.3/include'
X_CFLAGS = '-I/usr/dt/include  -I/p1/apps/X11R6.3/include'
X_LIBS = '-L/usr/dt/lib  -L/p1/apps/X11R6.3/lib -R/p1/apps/X11R6.3/lib'
X_PRE_LIBS = ' -lSM -lICE'
X_EXTRA_LIBS = ''

checking for X defines extracted by xmkmf
    Defining sun
    Defining SVR4
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 XmuConvertStandardSelection in -lXmu... yes
    Prepending "-lXmu" to $libs_x
checking for main in -lXbsd... no
checking for XawScrollbarSetThumb in -lXaw... yes
  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... 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
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... yes
checking for UnGenFace in -lcompface... yes
    Defining HAVE_XFACE
    Prepending "-lcompface" to $libs_x
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... yes
checking for pow... yes
checking for png_read_image in -lpng... no
checking for png_read_image in -lpng using extra libs -lz... yes
    Defining HAVE_PNG
    Prepending "-lpng -lz" to $libs_x
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
Setting runpath to /usr/dt/lib:/p1/apps/X11R6.3/lib
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... yes
    Defining HAVE_EACCESS
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... 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... yes
    Defining HAVE_POLL
checking for random... yes
    Defining HAVE_RANDOM
checking for rename... yes
    Defining HAVE_RENAME
checking for res_init... no
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... no
checking for sighold... yes
    Defining HAVE_SIGHOLD
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 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... 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 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 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
    Defining EMACS_MAJOR_VERSION = 20
    Defining EMACS_MINOR_VERSION = 3
    Defining EMACS_BETA_VERSION = 9
    Defining XEMACS_CODENAME = "Sofia"
    Defining EMACS_VERSION = "20.3-b9"
    Defining CANONICAL_VERSION = 20_3_b9_sparc_sun_solaris2_5
checking for sound support
    xemacs will be linked with "sunplay.o"
    Defining HAVE_NATIVE_SOUND
    Prepending "/usr/demo/SOUND/lib/libaudio.a" to $LIBS
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 termios.h... yes
    Defining HAVE_TERMIOS
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 dbm_open in -lgdbm... yes
    Defining HAVE_DBM
    Prepending "-lgdbm" to $LIBS
checking for dbopen... no
checking for dbopen in -ldb... no
    Defining HAVE_DATABASE
    xemacs will be linked with "database.o"
    Appending "src" to $MAKE_SUBDIR

extra_objs = 'debug.o unexsol2.o tooltalk.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 sunplay.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'
c_switch_general = '-DHAVE_CONFIG_H'
c_switch_window_system = '-I/usr/dt/include -I/p1/apps/X11R6.3/include'
c_switch_all = '-DHAVE_CONFIG_H -I/usr/dt/include -I/p1/apps/X11R6.3/include'
ld_switch_general = '-fno-gnu-linker -L/usr/ccs/lib -R/usr/dt/lib:/p1/apps/X11R6.3/lib'
ld_switch_window_system = '-L/usr/dt/lib -L/p1/apps/X11R6.3/lib'
ld_switch_all = '-fno-gnu-linker -L/usr/ccs/lib -R/usr/dt/lib:/p1/apps/X11R6.3/lib -L/usr/dt/lib -L/p1/apps/X11R6.3/lib'
ld_libs_general = '-lgdbm -lcurses /usr/demo/SOUND/lib/libaudio.a -lkvm -lkstat -lm -lsocket -lnsl -lelf -lgen -ldl'
ld_libs_window_system = '-lXm -lpng -lz -ljpeg -lcompface -lXpm -lDtSvc -ltt -lXmu -lXt -lXext -lX11 -lSM -lICE'
ld_libs_all = '-lXm -lpng -lz -ljpeg -lcompface -lXpm -lDtSvc -ltt -lXmu -lXt -lXext -lX11 -lSM -lICE -lgdbm -lcurses /usr/demo/SOUND/lib/libaudio.a -lkvm -lkstat -lm -lsocket -lnsl -lelf -lgen -ldl'

    Defining EMACS_CONFIGURATION = "sparc-sun-solaris2.5"
    Defining config_machfile = "m/sparc.h"
    Defining config_opsysfile = "s/sol2.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 LWLIB_USES_MOTIF
    Defining USE_GCC
    Defining CONST_IS_LOSING
    Defining USE_ASSERTIONS
    Defining DEBUG_XEMACS
    Defining MEMORY_USAGE_STATS
    Defining ERROR_CHECK_EXTENTS
    Defining ERROR_CHECK_TYPECHECK
    Defining ERROR_CHECK_BUFPOS
    Defining ERROR_CHECK_GC
    Defining ERROR_CHECK_MALLOC
    Defining NO_UNION_TYPE


Configured for `sparc-sun-solaris2.5'.

  Where should the build process find the source code?    /stat2/faculty/rossini/src/xemacs-20.3-b9
  What installation prefix should install use?            /p1/apps/X11R6.3
  What operating system and machine description files should XEmacs use?
        `s/sol2.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc -g -O2
  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/dt/include /p1/apps/X11R6.3/include
  Where do we find X Windows libraries?                   /usr/dt/lib /p1/apps/X11R6.3/lib
  Runtime library search path:                            /usr/dt/lib:/p1/apps/X11R6.3/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in native sound support.
  Compiling in support for GNU DBM.
  Compiling in support for CDE.
  Compiling in support for ToolTalk.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  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: ---------------------------------------------------------

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

creating ./config.status
creating Makefile
creating lib-src/Makefile.in
creating dynodump/Makefile.in
creating lwlib/Makefile.in
creating src/Makefile.in
creating src/config.h
creating lwlib/config.h
creating lib-src/Makefile
creating dynodump/Makefile
creating lwlib/Makefile
creating src/Makefile

