
18 Jun
2007
18 Jun
'07
8:06 p.m.
On Friday 15 June 2007 22:24:21 Tal Agmon wrote:
I'm using boost 1.34 w/ stlport version 5.1.3 on windows xp.sp2 compiler msvc8
stlport was build with _STLP_USE_BOOST_SUPPORT.
it seems that after invoking bjam V2 03.1.13 using directions in getting started page.
I have not seen any libs with ABI tag key 'p' generated.
You need to tell bjam that it should build with STLport, it won't guess that you have it installed and where(!). I haven't dug too deep and I can't test it on Ubuntu, but I think that you might get further if you specify 'msvc-stlport' as toolset. HTH Uli