Update of /cvsroot/boost/boost/libs/regex/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5445/libs/regex/build

Modified Files:
        Jamfile.v2 
Log Message:
Only static linking works with mingw.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/regex/build/Jamfile.v2,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Jamfile.v2  11 Jan 2007 17:21:37 -0000      1.10
+++ Jamfile.v2  4 Feb 2007 10:19:37 -0000       1.11
@@ -176,8 +176,12 @@
         #<link>static:<define>BOOST_REGEX_NO_LIB=1
         #<link>static:<define>BOOST_REGEX_STATIC_LINK=1
             <link>shared:<define>BOOST_REGEX_DYN_LINK=1
+            <toolset>gcc-mw:<link>static
+            <toolset>gcc-mingw:<link>static
             $(BOOST_REGEX_ICU_OPTS)
     ;
 
 
 
+
+


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to