]> https://gitweb.dealii.org/ - dealii.git/commitdiff
The TBB can not be built in static mode (or at least I don't know how)
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 10 Jul 2009 17:54:27 +0000 (17:54 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 10 Jul 2009 17:54:27 +0000 (17:54 +0000)
so always link with it as a shared lib, regardless of whether the rest
is built as static or shared libs.

git-svn-id: https://svn.dealii.org/trunk@19055 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options.in

index 71a88470dbda35dce51bc6d9db419a4f427c1add..5b091f5fd4e3f6c88fffa0ca8a19ada6e72735d7 100644 (file)
@@ -220,8 +220,8 @@ endif
 
 # need to link with libtbb if we're using threads
 ifeq ($(enable-threads),yes)
-  lib-contrib-tbb.g = $D/lib/libtbb_debug$(lib-suffix)
-  lib-contrib-tbb.o = $D/lib/libtbb$(lib-suffix)
+  lib-contrib-tbb.g = $D/lib/libtbb_debug$(shared-lib-suffix)
+  lib-contrib-tbb.o = $D/lib/libtbb$(shared-lib-suffix)
 endif
 
 

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.