home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!sgigate!odin!sgi.com!scotth
- From: scotth@hoshi.corp.sgi.com (Scott Henry)
- Newsgroups: comp.sys.sgi.apps
- Subject: Re: ispell
- Message-ID: <SCOTTH.93Jan8162214@hoshi.corp.sgi.com>
- Date: 8 Jan 93 21:22:14 GMT
- References: <C0Jww8.4Is@world.std.com>
- Sender: news@odin.corp.sgi.com (Net News)
- Organization: Silicon Graphics Inc, Mountain View, CA
- Lines: 57
- In-Reply-To: ra@world.std.com's message of 8 Jan 93 20: 00:08 GMT
- Nntp-Posting-Host: hoshi.corp.sgi.com
-
-
- >>>>> In article <C0Jww8.4Is@world.std.com>, ra@world.std.com (C.Ramanathan) writes:
-
- ra> Has someone gotten ispell to compile & work on an Indigo under
- ra> IRIS 4.05F. If so could they post the modifications to the
- ra> Makefile.
-
- Here's the patch I used to build ispell-2.0.02 under Irix 4.0.5:
-
- *** Makefile.orig Wed Oct 24 19:34:36 1990
- --- Makefile Tue Sep 1 15:45:41 1992
- ***************
- *** 17,35 ****
- # buildhash <infile> <outfile>
-
- CC = cc
- ! CFLAGS = -n -O
- # BINDIR, LIBDIR, DEFHASH, DEFDICT, MAN1DIR, MAN4DIR, MAN1EXT, MAN4EXT,
- # TERMLIB
- ! BINDIR = /tools/sources/ispell### /usr/local/bin
- ! LIBDIR = /tools/sources/ispell### /usr/local/lib/ispell
- DEFHASH = ispell.hash
- DEFDICT = dict.2### dict.195 munched with /usr/dict/words
- ! MAN1DIR = /usr/man/manl
- ! MAN4DIR = /usr/man/manl
- ! MAN1EXT = .1l
- ! MAN4EXT = .4l
- ! # TERMLIB = -lcurses
- ! TERMLIB = -ltermcap
-
- SHELL = /bin/sh
-
- --- 17,35 ----
- # buildhash <infile> <outfile>
-
- CC = cc
- ! CFLAGS = -cckr -prototypes -n -O -DUSG
- # BINDIR, LIBDIR, DEFHASH, DEFDICT, MAN1DIR, MAN4DIR, MAN1EXT, MAN4EXT,
- # TERMLIB
- ! BINDIR = /usr/local/bin
- ! LIBDIR = /usr/local/lib/ispell
- DEFHASH = ispell.hash
- DEFDICT = dict.2### dict.195 munched with /usr/dict/words
- ! MAN1DIR = /usr/catman/local/cat1
- ! MAN4DIR = /usr/catman/local/cat4
- ! MAN1EXT = .1
- ! MAN4EXT = .4
- ! TERMLIB = -lcurses
- ! # TERMLIB = -ltermcap
-
- SHELL = /bin/sh
-
- =-=-=-=-=
- --
- Scott Henry <scotth@sgi.com> / Help! My disclaimer is missing!
- Networking Services, / GIGO *really* means: Garbage in, Gospel Out
- Silicon Graphics, Inc /
-