Boost logo

Boost-Commit :

From: oryol_at_[hidden]
Date: 2007-09-16 00:04:07


Author: jeremypack
Date: 2007-09-16 00:04:06 EDT (Sun, 16 Sep 2007)
New Revision: 39305
URL: http://svn.boost.org/trac/boost/changeset/39305

Log:
Fix dl linking: static to shared

Text files modified:
   sandbox/libs/extension/examples/Jamfile.v2 | 2 +-
   sandbox/libs/extension/test/Jamfile.v2 | 2 +-
   sandbox/libs/reflection/examples/Jamfile.v2 | 2 +-
   sandbox/libs/reflection/test/Jamfile.v2 | 2 +-
   4 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/libs/extension/examples/Jamfile.v2
==============================================================================
--- sandbox/libs/extension/examples/Jamfile.v2 (original)
+++ sandbox/libs/extension/examples/Jamfile.v2 2007-09-16 00:04:06 EDT (Sun, 16 Sep 2007)
@@ -19,7 +19,7 @@
     : requirements
       <include>../../../
       <include>$(BOOST_ROOT)
- <toolset>gcc:<find-static-library>dl
+ <toolset>gcc:<find-shared-library>dl
       <toolset>gcc:<linkflags>"-Wl,-rpath,'$ORIGIN'"
       <toolset>darwin:<define>DYLD_LIBRARY_PATH=./
     :

Modified: sandbox/libs/extension/test/Jamfile.v2
==============================================================================
--- sandbox/libs/extension/test/Jamfile.v2 (original)
+++ sandbox/libs/extension/test/Jamfile.v2 2007-09-16 00:04:06 EDT (Sun, 16 Sep 2007)
@@ -18,7 +18,7 @@
       <include>$(BOOST_ROOT)
       <define>BOOST_TEST_NO_AUTO_LINK=1
       <toolset>gcc:<define>BOOST_TEST_DYN_LINK
- <toolset>gcc:<find-static-library>dl
+ <toolset>gcc:<find-shared-library>dl
       <toolset>darwin:<define>DYLD_LIBRARY_PATH=../bin/
     :
     ;

Modified: sandbox/libs/reflection/examples/Jamfile.v2
==============================================================================
--- sandbox/libs/reflection/examples/Jamfile.v2 (original)
+++ sandbox/libs/reflection/examples/Jamfile.v2 2007-09-16 00:04:06 EDT (Sun, 16 Sep 2007)
@@ -20,7 +20,7 @@
       <include>../../../
       <include>$(BOOST_ROOT)
       <include>../../../../src/sandbox/
- <toolset>gcc:<find-static-library>dl
+ <toolset>gcc:<find-shared-library>dl
       <toolset>gcc:<linkflags>"-Wl,-rpath,'$ORIGIN'"
       <toolset>darwin:<define>DYLD_LIBRARY_PATH=./
     :

Modified: sandbox/libs/reflection/test/Jamfile.v2
==============================================================================
--- sandbox/libs/reflection/test/Jamfile.v2 (original)
+++ sandbox/libs/reflection/test/Jamfile.v2 2007-09-16 00:04:06 EDT (Sun, 16 Sep 2007)
@@ -18,7 +18,7 @@
       <include>$(BOOST_ROOT)
       <define>BOOST_TEST_NO_AUTO_LINK=1
       <toolset>gcc:<define>BOOST_TEST_DYN_LINK
- <toolset>gcc:<find-static-library>dl
+ <toolset>gcc:<find-shared-library>dl
       <toolset>darwin:<define>DYLD_LIBRARY_PATH=../bin/
     :
     ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk