Boost logo

Boost-Build :

From: dirk_griffioen (diddekio_at_[hidden])
Date: 2003-07-27 13:51:40


--- In jamboost_at_[hidden], "dirk_griffioen" <diddekio_at_y...>
wrote:
> 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)
>
with "$(NEEDLIBS:S=.lib)" in actions link <library-file> will work
2 ...
> 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