home *** CD-ROM | disk | FTP | other *** search
/ ftp.freefriends.org / ftp.freefriends.org.tar / ftp.freefriends.org / arnold / Source / mush.rstevens.tar.gz / mush.tar / Fixes.solaris / Mush next >
Internet Message Format  |  1994-07-23  |  2KB

  1. From Jonathan.Payne@firstperson.com Mon Jul 11 10:03:51 1994
  2. Received: from noao.edu by gemini (4.1/SAG.sat.13)
  3.     id AA09632; Mon, 11 Jul 94 10:03:49 MST; for rstevens
  4. Received: from Sun.COM by noao.edu (4.1/SAG-Noao.G95)
  5.     id AA09282; Mon, 11 Jul 94 10:03:49 MST; for rstevens@gemini
  6. Received: from FirstPerson.COM (rampart.EBay.Sun.COM) by Sun.COM (sun-barr.Sun.COM)
  7.     id AA17767; Mon, 11 Jul 94 10:03:42 PDT
  8. Received: from scndprsn.Eng.Sun.COM by FirstPerson.COM (4.1/SMI-4.1)
  9.     id AA28921; Mon, 11 Jul 94 10:02:40 PDT
  10. Received: from envy.Eng.Sun.COM by scndprsn.Eng.Sun.COM (5.0/SMI-SVR4)
  11.     id AA11555; Mon, 11 Jul 1994 10:02:50 +0800
  12. Received: by envy.Eng.Sun.COM (5.0/SMI-SVR4)
  13.     id AA23100; Mon, 11 Jul 1994 10:03:51 +0800
  14. Date: Mon, 11 Jul 1994 10:03:51 +0800
  15. From: Jonathan.Payne@firstperson.com (Jonathan Payne)
  16. Message-Id: <9407111703.AA23100@envy.Eng.Sun.COM>
  17. To: rstevens@noao.edu
  18. Subject: Re: Solaris 2.3 patches ??
  19. Content-Length: 745
  20. Status: ORr
  21.  
  22.  
  23. I had absolutely no trouble build mush 7.2.5 on solaris 2.3.
  24. That's very weird.  From the makefile:
  25.  
  26. If you have System V Release 4:
  27.  
  28.     Use makefile.sys.v as above, but define SVR4 and DIRECTORY.  You
  29.     should also change
  30.         LIBS=           -lcurses -lPW
  31.     to
  32.         LIBS=           -lcurses -lgen
  33.  
  34. Here's the difference between makefile.sys.v and the makefile I used
  35. (Makefile).  Hmm, it looks like I didn't define DIRECTORY as I should
  36. have, but it still seems to work for me just fine.
  37.  
  38. 34c34,35
  39. < CFLAGS=       -O -DSYSV -DUSG -DCURSES -DREGCMP -DSIGRET=void
  40. ---
  41. > CC=gcc
  42. > CFLAGS=       -g -DSYSV -DUSG -DCURSES -DREGCMP -DSIGRET=void
  43. 36c37
  44. < LIBS=                 -lcurses -lPW
  45. ---
  46. > LIBS=                 -lcurses -lgen
  47.  
  48.  
  49.  
  50.