Date: Thu, 20 Mar 1997 19:03:48 +0300 (IDT) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Building Groff 1.10 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII People who want to build the DJGPP port of Groff 1.10 on their machines, please note that a shell script called `gendef.sh' which is used during the build assumes that you have a /tmp directory on the default drive. If you don't have such a directory, Make will fail. To work around, either create such a directory, or edit gendef.sh to change line 14 which says t=/tmp/groff.$$ to say instead t=./groff.$$ or some such. Thanks to Ian Miller who found and reported this, and sorry for any inconvenience this might have caused.