help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs compiles, yet dumps o exit (Solaris 9 x86)


From: Dan Delgado
Subject: emacs compiles, yet dumps o exit (Solaris 9 x86)
Date: Tue, 01 Jul 2003 11:34:00 -0400

Hello all,

First off, I have never used a help-list - do I have to suscribe or
something. If the answer is 'yes', please send me email telling me how (I
don't mind getting a ton of email to this effect - but if you CC the answer
on the list it will prob cut this down ;))

Secondly, I was trying to build Emacs 21.3 on Solaris 9 x86 - I have gcc
3.2.3 compiled on it along with gmake and several other GNU offerings
(please let me know what you need to know if anything) and receive a core
dump compiling 21.3.  It 'finishes' compile and lets me run src/emacs -q and
starts up but when I exit it dump again. It appears that the dump in the
make is a result of the already (successfully ?) made emacs dumping upon
exit. I tried looking in problems but nothing that matched my system seemed
to describe this (of course it COULD be my reading skills)

Below is the output from make (let me know if in future I should only
include a subset of it?)  Also including the config info to give info about
what emacs knows about my system.


(If this loop works, I also have to try the DDD one because that won't
compile at all)

Configured for `i386-pc-solaris2.9'.

  Where should the build process find the source code?
/opt2/downloads/source/gnu/emacs-21.3
  What operating system and machine description files should Emacs use?
        `s/sol2-5.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -g -O2
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no  (Note: I
installed the Solaris pkg for this but it went in /opt/sfw/include and
./lib - I will try a linking later once get emacs to compile regularly in
case this kit enhances operation)
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no   (Note: while
looking to check the libXd, I saw there IS a libtiff.so in the
/usr/openwin/lib dir - didn't check the other directories for these other
'no's though)
  Does Emacs use -lungif?                                 no
  Does Emacs use -lpng?                                   no
  Does Emacs use X toolkit scroll bars?                   no


# make
if [ ! -f /opt2/downloads/source/gnu/emacs-21.3/lisp/abbrev.elc ]; then \
  make  bootstrap; \
fi
cd lib-src; make all  \
  CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
  LDFLAGS='' MAKE='make'
make[1]: Entering directory `/opt2/downloads/source/gnu/emacs-21.3/lib-src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt2/downloads/source/gnu/emacs-21.3/lib-src'
cd src; make all  \
  CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
  LDFLAGS='' MAKE='make'
make[1]: Entering directory `/opt2/downloads/source/gnu/emacs-21.3/src'
cd ../lwlib/; make -w CC='gcc' CFLAGS='-g -O2' MAKE='make'
"C_SWITCH_X_SITE="
"C_SWITCH_X_MACHINE=" "C_SWITCH_X_SYSTEM=-I/usr/dt/include" "C_SWITCH_SITE="
"C_SWITCH_MACHINE=" "C_SWITCH_SYSTEM="
make[2]: Entering directory `/opt2/downloads/source/gnu/emacs-21.3/lwlib'
rm -f liblw.a
ar cq liblw.a lwlib.o lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o lwlib-utils.o
: liblw.a
make[2]: Leaving directory `/opt2/downloads/source/gnu/emacs-21.3/lwlib'
touch stamp-oldxmenu
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
dispnew.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 frame.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
scroll.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 xdisp.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 xmenu.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
window.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
charset.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
coding.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
category.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 ccl.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 cm.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 term.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
xfaces.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 xterm.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 xfns.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
xselect.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 xrdb.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
fontset.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 emacs.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
keyboard.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
macros.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
keymap.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
sysdep.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
buffer.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
filelock.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
insdel.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
marker.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
minibuf.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
fileio.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 dired.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
filemode.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 cmds.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
casetab.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
casefiddle.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
indent.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
search.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 regex.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 undo.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 alloc.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 data.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 doc.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
editfns.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
callint.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 eval.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
floatfns.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 fns.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 print.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 lread.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
abbrev.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
syntax.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
unexelf.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
mocklisp.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
bytecode.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
process.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
callproc.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
region-cache.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 sound.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
atimer.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
doprnt.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
strftime.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
intervals.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
textprop.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
composite.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2 md5.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
terminfo.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
lastfile.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
gmalloc.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
ralloc.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
vm-limit.c
gcc -c  -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
widget.c
gcc -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
-I/opt2/downloads/source/gnu/emacs-21.3/src -I/usr/dt/include -g -O2
/opt2/downloads/source/gnu/emacs-21.3/src/prefix-args.c -o prefix-args
gcc  -L/usr/ccs/lib `./prefix-args -Xlinker ` `{ set x USE_MOTIF; test "$2"
=
"USE_MOTIF"; } || echo ' -R/usr/dt/lib -L/usr/dt/lib'`  -o temacs  dispnew.o
frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o
ccl.o
cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o emacs.o
keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o
minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o
floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexelf.o mocklisp.o
bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o
strftime.o intervals.o textprop.o composite.o md5.o  terminfo.o lastfile.o
gmalloc.o ralloc.o vm-limit.o  widget.o
   ../lwlib/liblw.a  -lXaw -lXmu -lXt
