|
Boost-Build : |
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-08-12 19:33:36
manhatman212 wrote:
> I'm using .NET IDE. I have the include path right. Getting the
> libraries to work baffles me. I don't know what to do with a jam
> file, or msvc.jam. ERROR MESSAGE: "fatal error LNK1104: cannot open
> file 'libboost_filesystem-vc71-sgd-1_32.lib'"
>
> Is there a step-by-step tutorial for a beginner?
>
There are 2 tutorials, but they don't address this issue.
The best documentation regarding your problem I found is
http://www.boost.org/more/getting_started.html#Results
You have to go to Boost root and run the following command to build the
library:
bjam -sTOOLS=vc-7_1 --with-filesystem -sBUILD="<runtime-link>static
<runtime-threading>single debug" install
If you don't have bjam.exe you can compile it yourself by running
build.bat or download a precompiled version from Boost Sourceforge
download page
http://prdownloads.sourceforge.net/boost/boost-jam-3.1.11-1-ntx86.zip?download
BTW Boost 1.33 was released recently, so you'd better try 1.33.
Andrey
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk