From: wolf Date: Fri, 24 Jan 2003 00:27:35 +0000 (+0000) Subject: Add f77 libs to linker line X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6904ce7abc79783b15db8acbb4f8634ef5a895ed;p=dealii-svn.git Add f77 libs to linker line git-svn-id: https://svn.dealii.org/trunk@6955 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)