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

Modified Files:
        Jamfile.v2 
Log Message:
Fix missing sysbols on linking as the reference to boost_system needs to be 
specific.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/filesystem/build/Jamfile.v2,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Jamfile.v2  7 Nov 2006 02:20:47 -0000       1.9
+++ Jamfile.v2  1 Dec 2006 00:46:22 -0000       1.10
@@ -19,7 +19,7 @@
 lib boost_filesystem
     :
     $(SOURCES).cpp
-    ../../system/build
+    ../../system/build//boost_system
     :
     <link>shared:<define>BOOST_FILESYSTEM_DYN_LINK=1 # tell source we're 
building dll's
     <link>static:<define>BOOST_FILESYSTEM_STATIC_LINK=1 # tell source we're 
building static lib's


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to