home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / question / 14854 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.7 KB  |  30 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!cs.utexas.edu!convex!constellation!osuunx.ucc.okstate.edu!datacomm.ucc.okstate.edu!martin
  3. From: martin@datacomm.ucc.okstate.edu (Martin McCormick)
  4. Subject: Making Dictionaries in Ispell
  5. Message-ID: <1992Dec21.160041.1369@osuunx.ucc.okstate.edu>
  6. Sender: news@osuunx.ucc.okstate.edu (USENET News System)
  7. Nntp-Posting-Host: datacomm.ucc.okstate.edu
  8. Organization: Oklahoma State University, Stillwater, OK
  9. Date: Mon, 21 Dec 1992 16:00:41 GMT
  10. Lines: 18
  11.  
  12.  
  13. Every time I try to install ispell, the code seems to compile correctly,
  14. but I get a fatal error saying that the system doesn't know how to make
  15. eng.0.  It looks like Makefile is designed to build the dictionaries, but
  16. I am not sure what else I need to do.  I modified the Makefile to tell it
  17. where a copy of web2 can be found, and that I want it to make the sml+
  18. dictionary, but it just doesn't happen.  There probably isn't anything
  19. technically wrong, just some procedural step which hasn't become obvious.
  20.     It is said, in the documentation inside Makefile, that the lines
  21. which build the various possible dictionaries are commented out so that
  22. dictionaries aren't rebuilt each time that C code is changed.  This indicate
  23. that one must remove the \# infront of the desired instruction.  If I do this,
  24. I get "Unable to make eng.0."  If I don't remove it, I get 
  25. "Unable to make english.0."  There are warnings about having enough space
  26. in the temporary directory to build the dictionary, but I don't see any
  27. indication that even one byte of dictionary is ever created.  There is a
  28. makedict script in the distribution, but it is supposed to be called from
  29. Makefile.  'Anybody got any ideas?
  30.