[14703] in Athena Bugs
sgi 8.0F: ispell/look
daemon@ATHENA.MIT.EDU (William Chuang)
Thu Sep 26 21:36:47 1996
To: bugs@MIT.EDU
Date: Thu, 26 Sep 1996 21:36:42 EDT
From: "William Chuang" <wchuang@MIT.EDU>
System name: wing-commander
Type and version: IP22 8.0F
Display type: NG1
What were you trying to do?
Run ispell and "lookup" a word. Just run "ispell" and
hit "l" to lookup a word. It'll ask for a lookup string
and you can enter anything (just don't enter * or ?,
which isn't useful in this case).
What's wrong:
Ispell tries to find "look" in /usr/bin/look, whereas it
is installed in /usr/athena/bin/look.
What should have happened:
It should have run /usr/athena/bin/look, and needs to be
recompiled.
Please describe any relevant documentation references:
"man look" on the SGIs. Look appears configured correctly
to find the system dictionary in /usr/share/lib/dict/words
already, though I don't know if ispell needs to know the
location for that file.