From 7e8e5610b1bc4606d6f80141bd2ea72b9d449362 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 12 Dec 2000 15:15:51 +0000 Subject: 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 --- doc/README.NT | 18 +++++------------- 1 file 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: -- cgit v1.2.3