summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-02-10 13:39:37 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-02-10 13:39:37 (GMT)
commit17d9a6f699160892ca3841a549e407a627f14d9c (patch)
tree5d788446faa1a8715d8af04231c42db0edb7b51f /release_docs
parentb66a383c5e717a5564401411fd186d763bf0f3c2 (diff)
downloadhdf5-17d9a6f699160892ca3841a549e407a627f14d9c.zip
hdf5-17d9a6f699160892ca3841a549e407a627f14d9c.tar.gz
hdf5-17d9a6f699160892ca3841a549e407a627f14d9c.tar.bz2
[svn-r8167] Purpose: Maintenance
Description: Added information about how to build C++ 64-bit library on SP machines. Solution: N/A Platforms tested: N/A Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index df6098f..ca26d1b 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -262,10 +262,10 @@
$ CC='cc -xarch=v9' ./configure
- To configure AIX 64 bits including fortran API,
+ To configure AIX 64 bits including fortran API and C++,
(Remark: need to hardset $AR to 'ar -X 64'.)
Serial:
- $ CC='xlc -q64' F9X='xlf -q64' AR='ar -X 64'\
+ $ CC='xlc -q64' F9X='xlf -q64' CXX='xlC -q64' AR='ar -X 64'\
$ ./configure --enable-fortran
Parallel:
$ CC='mpcc_r -q64' F9X='mpxlf_r -q64' AR='ar -X 64'\