[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] 1.18
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] 1.18 |
Date: |
Wed, 24 Jul 2002 01:47:13 +0200 (CEST) |
> GROFF_BIN_PATH=\
> `echo /tmp/groff-1.18/src/roff/groff \
> /tmp/groff-1.18/src/roff/troff \
> /tmp/groff-1.18/src/devices/grops | \
> sed -e 's| \+|:|g'`; \
> export GROFF_BIN_PATH; \
> /tmp/groff-1.18/src/roff/groff/groff \
> -F/tmp/groff-1.18/font \
> -M/tmp/groff-1.18/tmac \
> -M/tmp/groff-1.18/contrib/mom \
> -Tps -mom examples/macros.mom >examples/macros.ps
>
> [...]
>
> You need GNU troff version 1.18 or higher to run this version of mom!
An older version of troff is used apparently. Strange.
GROFF_BIN_PATH above has the right components -- can you please check
whether the sed expression for GROFF_BIN_PATH works correctly? It
should replace all spaces with `:' to form a real path.
Can you use `strace -f -F ...' (to follow forks and vforks) to
examine which groff binaries are really executed?
Werner