Boost logo

Boost-Build :

From: dirk_griffioen (diddekio_at_[hidden])
Date: 2003-07-27 12:15:55


Hi

I got the latest version of boost from cvs, but it wouldn't link my
own libs with either
: requirements
<library-file> ...
or
<find-static-library> ...

So I copied

toolset.flags msvc.link FINDLIBS <find-static-library> <find-shared-
library> ;
and
"$(FINDLIBS:S=.lib)" (in actions link)

from my boost_1_30_0 installation. This now works...

My question is: is the change on purpose? Should I link extra libs
via some other mechanism?

Dirk

 


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