summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2002-06-25 16:35:02 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2002-06-25 16:35:02 (GMT)
commit6630c2116adb165f4ae518c60bcde26ad04c4b1a (patch)
tree1608a0b9ed359fe733f47a6385743eefcaacbe12
parentf080144903521a7ebdd1b1cdae2d440589f234ba (diff)
downloadhdf5-6630c2116adb165f4ae518c60bcde26ad04c4b1a.zip
hdf5-6630c2116adb165f4ae518c60bcde26ad04c4b1a.tar.gz
hdf5-6630c2116adb165f4ae518c60bcde26ad04c4b1a.tar.bz2
[svn-r5698]
Purpose: Maintenance Description: I forgot to describe C compiler flag -DIA64 that should be specified in order to build Fortran Library on IA64.
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e05f16b..215ded4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -357,7 +357,6 @@ Known Problems
wl="-Wl,"
* To build Fortran Library using Intel compilers one has to
-
x modify source code in the fortran/src directory to remove !DEC and !MS
compiler's directives
x build fails in fortran/test and then in frotran/examples directory;
@@ -367,8 +366,7 @@ Known Problems
work.pc
../src/work.pc
- x on IA64 systems one has to use "-cl,work.pcl" Fortran compiler flag
- to build in the fortran/test and fortran/examples directories;
- modify Makefiles in those directories, or do
+ * To build Fortran Library on IA64 use
+ setenv CC "ecc -DIA64"
setenv F9X "efc -cl,work.pcl"
- before running configure.
+ before running configure and see steps described above.