boost_unit_test_framework, no dynamic libraries?
Hello! A questions about the boost_unit_test_framework library. Is it correct that I can't build a dynamic version of that library? When I build under cygwin: bjam -sTOOLS=gcc --with-test This does not produce any dynamic version of boost_unit_test_framework. The build instructions tells me that there is no dynamic library. However, my Fedora Core 3 installation contains a file called /usr/lib/libboost_unit_test_framework.so. Can anyone tell me if I am supposed to be able to build a dynamic unit test library in cygwin. Any comments will be appricated! :.:: mattias
Boost.Test does not support DLL on NT platform as of yet (and it looks like
it may not be able at all, at least in a current form). I will continue to
work on this issue.
Gennadiy.
"Mattias Brändström"
Hello!
A questions about the boost_unit_test_framework library. Is it correct that I can't build a dynamic version of that library? When I build under cygwin:
bjam -sTOOLS=gcc --with-test
This does not produce any dynamic version of boost_unit_test_framework. The build instructions tells me that there is no dynamic library. However, my Fedora Core 3 installation contains a file called /usr/lib/libboost_unit_test_framework.so. Can anyone tell me if I am supposed to be able to build a dynamic unit test library in cygwin.
Any comments will be appricated!
:.:: mattias
participants (2)
-
Gennadiy Rozental
-
Mattias Brändström