Re: staticially linked STLport and Boost
20 Jun
2004
20 Jun
'04
4:18 p.m.
Hi, I have encountered similar problem that you solved after "some fiddling". Can you specify what exactly you did to successfully compile Boost.Python? Thanks, L.
try
bjam "-sTOOLS=msvc-stlport" "-sBUILD=debug <runtime-link>static <stlport-iostream>on"
The default Boost.Python settings seem to conflict with <runtime-link>static, but after some fiddling I worked out how to fix it. I thought it wouldn't need this, but I also needed to force "<threading>multi" to get it passed the final set of linking problems. Of course, it seems to work at the moment, and I'll probably be back here if/when I start getting strange crashes :)
Thanks for the pointer in the right direction :)
7453
Age (days ago)
7453
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lukáš Krejčí