home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3559 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.7 KB

  1. Path: sparky!uunet!wupost!uwm.edu!rutgers!dziuxsolim.rutgers.edu!clam.rutgers.edu!!snow
  2. From: snow@clam.rutgers.edu (snow)
  3. Newsgroups: gnu.emacs.help
  4. Subject: help needed building on IRIS
  5. Message-ID: <SNOW.92Jul29160318@clam.rutgers.edu>
  6. Date: 29 Jul 92 20:03:18 GMT
  7. Sender: snow@clam.rutgers.edu
  8. Distribution: gnu
  9. Organization: /clam/u3/cunix/snow/.organization
  10. Lines: 33
  11.  
  12.  
  13. I've taken a swing at building and installing gnu-emacs on our IRIS at
  14. work, with the result being an emacs executable that just prints
  15. "killed" on the invoking shell window. 
  16.  
  17. Here are the steps I went through to get the executable:
  18.  
  19. 1) started with files in /usr/local/emacs-18.58/ from the archive on
  20. ftp.uu.net
  21. 2) copied and edited src/config.h, with m-iris4d.h and s-irix4-0.h as
  22. the machine and system files. I added S_SWITCH_MACHINE -cckr, as our
  23. compiler is ANSI. I left HAVE_X_WINDOWS commented out to help isolate
  24. the bug (it gave the same results with or without X).
  25. 3) since I'm installing in the standard /usr/local locations, I left
  26. the Makefile definitions of LIBDIR alone.
  27. 4) I left paths.el alone
  28. 5) I left site-init.el alone
  29. 6) I used neither C_OPTIMIZE or C_DEBUG flags
  30. 7) I'm using the cc complier from SGI that came with the IRIS
  31. 8) I use the ./install.sh script
  32.  
  33. So, doing a 'make install' does give some warnings from the IRIS
  34. header files, about #ifdef arguments starting with digit, and there
  35. were some errors from mkdir because of directories already existing,
  36. but no other errors. I get an emacs execuable in /usr/local/bin, along with
  37. ctags, exacsclient, and etags, and I get all the directories under
  38. /usr/local/emacs. 
  39.  
  40. But the executable just prints "killed" 
  41.  
  42. Any help would be appreciated.
  43.  
  44. /snow
  45.