home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / bug / 1619 < prev    next >
Encoding:
Text File  |  1993-01-08  |  889 b   |  24 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ctd.COMsat.COM!neal
  3. From: neal@ctd.COMsat.COM (Neal Becker)
  4. Subject: Re: Fix to "unexec" in unexhp9k800.c
  5. Message-ID: <NEAL.93Jan8132017@neal.ctd.comsat.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: COMSAT Labs
  8. References: <9301061859.AA05580@hplsg.hpl.hp.com>
  9. Distribution: gnu
  10. Date: Fri, 8 Jan 1993 18:20:17 GMT
  11. Approved: bug-gnu-emacs@prep.ai.mit.edu
  12. Lines: 10
  13.  
  14. Since hp9000/7xx is SO fast, you may decide to forget unexec entirely!
  15. Loadup takes only about 5 seconds!
  16. If you define CANNOT_UNDUMP and CANNOT_UNEXEC in config.h then you can remove the
  17. -a archive from LD_SWITCH_SYSTEM in s-hpux8.h and then emacs can be
  18. linked to shared libs.
  19.  
  20. You also need to arrange for unexhp9k800.o to either not get linked
  21. (by editing xmakefile) or you can probably add #ifdef CANNOT_DUMP to
  22. unexhp9k800.c.
  23.  
  24.