summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-12 15:49:31 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-12 15:49:31 +0000
commit092b0da8e0e4b9da64a6b3e2fcdec5ab43cbe5fb (patch)
tree755bfbf54068cca793d933f1dbe8d423a0c0ffa0 /doc
parent7e8e5610b1bc4606d6f80141bd2ea72b9d449362 (diff)
Put note in that the INCLUDE environment variable must not end with a ";".
I found this problem on the NCSA cluster, so beware when compiling there. A quick solution is to do INCLUDE=$INCLUDE. at the bash prompt. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1935 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/README.NT4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README.NT b/doc/README.NT
index 6b25ac85..e9d65ea1 100644
--- a/doc/README.NT
+++ b/doc/README.NT
@@ -22,7 +22,9 @@ and run make.
Please note that paths to additional include files or libraries must
contain no spaces. However the INCLUDE and LIB environment variables,
which are used by the Windows compilers, may include spaces in path
-names.
+names. The INCLUDE environment variable MUST NOT, however, have a
+semicolon (;) with no text after it, e.g. it must not end with a
+semicolon.
Tested Software: