From 092b0da8e0e4b9da64a6b3e2fcdec5ab43cbe5fb Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 12 Dec 2000 15:49:31 +0000 Subject: 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 --- doc/README.NT | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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: -- cgit v1.2.3