home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / mail / elm2.4 / how2next < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.2 KB  |  46 lines

  1. Compiling Elm 2.4PL13 under NeXTstep 3.0
  2. ========================================
  3.  
  4. Run Configure as usual.  
  5.  
  6. Some useful nondefault answers to know:
  7.  
  8. Give the name of the program used to process manual pages on your
  9. system: [/usr/bin/troff] /usr/bin/ptroff
  10.  
  11. The next question asks about options for the formatter; say -t.
  12.  
  13. Should the cattable manual pages be packed? [y] n
  14.  
  15. Any additional cc flags? [-bsd -fwritable-strings]
  16.  
  17. Any additional ld flags (NOT including libraries)? [-object] 
  18.    This makes the compiled binaries smaller.
  19.  
  20. What is the full path name of the include file
  21. directory? [] /usr/include/bsd
  22.  
  23. When Configure reaches the point of giving you the option
  24. to use a shell escape to edit config.sh before proceeding,
  25. do so and make the changes listed below if not set this way
  26. already:
  27.  
  28. d_memcpy='undef'
  29. nametype='bsd'
  30. d_tzname='undef'
  31. d_passnames='define'
  32. passcat='nidump passwd /'
  33. sigtype='int'
  34. d_bsd='define'
  35.  
  36. Then run a make.  Some warnings appear during compilation; they
  37. don't seem to make a difference.  You have to be root to run
  38. make install at the end of the compilation, which takes about
  39. 10 minutes or so.
  40.  
  41. If you run into problems, send email and I'll try to help out
  42. if time permits.
  43.  
  44. Jess Anderson (anderson@macc.wisc.edu) Dec 15, 1992
  45.  
  46.