how can i compile
the signals library with stlport? i have tried setting STL_PORT_PATH and
STL_PORT_VERION but when i run bjam -sTOOLS=vc-7.1-stlport it says it cannot
find vc-7.1-stlport.jam (which is true, there's only jamfile and jamfile.v2 in
signals/build) and if i just run bjam it gives me the native stl libraries
(which, of couse, won't autolink with my program). can you help
me?