home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / lucidem / help / 123 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.8 KB  |  51 lines

  1. Newsgroups: alt.lucid-emacs.help
  2. 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
  3. From: richter@ki1.chemie.fu-berlin.de (Thomas Richter)
  4. Subject: Re: Lucid on RS6000 running Aix 3.2
  5. Message-ID: <7KE5V1O@math.fu-berlin.de>
  6. Sender: news@math.fu-berlin.de (Math Department)
  7. Organization: Free University of Berlin, Germany
  8. References: <9207222013.AA37315@eas.gatech.edu>
  9. Date: Fri, 24 Jul 1992 14:29:37 GMT
  10. Lines: 39
  11.  
  12. Ryan Mulderig <ryan@eas.gatech.edu> writes:
  13. >I have tried and failed to bring it up.
  14.  
  15.     I've tried it under AIX 3.1 and failed as well,
  16.     just a little bit later...
  17.  
  18. > Notable problems:
  19. >in editfns.c 
  20. >- Sunix_sync not defined
  21. >- Sdefault_file_mode not defined
  22. >(got past by commenting out lines that caused failue - two of them)
  23.  
  24.     There is a section in editfns.c that is enclosed in
  25.     '#ifdef unix ...#endif /* unix */' where these functions
  26.     are defined.  Make sure unix is defined.
  27.  
  28. >in loading of temacs
  29. >- no entry point or export symbols found
  30.  
  31.     Don't use 'ld' for loading.  Use 'cc' instead.
  32.  
  33.     There are some other gotchas:  You have to make sure that
  34.     data.c uses 'drem' instead of 'remainder'.  There is a
  35.     '#ifdef BSD' together with the striking comment
  36.         "Maybe there's a better conditional for this".
  37.  
  38.     There was no hftctl.c or unexaix.c, which are required for
  39.     'make install.aix'.  I just took them from the GNU emacs 18.58
  40.     distribution, without the slightest idea whether it might
  41.     work or not.
  42.  
  43.     I gave up when I got an error about lock-directory being void
  44.     while 'temacs -batch -l loadup.el' was working on startup.el.
  45.  
  46. -- Thomas Richter
  47. -- 
  48. phone: +49 30 838-3408                          Freie Universitaet Berlin
  49. psi:   (+262)45050230227::RICHTER               Institut f. Kristallographie
  50. smtp:  <richter@ki1.chemie.fu-berlin.de>        Takustr. 6, D-1000 Berlin 33
  51.