Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cbosgd!cblpf!cbstr1!Karl.Kleinpaste From: Karl.Kleinpaste@cbstr1.att.com Newsgroups: comp.sys.att,comp.emacs Subject: Re: Gnu-Emacs port to Unix PC? Message-ID: <279@cbstr1.att.com> Date: Tue, 23-Jun-87 11:38:41 EDT Article-I.D.: cbstr1.279 Posted: Tue Jun 23 11:38:41 1987 Date-Received: Thu, 25-Jun-87 03:53:36 EDT References: <1362@super.upenn.edu.upenn.edu> <175@ho7cad.ATT.COM> <961@mtung.ATT.COM> Sender: karl@cbstr1.att.com Lines: 10 Xref: mnetor comp.sys.att:610 comp.emacs:1230 In-reply-to: jkw@mtung.ATT.COM's message of 22 Jun 87 18:43:22 GMT Posting-Front-End: GNU Emacs 18.47.3 of Sat Jun 20 1987 on cbstr1 (usg-unix-v) jkw@mtung.ATT.COM writes: > #define LD_MACHINE_SWITCH -s -N Be aware that use of -N causes SysV's ld(1) to create the binary as a single, writable (hence unshared) segment. On a 7300, where (one hopes) you are all alone by yourself with only a single emacs running, that's OK, but as soon as you need a second simultaneous incarnation of emacs, you're going to find yourself in deep performance trouble. Karl