Xref: utzoo comp.sys.ibm.pc.rt:1227 gnu.emacs.bug:1376 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!uunet!ibmpa!bass.tcspa.ibm.com!webb From: webb@bass.tcspa.ibm.com (Bill Webb) Newsgroups: comp.sys.ibm.pc.rt,gnu.emacs.bug Subject: Re: trying to compile gnuEmacs on IBM RT/AIX 2.2 Keywords: problems Message-ID: <3159@ibmpa.UUCP> Date: 1 Dec 89 23:27:40 GMT References: <2173@leah.Albany.Edu> Sender: news@ibmpa.UUCP Organization: IBM AWD Paloalto Lines: 26 > Greetings...I am attempting to install gnu-emacs on an IBM PC RT > (running AIX 2.2) with 4 MBytes of memory. The compilation crashes at > Fatal error in ccom1: Memory fault > *** error code 64 > Any suggestions would be most appreciated. Please respond by mail; I > unfortunately don't get to read news very much. > Thanks in advance. Steve Wechsler I suggest that you check to see that you have enough swap space. Since you don't have very much memory (e.g. 4megs) and I suspect that GNU-emacs has some pretty big files, its possible that you don't have enough swap space to compile it. Because AIX doesn't preallocate swap space this is usually evidenced by a Memory fault at run time when the system has to page out part of your process (the compiler) and there isn't enough swap space (BSD at least tests before it gives you the memory so that once processes are given memory the system doesn't usually have to send a nasty signal to the process later on). Another possiblity if you can't easily add swap space is to get rid of all expendable processes to increase the available swap space. In particular, if you're running X windows, shut it down while you do the compile. Also you might be able to cut the compiler memory requirements by dropping out -O (if you're using that). ---------------------------------------------------------------- The above views are my own, not necessarily those of my employer. Bill Webb (IBM AWD Palo Alto), (415) 855-4457. UUCP: ...!uunet!ibmsupt!webb