summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-01-23 19:19:46 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-01-23 19:19:46 (GMT)
commitf1c8081093204f16e53c2bf524fbdf93e6c319e8 (patch)
tree7b5f619a8c4bdb1b54e540b5078cd6532df51d97 /release_docs
parent355c902a73e7bc50f7a44b5b8064dc7ec0d191b0 (diff)
downloadhdf5-f1c8081093204f16e53c2bf524fbdf93e6c319e8.zip
hdf5-f1c8081093204f16e53c2bf524fbdf93e6c319e8.tar.gz
hdf5-f1c8081093204f16e53c2bf524fbdf93e6c319e8.tar.bz2
[svn-r6318] Purpose:
Update Description: Added description of the configure bugfix for people specifying --with-*=/usr/include,/usr/lib in their scripts during configure...
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1f7a8e9..ce903f9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -200,6 +200,9 @@ Configuration
* Basic port to Compaq (nee DEC) Alpha OSF 5.
* Changed the default value of $NPROCS from 2 to 3 since 3 processes
have a much bigger chance catching parallel errors than just 2.
+ * Fixed minor problem with configuration when users specified /usr/include
+ and /usr/lib for the --with-* options that some compilers can't handle.
+ BW - 2003/01/23
Tools
@@ -659,3 +662,7 @@ Known Problems
# How to pass a linker flag through the compiler.
wl="-Wl,"
+ UPDATE: This is now done automatically by the configure script. However, if
+ you still experience a problem, you may want to check this line in the
+ libtool file and make sure that it has the correct value.
+