home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9713 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  900 b 

  1. Path: sparky!uunet!mcsun!uknet!mucs!mccuts!zlsiial
  2. From: zlsiial@uts.mcc.ac.uk (A. V. Le Blanc)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: problems with man
  5. Message-ID: <5741@mccuts.uts.mcc.ac.uk>
  6. Date: 2 Sep 92 07:17:08 GMT
  7. References: <1992Sep01.051026.15690@microsoft.com>
  8. Reply-To: LeBlanc@mcc.ac.uk
  9. Organization: Computing Centre, University of Manchester
  10. Lines: 14
  11.  
  12. In article <1992Sep01.051026.15690@microsoft.com> t-piersh@microsoft.com (Piers Haken) writes:
  13. >I have groff, nroff, less and the man pages in the correct directories
  14. >but I don/t have gtbl and I can't find it anywhere.
  15.  
  16. The file gtbl.a can be found in gt-j.a.tar.Z in mcc-interim/0.97p2/files.a,
  17. available by anonymous ftp from ftp.mcc.ac.uk, tsx-11.mit.edu, and elsewhere.
  18. You need gcc 2.2.2d to create gtbl; you can, for example, use
  19.  
  20.      gcc -s -jump -o gtbl gtbl.a -lm
  21.  
  22. I hope this helps.
  23.  
  24.      -- Owen
  25.      LeBlanc@mcc.ac.uk
  26.