Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2003-10-19 05:18:17


> 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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net