Path: utzoo!attcan!uunet!ginosko!aplcen!uakari.primate.wisc.edu!uwm.edu!mailrus!tut.cis.ohio-state.edu!godiva.cis.ohio-state.edu!karl From: karl@godiva.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.unix.aix Subject: Re: Gnu Emacs On AIX Message-ID: Date: 23 Sep 89 00:29:02 GMT References: <3227@mrmarx.UUCP> Sender: news@tut.cis.ohio-state.edu Organization: OSU Lines: 19 In-reply-to: jaa@mrmarx.UUCP's message of 22 Sep 89 14:26:04 GMT You probably just need to upgrade to a more recent incarnation of GNU Emacs than 18.51. The 18.55 etc/MACHINES says that 18.52 (at least) copes: IBM PS2 (m-ibmps2-aix.h; s-usg5-2-2.h) Changes mostly merged in 18.55. You may need to put an #ifndef AIX conditional around the definition of closedir in sysdep.c. IBM RT/PC (m-ibmrt.h or m-ibmrt-aix.h; s-bsd4-2.h or s-usg5-2-2.h) 18.52 works on both operating systems. Use s-bsd-4-2.h for the 4.2-like system and s-usg5-2-2.h for AIX. On BSD, if you have trouble, try compiling with a different compiler. On AIX, the file /usr/lib/samples/hft/hftctl.c must be compiled into hftctl.o, with this result left in the src directory (hftctl.c is part of the standard AIX distribution). window.c must not be compiled with -O on AIX. --Karl