Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-10-07 07:09:45


Author: johnmaddock
Date: 2007-10-07 07:09:45 EDT (Sun, 07 Oct 2007)
New Revision: 39756
URL: http://svn.boost.org/trac/boost/changeset/39756

Log:
math_info doesn't link with Borland unless built against the static runtime.
Text files modified:
   trunk/libs/config/test/Jamfile.v2 | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/libs/config/test/Jamfile.v2
==============================================================================
--- trunk/libs/config/test/Jamfile.v2 (original)
+++ trunk/libs/config/test/Jamfile.v2 2007-10-07 07:09:45 EDT (Sun, 07 Oct 2007)
@@ -15,7 +15,7 @@
 include $(DOT)/options_v2.jam ;
 
 run config_info.cpp ;
-run math_info.cpp : : : <toolset>borland:<runtime-link>static ;
+run math_info.cpp : : : <toolset>borland:<runtime-link>static <toolset>borland:<link>static ;
 run config_test.cpp ;
 run limits_test.cpp ../../test/build//boost_test_exec_monitor ;
 run abi/abi_test.cpp abi/main.cpp ;
@@ -358,3 +358,4 @@
 [ compile-fail no_wchar_t_fail.cpp ] ;
 
 
+


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