Boost logo

Boost-Build :

From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-01-16 16:57:14


Hi Build experts,

I have a project with a V2 Jamfile and a dependency to Boost.Filesystem.
These are my link settings:

   <threading>multi <link>static <runtime-link>static

When I build with GCC (mingw) all is fine. Now when building with MSVC8

   boost_filesystem-vc80-mt-sd-1_34.lib

is built, but the linker tries to link my executable against:

   ... cannot open file 'libboost_filesystem-vc80-mt-sgd-1_34.lib'

So I added

   <runtime-debugging>off

to my link settings. The same variant of Boost.Filesystem is built and I get a
slightly different error message:

   ... cannot open file 'libboost_filesystem-vc80-mt-s-1_34.lib'

All this seems a bit strange to me, especially since IIRC the very same Jamfile
used to work with MSVC8 before (although I'm not entirely sure).

I'm using the current CVS version (updated today) and already rebuilt my bjam
executable.

Thank you very much for your help,

Tobias


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