|
Boost : |
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-08-13 07:51:42
Stefan Slapeta wrote:
> John Maddock wrote:
>
>>
>> So, one fix is to define BOOST_ALL_NO_LIB to disable auto-linking for
>> versioned Intel toolsets.
>
>
> Where is the best place to do this? Shall I step back to the old toolset?
WARNING: I haven't tested this... but you get the idea:
===================================================================
RCS file: /cvsroot/boost/boost/libs/date_time/test/Jamfile,v
retrieving revision 1.20
diff -u -r1.20 Jamfile
--- Jamfile 4 Aug 2004 22:29:08 -0000 1.20
+++ Jamfile 13 Aug 2004 12:47:07 -0000
@@ -8,8 +8,8 @@
# Make tests run by default.
DEPENDS all : test ;
-local DATE_TIME_DYNAMIC_PROPERTIES = <define>BOOST_ALL_DYN_LINK
<runtime-link>dynamic <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG ;
-local DATE_TIME_PROPERTIES =
<define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
<define>BOOST_DATE_TIME_STATIC_LINK std::locale-support ;
+local DATE_TIME_DYNAMIC_PROPERTIES = <define>BOOST_ALL_DYN_LINK
<runtime-link>dynamic <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
<define>BOOST_ALL_NO_LIB ;
+local DATE_TIME_PROPERTIES =
<define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
<define>BOOST_DATE_TIME_STATIC_LINK std::locale-support
<define>BOOST_ALL_NO_LIB ;
===================================================================
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk