From 083689bdf5130897aae5f9b0bc226958a1bf63f5 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 15 Nov 2000 12:29:12 -0500 Subject: [svn-r2925] Purpose: Bug Description: Instead of LT_STATIC_EXEC, I had it named LT_STATIC_LIB, which was failing to compile. Solution: Changed Platforms tested: Linux --- fortran/config/commence.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fortran/config/commence.in b/fortran/config/commence.in index fb05860..ae4cdff 100644 --- a/fortran/config/commence.in +++ b/fortran/config/commence.in @@ -45,11 +45,11 @@ docdir=@exec_prefix@/doc PUB_LIB=$(LIB) ## Shared libraries -LT_STATIC_LIB=@LT_STATIC_LIB@ +LT_STATIC_EXEC=@LT_STATIC_EXEC@ DYNAMIC_DIRS=@DYNAMIC_DIRS@ LT=$(top_builddir)/libtool LT_CCOMPILE=$(LT) --mode=compile $(CC) -LT_LINK_CLIB=$(LT) --mode=link $(CC) $(LT_STATIC_LIB) -rpath $(libdir) +LT_LINK_CLIB=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -rpath $(libdir) LT_LINK_CEXE=$(LT) --mode=link $(CC) $(DYNAMIC_DIRS) -rpath $(bindir) LT_RUN=$(LT) --mode=execute LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM) @@ -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) $(LT_STATIC_LIB) $(DYNAMIC_DIRS) +LT_LINK_FEXE=$(LT) --mode=link $(F9X) $(LT_STATIC_EXEC) $(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 -- cgit v0.12