Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   question about Boost library naming (http://www.velocityreviews.com/forums/t752684-question-about-boost-library-naming.html)

kathy 08-10-2011 07:51 PM

question about Boost library naming
 
I am using Boost test library now and find there are several libraries
there:

libboost_unit_test_framework-mgw46-1_47.a
libboost_unit_test_framework-mgw46-mt-1_47.a
libboost_unit_test_framework-mgw46-s-1_47.a

what are differences between the 3 libraies (with "s", or with "mt",
or no "mt" and "s")?

also, for VC++ compiler, there is:

boost_unit_test_framework-vc100-mt-1_47.dll

but MinGW have:

libboost_unit_test_framework-mgw46-mt-1_47.dll
libboost_unit_test_framework-mgw46-1_47.dll

Why MinGW have more?


Victor Bazarov 08-10-2011 08:19 PM

Re: question about Boost library naming
 
On 8/10/2011 3:51 PM, kathy wrote:
> I am using Boost test library now and find there are several libraries
> there:
>
> libboost_unit_test_framework-mgw46-1_47.a
> libboost_unit_test_framework-mgw46-mt-1_47.a
> libboost_unit_test_framework-mgw46-s-1_47.a
>
> what are differences between the 3 libraies (with "s", or with "mt",
> or no "mt" and "s")?
>
> also, for VC++ compiler, there is:
>
> boost_unit_test_framework-vc100-mt-1_47.dll
>
> but MinGW have:
>
> libboost_unit_test_framework-mgw46-mt-1_47.dll
> libboost_unit_test_framework-mgw46-1_47.dll
>
> Why MinGW have more?
>


Shouldn't Boost discussion forums be a better place to ask about this?

www.boost.org/community/

V
--
I do not respond to top-posted replies, please don't ask


All times are GMT. The time now is 08:40 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57