summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-11-30 18:08:30 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-11-30 18:08:30 (GMT)
commita6f4290bd9bf9aecdd594e03f869cc8d5c0ef69b (patch)
tree103854a9269ce0cc6fde7df68fab21b1091b01b3 /bin
parentf409466517e3b3ab70e99441406601a825e70454 (diff)
downloadhdf5-a6f4290bd9bf9aecdd594e03f869cc8d5c0ef69b.zip
hdf5-a6f4290bd9bf9aecdd594e03f869cc8d5c0ef69b.tar.gz
hdf5-a6f4290bd9bf9aecdd594e03f869cc8d5c0ef69b.tar.bz2
[svn-r4662]
Purpose: Bug Fix Description: Libtool was putting some kind of "-bnso" flag on the compile line. We needed to support C++ on AIX and this was causing the compiler to barf. Solution: Removed that line. Platforms tested: OSF5.1
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ltconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/ltconfig b/bin/ltconfig
index 4092281..457cded 100755
--- a/bin/ltconfig
+++ b/bin/ltconfig
@@ -698,7 +698,11 @@ else
case "$host_os" in
aix3* | aix4*)
# All AIX code is PIC.
- link_static_flag='-bnso -bI:/lib/syscalls.exp'
+ ####################################################################
+ ## HACK Alert! This is causing problems with C++ on SP3...We'll just
+ ## remove this...THERE! All better now.
+ ####################################################################
+ ##link_static_flag='-bnso -bI:/lib/syscalls.exp'
;;
hpux9* | hpux10* | hpux11*)
@@ -1285,7 +1289,7 @@ else
case "$hname" in
*pacific.llnl.gov* | *s0*)
- hardcode_libdir_flag_spec=' '
+ hardcode_libdir_flag_spec='${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
;;
*)
hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'