[cig-commits] r11625 - long/3D/Gale/trunk

walter at geodynamics.org walter at geodynamics.org
Fri Mar 28 13:52:23 PDT 2008


Author: walter
Date: 2008-03-28 13:52:23 -0700 (Fri, 28 Mar 2008)
New Revision: 11625

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/SConstruct
Log:
 r2085 at earth:  boo | 2008-03-28 13:51:43 -0700
 Add -pthread for static linking



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2080
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2085

Modified: long/3D/Gale/trunk/SConstruct
===================================================================
--- long/3D/Gale/trunk/SConstruct	2008-03-28 20:01:00 UTC (rev 11624)
+++ long/3D/Gale/trunk/SConstruct	2008-03-28 20:52:23 UTC (rev 11625)
@@ -45,7 +45,7 @@
     if with_shared:
         print "Can not make a static build if you configured using --with-shared"
         sys.exit(1)
-    env.Append(LINKFLAGS=Split("-static -shared-libgcc"))
+    env.Append(LINKFLAGS=Split("-static -shared-libgcc -pthread"))
     env.Append(LIBS=Split('z g2c'))
 
 # Add the local "lib" directory to the linker path



More information about the cig-commits mailing list