From: sof Date: Wed, 3 Sep 1997 23:54:25 +0000 (+0000) Subject: [project @ 1997-09-03 23:54:25 by sof] X-Git-Tag: Approximately_1000_patches_recorded~41 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b2ed3f37489556aac46a825fe0ae3c6020445363 [project @ 1997-09-03 23:54:25 by sof] Make sure TMPDIR is exported --- diff --git a/docs/installing.lit b/docs/installing.lit index 60675c6..49f3586 100644 --- a/docs/installing.lit +++ b/docs/installing.lit @@ -702,6 +702,10 @@ Unlikely.} This is a quite-a-bit-better-than-Lex lexer. Used in the literate-programming stuff. You won't need it unless you're hacking on some of our more obscure stuff. +On our machines, the version in @/bin@ doesn't work; you need the +GNU version. Find out by saying @flex --version@ (our current version +is 2.5.3, but maybe earlier ones will work). If it doesn't know about +the @--version@ flag, it ain't the right @flex@. \item[Yacc:] \index{pre-supposed: non-worthless Yacc} @@ -1644,7 +1648,7 @@ shell of your choice). The best way around it is to say \begin{verbatim} - TMPDIR= +export TMPDIR= \end{verbatim} in your @build.mk@ file. Then GHC and the other @fptools@ programs will use the appropriate directory