diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-15 16:09:37 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-15 16:09:37 (GMT) |
commit | 8dae2ec00b74a7af6be708a26583562af6a68e85 (patch) | |
tree | 7205df11687f9d1490a752d0bc5d3b2e6eb9972f /fortran/config | |
parent | 80429f7f45c9ff631d2c1524ae9efb649bf8ebe1 (diff) | |
download | hdf5-8dae2ec00b74a7af6be708a26583562af6a68e85.zip hdf5-8dae2ec00b74a7af6be708a26583562af6a68e85.tar.gz hdf5-8dae2ec00b74a7af6be708a26583562af6a68e85.tar.bz2 |
[svn-r2915] Purpose:
Feature Add
Description:
Added the --enable-static-exec flag to the fortran stuff.
Platforms tested:
Linux
Diffstat (limited to 'fortran/config')
-rw-r--r-- | fortran/config/commence.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/commence.in b/fortran/config/commence.in index 6486bff..fb05860 100644 --- a/fortran/config/commence.in +++ b/fortran/config/commence.in @@ -59,7 +59,7 @@ LT_UNINSTALL=$(LT) --mode=uninstall $(RM) # Fortran compilation/linking stuff LT_FCOMPILE=$(LT) --mode=compile $(F9X) LT_LINK_FLIB=$(LT) --mode=link $(F9X) -static $(DYNAMIC_DIRS) -LT_LINK_FEXE=$(LT) --mode=link $(F9X) -static $(DYNAMIC_DIRS) +LT_LINK_FEXE=$(LT) --mode=link $(F9X) $(LT_STATIC_LIB) $(DYNAMIC_DIRS) ## Optional variables. We must declare them here because Irix pmake ## complains if it sees a reference to a variable which has never been |