Path: utzoo!attcan!uunet!ncrlnk!ncrcae!ece-csc!ncsuvx!gatech!bloom-beacon!tut.cis.ohio-state.edu!triceratops.cis.ohio-state.edu!karl
From: karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste)
Newsgroups: comp.emacs
Subject: Re: Portability problem with gnu-emacs [dump-emacs]
Message-ID: <22302@tut.cis.ohio-state.edu>
Date: 22 Sep 88 17:57:40 GMT
References:  <3232@geac.UUCP>
Sender: news@tut.cis.ohio-state.edu
Lines: 9
In-reply-to: daveb@geac.UUCP's message of 20 Sep 88 21:54:00 GMT

daveb@geac.uucp writes:
    Er, people.... What about machines that don't really like making
   the data space execuable and linked with the startup?  (cf comp.arch
   and .c discussions on data/code segmenst some time ago).

Then you #define NO_REMAP and unexec.c doesn't mess with trying to
push data into text space.

--Karl