Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!uflorida!gatech!psuvax1!blitz!schwartz From: schwartz@blitz (Scott E. Schwartz) Newsgroups: comp.emacs Subject: Re: Problems with building emacs on SunOS 4.0 Summary: Shared text issues Message-ID: <3864@psuvax1.cs.psu.edu> Date: 27 Aug 88 00:35:33 GMT References: <611@expya.ex.ac.uk> <400@mfgfoc.UUCP> Sender: news@psuvax1.cs.psu.edu Reply-To: schwartz@blitz.cs.psu.edu (Scott E. Schwartz) Organization: Computer Science Department, Penn State University Lines: 16 In article <400@mfgfoc.UUCP> root@mfgfoc.UUCP (Admin) writes: >It works perfectly well here with SunOS 4.0 on a Sun-2.... here's a few >tips: I've used 18.51 on a Sun-3 and it works fine too. > 2) Make sure you are compiling emacs with -Bstatic... I do not > think that dynamically linked executables like being > undumped. This is the case. Notice, though, that NMAGIC executables (which is what you get if you do -Bstatic and don't ask for OMAGIC) no longer have their text segments shared. Doesn't this mean that memory usage will increse drastically? I try to encourage people to use gnu-emacs, and a key argument is that most of that 1M executable is (was) shared among lots of users. Let's all work on getting -Bdynamic working!