Hi Anthony, please disregard my most recent question regarding 64 bit compiling...the following worked for me:

bjam "-sTOOLS=vc-9_0" "address-model=64" install --libdir=lib --build-type=complete

note that "-address-model=64" will compile the 32-bit libs without complaint.

Brian


On Wed, Jul 22, 2009 at 3:45 AM, Anthony Williams <anthony@justsoftwaresolutions.co.uk> wrote:
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.

Not all variants are built by default. You need to add "--build-type=complete" to the bjam options to get all the variants.

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