<div class="gmail_quote">On Wed, Feb 11, 2009 at 8:34 PM, unixcc <span dir="ltr"><<a href="mailto:unixcc@gmail.com">unixcc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Today, I compiled two Boost libraries with following command:<br>
<br>
bjam --with-thread --with-date_time stdlib=stlport --build-type=complete stage<br>
<br>
So, I got following libraries<br>
<br>
boost_date_time-vc80-mt-gdp-1_38.dll</blockquote><div><...> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
libboost_thread-vc80-mt-sp.lib</blockquote><div><br>Thanks for attaching the libraries.<br><br>I've opened a bug for this issue because unfortunately fixing it will be non-trivial and necessitate cleaning up the mess below without introducing any regressions. I think this is something that can be fixed post 2.6.3. Please create a bug tracker account and "Monitor" the following issue as testing would obviously be appreciated once a patch is made available.<br>
<br><a href="http://public.kitware.com/Bug/view.php?id=8529">http://public.kitware.com/Bug/view.php?id=8529</a><br>
<br>Also we should be able to add options for "nonstandard IOstreams" and "python debug" at the same time.<br><br> FIND_LIBRARY(Boost_${UPPERCOMPONENT}_LIBRARY_RELEASE<br> NAMES ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}-${Boost_LIB_VERSION}<br>
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}${_boost_STATIC_TAG}-${Boost_LIB_VERSION}<br> ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${Boost_LIB_VERSION}<br>
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}-${Boost_LIB_VERSION}<br> ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}<br> ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}<br>
${Boost_LIB_PREFIX}boost_${COMPONENT}<br> HINTS ${_boost_LIBRARIES_SEARCH_DIRS}<br> )<br><br> FIND_LIBRARY(Boost_${UPPERCOMPONENT}_LIBRARY_DEBUG<br> NAMES ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}-${_boost_ABI_TAG}-${Boost_LIB_VERSION}<br>
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_COMPILER}${_boost_MULTITHREADED}${_boost_STATIC_TAG}${_boost_ABI_TAG}-${Boost_LIB_VERSION}<br> ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${_boost_ABI_TAG}-${Boost_LIB_VERSION}<br>
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}${_boost_ABI_TAG}-${Boost_LIB_VERSION}<br> ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${_boost_ABI_TAG}<br>
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}${_boost_ABI_TAG}<br> ${Boost_LIB_PREFIX}boost_${COMPONENT}-${_boost_ABI_TAG}<br> HINTS ${_boost_LIBRARIES_SEARCH_DIRS}<br>
)<br></div></div><br clear="all"><br>-- <br>Philip Lowman<br>