home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / lucidem / bug / 329 < prev    next >
Encoding:
Text File  |  1992-11-08  |  3.8 KB  |  53 lines

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Sun, 8 Nov 1992 17:05:01 EST
  2. Site: 
  3. Date: Sun, 8 Nov 1992 12:27:47 GMT
  4. From: djh@CIS.Prime.COM (David Hughes)
  5. Message-ID: <9211081227.AA17777@CIS.Prime.COM>
  6. Subject: Re: automatic load-path generation
  7. Newsgroups: alt.lucid-emacs.bug
  8. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  9. Sender: bug-lucid-emacs-request@lucid.com
  10. Lines: 38
  11.  
  12. Jamie -
  13.  
  14.     I tried this new startup.el but was unable to rebuild Emacs as a result.
  15. Here's what I did :
  16.  
  17.     1. Replaced ../src/lemacs19.3/lisp/prim/startup.el and byte-compiled it
  18.  
  19.     2. Removed ../src/lemacs19.3/src/{temacs,xemacs,emacs-19.3.1-Lucid}
  20.  
  21.     3. Hit make :
  22.  
  23. mira: make
  24. cd etc; make  all
  25. cd src; make  all
  26. make  -f xmakefile  all
  27. ld   -e __start -Bstatic  -L/flint/tool/X11r5/lib -L/usr/apl/tool/lib/gcc-lib -L/usr/apl/tool/lib/gcc-lib/'sparc-sun-sunos4.1'/2.2.2 -L/flint/tool/lib  -L. -L./lwlib -o temacs crt0.o dispnew.o screen.o scroll.o xdisp.o window.o  events.o event-alloc.o event-stream.o  term.o cm.o xterm.o xfns.o xselect.o xutils.o event-Xt.o menubar.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 r
  28. egex.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 font_lock.o unexec.o mocklisp.o bytecode.o  process.o callproc.o environ.o  doprnt.o extents.o faces.o elhash.o hash.o tparam.o lastfile.o gmalloc.o vm-limit.o ScreenWidget.o ColumnWidget.o EmacsShell.o sunOS-fix.o strcmp.o strcpy.o  ./lwlib/liblw.a -lXm -lXaw -lXext -lXt -lXmu -lX11   -ltermcap  -lg -lgcc -lm -lc
  29. rm -f ../etc/DOC
  30. ./etc/make-docfile dispnew.o screen.o scroll.o xdisp.o window.o  events.o event-alloc.o event-stream.o  term.o cm.o xterm.o xfns.o xselect.o xutils.o event-Xt.o menubar.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 font_lock.o unexec.o mocklisp.o bytecode.o  pro
  31. cess.o callproc.o environ.o  doprnt.o extents.o faces.o elhash.o hash.o ../lisp/version.el ../lisp/paths.el  ../lisp/prim/loadup.el ../lisp/prim/subr.elc  ../lisp/prim/faces.elc ../lisp/prim/loaddefs.el  ../lisp/prim/simple.elc ../lisp/prim/help.elc  ../lisp/prim/files.elc ../lisp/prim/indent.elc  ../lisp/prim/window.elc ../lisp/prim/startup.elc  ../lisp/prim/lisp.elc ../lisp/prim/page.elc  ../lisp/prim/register.elc ../lisp/prim/iso8859-1.elc  ../lisp/prim/paragraphs.elc ..!
  32. /lisp/mode/modes/text-mode.elc ../
  33. lisp/prim/fill.elc  ../lisp/modes/c-mode.elc ../lisp/prim/isearch-mode.elc  ../lisp/prim/replace.elc ../lisp/modes/abbrev.elc  ../lisp/packages/buff-menu.elc ../lisp/prim/userlock.elc  ../lisp/bytecomp/bytecomp-runtime.elc  ../lisp/prim/float-sup.elc ../lisp/prim/screen.elc ../lisp/prim/menubar.elc ../lisp/prim/menubar.elc ../lisp/x11/x-faces.elc ../lisp/x11/x-iso8859-1.elc ../lisp/x11/x-mouse.elc ../lisp/prim/mouse.elc ../lisp/prim/mode-motion.elc ../lisp/x11/xselect.elc  ../lisp/packages/tags.elc ../lisp
  34. /packages/compile.elc ../lisp/rmail/rmail.elc ../lisp/rmail/rmailsum.elc ../lisp/rmail/rmailedit.elc ../lisp/packages/apropos.elc ../lisp/version.el > \
  35.   ../etc/DOC
  36. ./temacs -batch -l inc-vers
  37. Loading inc-vers...
  38. Loading startup...
  39. *** Segmentation fault
  40. make: Fatal error: Command failed for target `release'
  41. Current working directory /usr/apl/tool/src/lemacs-19.3/src
  42. *** Error code 1
  43. make: Fatal error: Command failed for target `doall'
  44. Current working directory /usr/apl/tool/src/lemacs-19.3/src
  45. *** Error code 1
  46. make: Fatal error: Command failed for target `src'
  47. mira:
  48.  
  49.    It all worked again when I put back the original version of startup.{el,elc}
  50.  
  51. --
  52. Regards, David
  53.