summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-12 15:15:51 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-12 15:15:51 +0000
commit7e8e5610b1bc4606d6f80141bd2ea72b9d449362 (patch)
tree641859825a0db5374ae934c3fdb6cf71150447e2 /doc
parent011436ce2e08b993dce93be092305379636a7455 (diff)
Removed special note for non-english users since that is now taken care of
with the latest known-architectures/cygwin. Added explicit instructions for how to compile with Intel compiler. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1934 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/README.NT18
1 files changed, 5 insertions, 13 deletions
diff --git a/doc/README.NT b/doc/README.NT
index fa056a23..6b25ac85 100644
--- a/doc/README.NT
+++ b/doc/README.NT
@@ -19,11 +19,10 @@ the microsoft find in your path.
In principle now all you need to do is start bash, checkout the CCTK,
and run make.
-There may be warnings whilst generating dependencies for the C and C++
-files, these may be ignored.
-
Please note that paths to additional include files or libraries must
-contain no spaces.
+contain no spaces. However the INCLUDE and LIB environment variables,
+which are used by the Windows compilers, may include spaces in path
+names.
Tested Software:
@@ -43,7 +42,7 @@ ActivePerl-5.6.0.620
C/C++:
-----
Microsoft Visual C 6.0
-Intel C/C++ version 4.5
+Intel C/C++ version 4.5 (configure with CC=icl CXX="icl /TP" )
Fortran:
-------
@@ -51,14 +50,7 @@ Digital Fortran 6.0
Compaq Fortran 6.1
Intel Fortran 4.5
-SPECIAL NOTE FOR PEOPLE USING NON-ENGLISH VERSIONS OF NT. Currently
-the include path to find the MS C include files is set for an english
-language version, you will need to modify the SYS_INC_DIRS line in
-your make.config.defn file (in a configuration) to the appropriate
-one. It is recommended that you use the 8.3 formatted name available
-from dir /x on the command prompt (not bash), so as to get a name with
-no spaces in - this makes life a lot easier 8-( We are currently
-trying to find a way to automate the process.
+
KNOWN PROBLEMS: