From: probreak@matt.ksu.ksu.edu (James Michael Chacon) Subject: Re: do these exist on Linux? Date: 7 Jan 1993 23:22:24 -0600
STDN%MARIST.bitnet@YaleVM.YCC.Yale.Edu (Dan Newcombe) writes:
>I got some files from an MIT site, where the docs for X11 are.
>The came with an Imakefile, that worked, but when I ran make I
>got this:
>refer -e -n -s -p vis.refs vis.nr : eqn : pic : psroff -ms > vis.PS
>eqn: command not found
>refer: command not found
>psroff: command not found
>pic: command not found
>make: *** vis.PS| Error 1
>Do any of these exist for Linux? Can this be done?
> -Dan
>Dan Newcombe
Install groff and you will get all of these functions. You can get source
from prep.ai.mit.edu in the /pub/gnu directory. You should use gcc 2.3.3
to compile it.
James