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