How did you configure the msvc toolset? If configuring it in user-config.jam, you should have:
using msvc : 8.0 : whatever ;
and if just using command line, you should use:
bjam toolset=msvc-8.0
While it's possible to query compiler version by running compiler binary, such magic is not implemented yet, so you need to specify the version explicitly.
- Volodya
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Somehow, I do not get through.... ;) The problem is that the site states to use -sTOOLS=vc-8_0. May be this setting is for older bjam build. Let's say I skip it and define in user-config.jam the "using" directive and compile the source as you described, what is used as toolset name in the filename, the "whatever" suffix? I need to produce the same file names as expected from linker. Currently they differ. Bol'shoe spasibo za pomosch..., Ovanes