19 Oct
2003
19 Oct
'03
10:18 a.m.
Yes, I've done that, bjam "-sTOOLS=msvc" and I just built them all. then when I tell MSVC that it should use the filesystem.lib (or whatever the real name is) it tells me that I have multiple declarations of the symbols.
You don't say what the errors are, but that usually happens if you build the lib against one runtime library (bjam builds against the dll runtime by default), and try and link your program against a different runtime. John.