[svn-r10016]
Purpose: Bug fix Description: modi4 dies during build with strange errors. The root cause of these is a two-year-old hack in HDF5's libtool script that only takes effect on IRIX. Solution: Edited the libtool hack (by editing ltmain.sh) to correct a bug in the hack. Also made sure that compiler-specific DEFAULT_LIBS are used when linking. Platforms tested: sleipnir, copper, modi4, sol
This commit is contained in:
@@ -95,7 +95,6 @@ CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
DEBUG_PKG = @DEBUG_PKG@
|
||||
DEFAULT_LIBS = @DEFAULT_LIBS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DYNAMIC_DIRS = @DYNAMIC_DIRS@
|
||||
|
||||
Reference in New Issue
Block a user