home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / mail / mush / 336 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.3 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!ra!atkinson
  2. From: atkinson@itd.nrl.navy.mil (Randall Atkinson)
  3. Newsgroups: comp.mail.mush
  4. Subject: mush on HPUX
  5. Message-ID: <3592@ra.nrl.navy.mil>
  6. Date: 14 Sep 92 13:36:47 GMT
  7. Sender: usenet@ra.nrl.navy.mil
  8. Distribution: usa
  9. Organization: Naval Research Laboratory, DC
  10. Lines: 27
  11.  
  12. I just built mush(1) for HPUX 8.0 on an HP 700.
  13.  
  14.   It didn't quite build correctly out of the mush.7.2.3.tar.Z tape I
  15. got off of the net.  In particular, several files needed to
  16.  
  17.     #include <sys/termio.h> 
  18.  
  19. in order to compile correctly and there were a couple of places where
  20. HPUX was closer to being BSD than SYSV for #ifdef purposes (these were
  21. minor tweaks).  Also, mush(1) didn't compile with the current version
  22. of GCC as installed on our system.  It isn't clear what the problem
  23. was with GCC.
  24.  
  25. Overall, it built fairly easily despite the above problems.  Mush(1)
  26. is frankly much better than the HP-supplied elm(1) mail user agent.
  27.  
  28.   However, mush(1) only works on the HP console or over a modem with
  29. my DEC vt220 from home.  mush(1) will dump core "bus error" when run
  30. from a stock xterm under HPUX with X11R4.
  31.  
  32. Has anyone seen any sort of xterm/mush problem before now ??
  33. Clues on where to look and what to test would be helpful.
  34.  
  35. Thanks,
  36.  
  37.   Ran
  38.   atkinson@itd.nrl.navy.mil
  39.