home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / mail / elm / 3360 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.3 KB

  1. Xref: sparky comp.mail.elm:3360 comp.unix.bsd:9030
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!news2me.EBay.Sun.COM!cronkite.Central.Sun.COM!texsun!moxie!hackney
  3. From: hackney@moxie.hou.tx.us (Greg Hackney)
  4. Newsgroups: comp.mail.elm,comp.unix.bsd
  5. Subject: Re: elm 2.4 for 386bsd?
  6. Message-ID: <1992Nov18.031235.13671@moxie.hou.tx.us>
  7. Date: 18 Nov 92 03:12:35 GMT
  8. References: <1992Nov16.192642.26294@hippo.ru.ac.za>
  9. Organization: Home
  10. Lines: 26
  11.  
  12. ccfj@hippo.ru.ac.za (F. Jacot Guillarmod) writes:
  13. > Has anyone ported elm 2.4 to 386bsd?  Any feedback appreciated.
  14.  
  15. Yes, I just compiled Elm 2.4 PL11 on 386BSD. Here's the tips:
  16.  
  17. 1. /bin/sh isn't yet suitable to compile Elm. You must use bash instead,
  18.    which comes with the system. Copy it into /bin/sh. (I'd suggest leaving
  19.    it there permanently).
  20.  
  21. 2. Edit lib/opt_utils.c around line #205
  22.  
  23.    old:  #if defined(BSD) && !defined(_POSIX_SOURCE)
  24.    new:  #if defined(BSD) && !defined(_POSIX_SOURCE) && !defined(BSD386)
  25.  
  26. 3. Run the Configure program to:
  27.      Use "flock" for file locking
  28.      Use these for the optional cc flags:  -traditional -DBSD386
  29.  
  30.    At the end of the Configure script you have the opportunity to
  31.    escape to edit config.sh. Type: !vi config.sh
  32.    and change "d_sigaction" to say "undef".
  33.  
  34. 4. Type "make" and away you go.
  35. --
  36. Greg Hackney
  37. hackney@moxie.hou.tx.us
  38.