-lSM -lICE -lXext -lXpm -lX11  -lsocket -lnsl -lkstat -lkvm -lelf -lcurses  
 -lm
rm -f ../etc/DOC
../lib-src/make-docfile -d /opt2/downloads/source/gnu/emacs-21.3/src
sunfns.o
dosfns.o msdos.o xterm.o xfns.o xmenu.o xselect.o xrdb.o fontset.o dispnew.o
frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o
ccl.o
cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o emacs.o
keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o
minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o
floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexelf.o mocklisp.o
bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o
strftime.o intervals.o textprop.o composite.o md5.o  > ../etc/DOC
../lib-src/make-docfile -a ../etc/DOC -d
/opt2/downloads/source/gnu/emacs-21.3/src ../lisp/mouse.elc
../lisp/select.elc
../lisp/scroll-bar.elc ../lisp/vmsproc.elc ../lisp/vms-patch.elc
../lisp/ls-lisp.elc ../lisp/dos-fns.elc ../lisp/w32-fns.elc
../lisp/dos-w32.elc
../lisp/disp-table.elc ../lisp/dos-vars.elc ../lisp/international/ccl.elc
../lisp/international/codepage.elc ../lisp/abbrev.elc ../lisp/buff-menu.elc
../lisp/byte-run.elc ../lisp/cus-start.el ../lisp/custom.elc
../lisp/emacs-lisp/backquote.elc ../lisp/emacs-lisp/lisp-mode.elc
../lisp/emacs-lisp/lisp.elc ../lisp/facemenu.elc ../lisp/faces.elc
../lisp/files.elc ../lisp/float-sup.elc ../lisp/format.elc ../lisp/frame.elc
../lisp/help.elc ../lisp/indent.elc ../lisp/isearch.elc ../lisp/loadup.el
../lisp/loaddefs.el ../lisp/bindings.elc ../lisp/map-ynp.elc ../lisp/env.elc
../lisp/international/mule.elc ../lisp/international/mule-conf.el
../lisp/international/mule-cmds.elc ../lisp/international/characters.elc
../lisp/international/utf-8.elc ../lisp/international/utf-16.elc
../lisp/international/latin-1.el ../lisp/international/latin-2.el
../lisp/international/latin-3.el ../lisp/international/latin-4.el
../lisp/international/latin-5.el ../lisp/international/latin-8.el
../lisp/international/latin-9.el ../lisp/case-table.elc
../lisp/language/chinese.elc ../lisp/language/cyrillic.elc
../lisp/language/indian.elc ../lisp/language/devanagari.elc
../lisp/language/english.elc ../lisp/language/ethiopic.elc
../lisp/language/european.elc ../lisp/language/czech.elc
../lisp/language/slovak.elc ../lisp/language/romanian.elc
../lisp/language/greek.elc ../lisp/language/hebrew.elc
../lisp/language/japanese.elc ../lisp/language/korean.elc
../lisp/language/lao.elc ../lisp/language/thai.elc
../lisp/language/tibetan.elc
../lisp/language/vietnamese.elc ../lisp/language/misc-lang.elc
../lisp/international/ucs-tables.elc ../lisp/menu-bar.elc ../lisp/paths.el
../lisp/register.elc ../lisp/replace.elc ../lisp/simple.elc
../lisp/startup.elc
../lisp/subr.elc ../lisp/term/tty-colors.elc ../lisp/textmodes/fill.elc
../lisp/textmodes/page.elc ../lisp/textmodes/paragraphs.elc
../lisp/textmodes/text-mode.elc ../lisp/vc-hooks.elc ../lisp/ediff-hook.elc
../lisp/widget.elc ../lisp/window.elc ../lisp/version.el
LC_ALL=C ./temacs -batch -l loadup dump
Loading loadup (source)...
Using load-path (/opt2/downloads/source/gnu/emacs-21.3/lisp)
Loading byte-run...
Loading subr...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/backquote...
Loading map-ynp...
Loading env...
Loading cus-start (source)...
Loading international/mule...
Loading international/mule-conf.el (source)...
Loading format...
Loading bindings...
Loading simple...
Loading files...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((7039 . 6037) (3784 . 0) (485 . 3) 11372 21356 (3 . 0) (16 . 0) (596 .
1861))
Loading loaddefs.el (source)...
((18230 . 14525) (5702 . 0) (495 . 6) 28689 21356 (5 . 0) (16 . 0) (2478 .
2121))
Loading help...
Loading international/mule-cmds...
Loading case-table...
Loading international/utf-8...
Loading international/utf-16...
Loading international/characters...
Loading international/latin-1 (source)...
Loading international/latin-2 (source)...
Loading international/latin-3 (source)...
Loading international/latin-4 (source)...
Loading international/latin-5 (source)...
Loading international/latin-8 (source)...
Loading international/latin-9 (source)...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/devanagari...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading international/ucs-tables...
Loading indent...
Loading window...
Loading frame...
Loading term/tty-colors...
Loading faces...
Loading facemenu...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading isearch...
((45366 . 21587) (7589 . 0) (507 . 49) 61260 112330 (14 . 5) (21 . 0) (6676
.
1136))
Loading menu-bar...
Loading paths.el (source)...
Loading startup...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
((50349 . 16604) (8092 . 0) (510 . 46) 71144 134008 (14 . 5) (21 . 0) (7064
.
1630))
Loading replace...
Loading abbrev...
Loading buff-menu...
Loading float-sup...
((50703 . 16250) (8257 . 0) (510 . 46) 71175 134843 (14 . 9) (21 . 0) (7068
.
1500))
Loading vc-hooks...
Loading ediff-hook...
((51657 . 15296) (8347 . 0) (511 . 45) 72071 134860 (14 . 9) (21 . 0) (7127
.
1441))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Wrote /opt2/downloads/source/gnu/emacs-21.3/lib-src/fns-21.3.1.el
Dumping under names emacs and emacs-21.3.1
715344 pure bytes used
./emacs -q -batch -f list-load-path-shadows
Fatal error (11).make[1]: *** [emacs] Segmentation Fault (core dumped)
make[1]: Leaving directory `/opt2/downloads/source/gnu/emacs-21.3/src'
(export PARALLEL; PARALLEL=0; cd leim; make all  \
  CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
  LDFLAGS='' MAKE='make')
make[1]: Entering directory `/opt2/downloads/source/gnu/emacs-21.3/leim'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt2/downloads/source/gnu/emacs-21.3/leim'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]