home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / apps / 45 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.1 KB

  1. Path: sparky!uunet!olivea!sgigate!odin!sgi.com!scotth
  2. From: scotth@hoshi.corp.sgi.com (Scott Henry)
  3. Newsgroups: comp.sys.sgi.apps
  4. Subject: Re: ispell
  5. Message-ID: <SCOTTH.93Jan8162214@hoshi.corp.sgi.com>
  6. Date: 8 Jan 93 21:22:14 GMT
  7. References: <C0Jww8.4Is@world.std.com>
  8. Sender: news@odin.corp.sgi.com (Net News)
  9. Organization: Silicon Graphics Inc, Mountain View, CA
  10. Lines: 57
  11. In-Reply-To: ra@world.std.com's message of 8 Jan 93 20: 00:08 GMT
  12. Nntp-Posting-Host: hoshi.corp.sgi.com
  13.  
  14.  
  15. >>>>> In article <C0Jww8.4Is@world.std.com>, ra@world.std.com (C.Ramanathan) writes:
  16.  
  17. ra> Has someone gotten ispell to compile & work on an Indigo under
  18. ra> IRIS 4.05F. If so could they post the modifications to the
  19. ra> Makefile.
  20.  
  21. Here's the patch I used to build ispell-2.0.02 under Irix 4.0.5:
  22.  
  23. *** Makefile.orig       Wed Oct 24 19:34:36 1990
  24. --- Makefile    Tue Sep  1 15:45:41 1992
  25. ***************
  26. *** 17,35 ****
  27.   #   buildhash <infile> <outfile>
  28.   
  29.   CC = cc
  30. ! CFLAGS = -n -O
  31.   # BINDIR, LIBDIR, DEFHASH, DEFDICT, MAN1DIR, MAN4DIR, MAN1EXT, MAN4EXT,
  32.   # TERMLIB
  33. ! BINDIR = /tools/sources/ispell### /usr/local/bin
  34. ! LIBDIR = /tools/sources/ispell### /usr/local/lib/ispell
  35.   DEFHASH = ispell.hash
  36.   DEFDICT = dict.2### dict.195 munched with /usr/dict/words
  37. ! MAN1DIR       = /usr/man/manl
  38. ! MAN4DIR       = /usr/man/manl
  39. ! MAN1EXT       = .1l
  40. ! MAN4EXT       = .4l
  41. ! # TERMLIB = -lcurses
  42. ! TERMLIB = -ltermcap
  43.   
  44.   SHELL = /bin/sh
  45.   
  46. --- 17,35 ----
  47.   #   buildhash <infile> <outfile>
  48.   
  49.   CC = cc
  50. ! CFLAGS = -cckr -prototypes -n -O -DUSG
  51.   # BINDIR, LIBDIR, DEFHASH, DEFDICT, MAN1DIR, MAN4DIR, MAN1EXT, MAN4EXT,
  52.   # TERMLIB
  53. ! BINDIR = /usr/local/bin
  54. ! LIBDIR = /usr/local/lib/ispell
  55.   DEFHASH = ispell.hash
  56.   DEFDICT = dict.2### dict.195 munched with /usr/dict/words
  57. ! MAN1DIR       = /usr/catman/local/cat1
  58. ! MAN4DIR       = /usr/catman/local/cat4
  59. ! MAN1EXT       = .1
  60. ! MAN4EXT       = .4
  61. ! TERMLIB = -lcurses
  62. ! # TERMLIB = -ltermcap
  63.   
  64.   SHELL = /bin/sh
  65.   
  66. =-=-=-=-=
  67. --
  68.  Scott Henry <scotth@sgi.com> / Help! My disclaimer is missing!
  69.  Networking Services,        / GIGO *really* means: Garbage in, Gospel Out
  70.  Silicon Graphics, Inc      / 
  71.