home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.lucid-emacs.help
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!ki1.chemie.fu-berlin.de!richter
- From: richter@ki1.chemie.fu-berlin.de (Thomas Richter)
- Subject: Re: Lucid on RS6000 running Aix 3.2
- Message-ID: <7KE5V1O@math.fu-berlin.de>
- Sender: news@math.fu-berlin.de (Math Department)
- Organization: Free University of Berlin, Germany
- References: <9207222013.AA37315@eas.gatech.edu>
- Date: Fri, 24 Jul 1992 14:29:37 GMT
- Lines: 39
-
- Ryan Mulderig <ryan@eas.gatech.edu> writes:
- >I have tried and failed to bring it up.
-
- I've tried it under AIX 3.1 and failed as well,
- just a little bit later...
-
- > Notable problems:
- >in editfns.c
- >- Sunix_sync not defined
- >- Sdefault_file_mode not defined
- >(got past by commenting out lines that caused failue - two of them)
-
- There is a section in editfns.c that is enclosed in
- '#ifdef unix ...#endif /* unix */' where these functions
- are defined. Make sure unix is defined.
-
- >in loading of temacs
- >- no entry point or export symbols found
-
- Don't use 'ld' for loading. Use 'cc' instead.
-
- There are some other gotchas: You have to make sure that
- data.c uses 'drem' instead of 'remainder'. There is a
- '#ifdef BSD' together with the striking comment
- "Maybe there's a better conditional for this".
-
- There was no hftctl.c or unexaix.c, which are required for
- 'make install.aix'. I just took them from the GNU emacs 18.58
- distribution, without the slightest idea whether it might
- work or not.
-
- I gave up when I got an error about lock-directory being void
- while 'temacs -batch -l loadup.el' was working on startup.el.
-
- -- Thomas Richter
- --
- phone: +49 30 838-3408 Freie Universitaet Berlin
- psi: (+262)45050230227::RICHTER Institut f. Kristallographie
- smtp: <richter@ki1.chemie.fu-berlin.de> Takustr. 6, D-1000 Berlin 33
-