From 6904ce7abc79783b15db8acbb4f8634ef5a895ed Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 24 Jan 2003 00:27:35 +0000 Subject: [PATCH] Add f77 libs to linker line git-svn-id: https://svn.dealii.org/trunk@6955 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile index 7491884cb4..da3f5d8376 100644 --- a/deal.II/contrib/hsl/Makefile +++ b/deal.II/contrib/hsl/Makefile @@ -1,5 +1,5 @@ # $Id$ -# Copyright (C) 2001, 2002 by Wolfgang Bangerth +# Copyright (C) 2001, 2002, 2003 by Wolfgang Bangerth D = ../.. @@ -41,7 +41,7 @@ $(LIBDIR)/libhsl.a: $(forward-declarations) $(o-files) # simply use the C compiler, rather than $(SHLIBLD) $(LIBDIR)/libhsl.so: $(forward-declarations) $(o-files) @echo =====hsl==============optimized==$(MT)== Linking library: $(@F) - @$(CC) $(LDFLAGS) -shared -o $@ $(o-files) + @$(CC) $(LDFLAGS) -shared -o $@ $(o-files) $(F77LIBS) -- 2.39.5