home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23169 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.0 KB

  1. Path: sparky!uunet!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: do these exist on Linux?
  5. Date: 7 Jan 1993 23:22:24 -0600
  6. Organization: Kansas State University
  7. Lines: 24
  8. Message-ID: <1ij32gINNkm@matt.ksu.ksu.edu>
  9. References: <9301080413.AA04176@deepthought.cs.utexas.edu>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. STDN%MARIST.bitnet@YaleVM.YCC.Yale.Edu (Dan Newcombe) writes:
  13.  
  14. >I got some files from an MIT site, where the docs for X11 are.
  15. >The came with an Imakefile, that worked, but when I ran make I
  16. >got this:
  17.  
  18. >refer -e -n -s -p vis.refs vis.nr : eqn : pic : psroff -ms > vis.PS
  19. >eqn: command not found
  20. >refer: command not found
  21. >psroff: command not found
  22. >pic: command not found
  23. >make: *** vis.PS| Error 1
  24.  
  25. >Do any of these exist for Linux?  Can this be done?
  26.  
  27. >  -Dan
  28.  
  29. >Dan Newcombe
  30.  
  31. Install groff and you will get all of these functions. You can get source
  32. from prep.ai.mit.edu in the /pub/gnu directory. You should use gcc 2.3.3
  33. to compile it.
  34.  
  35. James
  36.