Built from fresh tarballs and SUMO(xemacs-sumo-1998-12-09.tar.gz) but
while building I got Segmentation fault as follows:
gcc -O3 -g -Wall -Wno-switch -fno-caller-saves -L/usr/local/lib -Xlinker
-R/usr/local/lib:/usr/X11R6/lib -L/usr/X11R6/lib -o temacs abbrev.o alloc.o blocktype.o
buffer.o bytecode.o callint.o callproc.o casefiddle.o casetab.o chartab.o cmdloop.o cmds.o
console.o console-stream.o data.o device.o dired.o doc.o doprnt.o dynarr.o editfns.o
elhash.o emacs.o eval.o events.o debug.o unexfreebsd.o dgif_lib.o gif_io.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 mule.o mule-ccl.o mule-charset.o mule-coding.o file-coding.o input-method-xlib.o
mule-wnnfns.o mule-canna.o realpath.o inline.o linuxplay.o console-tty.o device-tty.o
event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o tparam.o event-unixoid.o
database.o 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 in!
tl!
.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 specifier.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 gmalloc.o
free-hook.o vm-limit.o ralloc.o EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o
TransientEmacsShell.o EmacsManager.o ../lwlib/liblw.a -lXm -lcanna -lRKC -lwnn
-lcompface -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -ltermcap
-lcrypt -lkvm -lm -lutil -lxpg4
EMACSBOOTSTRAPLOADPATH="/local/src/tmp/xemacs-21.0.60/src/../lisp/:/local/src/tmp/xemacs-21.0.60"
./temacs -batch -l /local/src/tmp/xemacs-21.0.60/src/../lisp/update-elc.el
Segmentation fault - core dumped
gmake[1]: *** [update-elc.stamp] Error 139
gmake[1]: Leaving directory `/local/src/tmp/xemacs-21.0.60/src'
gmake: *** [src] Error 2
faith: {29} gdb ./temacs temacs.core
GDB is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (i386-unknown-freebsd),
Copyright 1996 Free Software Foundation, Inc...
Core was generated by `temacs'.
Program terminated with signal 11, Segmentation fault.
Cannot access memory at address 0x20263080.
#0 0x187de7 in intern (str=0x68005c3b <Address 0x68005c3b out of bounds>)
at symbols.c:154
154 Bytecount len = strlen (str);
(gdb) bt
#0 0x187de7 in intern (str=0x68005c3b <Address 0x68005c3b out of bounds>)
at symbols.c:154
#1 0x18e284 in defsubr (subr=0x250fbc) at symbols.c:3221
#2 0x2a38 in syms_of_abbrev () at abbrev.c:407
#3 0x4cfff in xemacs_21_0_b60_i386_unknown_freebsd2_2_7 (argc=4,
argv=0xefbfd604, envp=0xefbfd618, restart=0) at emacs.c:865
#4 0x4e067 in main (argc=4, argv=0xefbfd604, envp=0xefbfd618) at emacs.c:2060
(gdb)
Is there anyone can help me?
Thank you,
// Yuichi Yoda