Thanks, now I'm trying to build 64-bit versions with:
bjam "-sTOOLS=vc-9_0 address-space=64" install --libdir=lib --build-type=complete
but I'm getting a linker error:
lnk1112: module machine type 'x86' conflicts with target machine type 'x64'
for file:
libboost_filesystem-vc90-mt-sgd-1_39.lib
Not all variants are built by default. You need to add "--build-type=complete" to the bjam options to get all the variants.B Hart wrote:
I moved to using boost 1.39.0. I compiled the libraries (bjam "-sTOOLS=vc-8_0" install --libdir=lib --with-thread) but when I go to build my program I get:
Error 1 fatal error LNK1104: cannot open file 'libboost_thread-vc80-mt-sgd-1_39.lib'
This library is not getting built. Please advise.
Anthony
--
Author of C++ Concurrency in Action | http://www.manning.com/williams
just::thread C++0x thread library | http://www.stdthread.co.uk
Just Software Solutions Ltd | http://www.justsoftwaresolutions.co.uk
15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK. Company No. 5478976
_______________________________________________
threads-devel mailing list
threads-devel@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/threads-devel