Boost logo

Boost Users :

From: Rod Morison (morisonro_at_[hidden])
Date: 2006-08-09 19:18:05


Mostly a bjam question: With bjam the link command is not finding the
boost libs...I need help with the build setup:

I built successfully and headers & libs are in C:\Boost...

/Boost/include/boost-1_33_1/boost/...
/Boost/lib/...

I'm running Boost.Build from the boost-build-2.0-m11.tar.bz2 in
c:\boost-build

In building a small Boost.Threads app I get

% bjam
...patience...
...found 258 targets...
...updating 2 targets...
compile-c-c++ bin\msvc\debug\CreateThread.obj
CreateThread.cpp
msvc.link bin\msvc\debug\CreateThread.exe
LINK : fatal error LNK1104: cannot open file
'libboost_thread-vc71-mt-gd-1_33_1.lib'
...updated 2 targets...

My boost-build.jam is

boost-build c:\\boost-build ;

and my Jamroot is

project
    : requirements <include>c:/Boost/include/boost-1_33_1
    ;
exe CreateThread : CreateThread.cpp ;


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