]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add f77 libs to linker line
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Jan 2003 00:27:35 +0000 (00:27 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 24 Jan 2003 00:27:35 +0000 (00:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@6955 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/hsl/Makefile

index 7491884cb4ebdcd37600e5d6cdcbc1b7cc0bb41e..da3f5d8376c571881476625a88bf4dd21aded01d 100644 (file)
@@ -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)
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.