diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-24 20:22:43 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-24 20:22:43 (GMT) |
commit | 68b1950013d5890ad70bb7ec28036a15ef34265d (patch) | |
tree | 8a44dff4770dcea2521b1e73fa181b39331438d4 /Makefile.dist | |
parent | 690e832bec73376eeb867c9c4c84f28be2b98f2e (diff) | |
download | hdf5-68b1950013d5890ad70bb7ec28036a15ef34265d.zip hdf5-68b1950013d5890ad70bb7ec28036a15ef34265d.tar.gz hdf5-68b1950013d5890ad70bb7ec28036a15ef34265d.tar.bz2 |
[svn-r6746] Purpose:
Bug Fix
Description:
When going to compile on a platform (like HP-UX) which doesn't have
libz.a in it's path, the script would fail. The reason was that the
LDFLAGS variable which holds the directories to these libraries was
last in the compile line. So the compiler couldn't find the library
Solution:
Put the LDFLAGS variable before the linker variables.
Platforms tested:
Kelgia (Fortran)
Verbena (Fortran, no C++ since only Fortran affected)
Arabica (Fortran)
Modi4 (Fortran & Parallel)
Also ran "make check-install"
Misc. update:
Diffstat (limited to 'Makefile.dist')
0 files changed, 0 insertions, 0 deletions