home *** CD-ROM | disk | FTP | other *** search
- Compiling Elm 2.4PL13 under NeXTstep 3.0
- ========================================
-
- Run Configure as usual.
-
- Some useful nondefault answers to know:
-
- Give the name of the program used to process manual pages on your
- system: [/usr/bin/troff] /usr/bin/ptroff
-
- The next question asks about options for the formatter; say -t.
-
- Should the cattable manual pages be packed? [y] n
-
- Any additional cc flags? [-bsd -fwritable-strings]
-
- Any additional ld flags (NOT including libraries)? [-object]
- This makes the compiled binaries smaller.
-
- What is the full path name of the include file
- directory? [] /usr/include/bsd
-
- When Configure reaches the point of giving you the option
- to use a shell escape to edit config.sh before proceeding,
- do so and make the changes listed below if not set this way
- already:
-
- d_memcpy='undef'
- nametype='bsd'
- d_tzname='undef'
- d_passnames='define'
- passcat='nidump passwd /'
- sigtype='int'
- d_bsd='define'
-
- Then run a make. Some warnings appear during compilation; they
- don't seem to make a difference. You have to be root to run
- make install at the end of the compilation, which takes about
- 10 minutes or so.
-
- If you run into problems, send email and I'll try to help out
- if time permits.
-
- Jess Anderson (anderson@macc.wisc.edu) Dec 15, 1992
-
-