|
Boost-Build : |
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-06-04 10:15:33
Christian Holmquist wrote:
> error LNK2001: unresolved external symbol "public: __thiscall
> boost::thread::thread(class boost::function0<void,class
> stlp_std::allocator<class boost::function_base> > const &)"
--^^^^^^^^--
That says it is being compiled with STlport. Since this is a link
problem, could you show us some of the link commands?
> Is there some bjam switch I can use to give me more information about which
> files get included in the build process?
All the following are possibilities:
--debug-configuration (Tells you how it's finding & setting compilers)
-n (Prints out all the commands it would execute, but doesn't exec them)
-d+2 (Prints out the commands as it executes them, without response file
output)
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
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