From: wolf Date: Sat, 28 Sep 2002 01:12:38 +0000 (+0000) Subject: Always link the detached_ma27 program with -lpthreads. Hope this does not break on... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1b4b7efe2201fd4b724258555fe04a16b686bd;p=dealii-svn.git Always link the detached_ma27 program with -lpthreads. Hope this does not break on some strange system... git-svn-id: https://svn.dealii.org/trunk@6555 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile index 4d63975cbf..e9919da9d8 100644 --- a/deal.II/contrib/hsl/Makefile +++ b/deal.II/contrib/hsl/Makefile @@ -51,7 +51,7 @@ $(LIBDIR)/libhsl.so: $(forward-declarations) $(o-files) $(LIBDIR)/bin/detached_ma27: source/detached_ma27.cc include/hsl/hsl.h \ $(lib-contrib-hsl) @echo =====hsl=========================$(MT)== Making $(@F) - @$(CXX) $(CXXFLAGS.g) $< -o $@ $(lib-contrib-hsl) $(F77LIBS) + @$(CXX) $(CXXFLAGS.g) $< -o $@ $(lib-contrib-hsl) $(F77LIBS) -lpthread