
Vladimir Prus wrote:
David Deakins wrote:
This change seems to have broken our VeecoFTC regression tests on the trunk (MSVC 9 with STLport 5.2). I am now getting the following message on every test cycle:
error: link=static together with runtime=link is not allowed error: such property combination is either impossible error: or too dangerous to be of any use
Thanks for providing me, offlist, with the necessary logs. This happens to be preexisting problem -- if you look at iostream testresults from you, you will find none. The reason is that iostream's Jamfile had this:
29195 turkanis <toolset>msvc,<stdlib>stlport:<link-runtime>static
This requirement was there since the beginning. I've removed it -- we'll see how the test result will look.
There's a chance that some other libraries does the same, if so, I'll need debug output again.
Thanks for the quick response! I'll start a new testing cycle and we'll see where we get to. -Dave