summaryrefslogtreecommitdiffstats
path: root/config/hpux11.00
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-11-10 19:56:04 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-11-10 19:56:04 (GMT)
commit911e79b273bddac85c698b77718516b8a8ee9ab2 (patch)
tree50541570407c04ef30d3c706de5ea75fd0993608 /config/hpux11.00
parent227a79d5513e305d047020d96b1ac8b4f8bf44b5 (diff)
downloadhdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.zip
hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.tar.gz
hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.tar.bz2
[svn-r12887] A fix for linking issues.
Should disable linking against shared libraries in Fortran for compilers that don't support shared libraries. Should also fix problem when the wrong Fortran file extension was specified. If these changes don't solve the Daily Test issues, I'll look at backing out the autotool version change until I have time to fix them. Tested on heping, kagiso, juniper.
Diffstat (limited to 'config/hpux11.00')
-rw-r--r--config/hpux11.005
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hpux11.00 b/config/hpux11.00
index c7a69ad..22fdec4 100644
--- a/config/hpux11.00
+++ b/config/hpux11.00
@@ -19,6 +19,11 @@
#
# See BlankForm in this directory for details.
+# Shared libraries don't work for all compilers under HPUX11.00. This is a
+# known bug in libtool (as of June 2006).
+# Disable shared libraries until we can be sure they work.
+enable_shared="${enable_shared:-no}"
+
# Default compiler is `cc'
if test "X-" = "X-$CC"; then
CC=cc