14 Sep
2004
14 Sep
'04
6:08 p.m.
On attempting to link against the boost_regex libraries, I'm finding that regex methods and template functions that take wchar_t are not resolving. Examining the libraries with nm show that these methods are not present. My understanding is that wchar_t support for Solaris was only recently introduced in version 3.4.x, so I wondering if the bjam files are taking this into account yet. I'm currently specifying the build with the following invocation: # bjam "-sTOOLS=gcc-stlport" "-sBUILD=release debug <cxxflags>-fPIC" Can I add to this to force the build to use wchar_t? Appreciate the help. -- Tim.