Boost logo

Boost-Build :

Subject: Re: [Boost-build] linkflags not working with intel-linux toolset?
From: Beman Dawes (bdawes_at_[hidden])
Date: 2009-01-21 08:46:31


John Maddock wrote:
> If I invoke bjam with:
>
> bjam linkflags=-lfoo gcc intel
>
> Then the gcc build gets the -lfoo added, but the intel build doesn't,
> any ideas anyone?

What's the equivalent of "bjam linkflags=-lfoo" in a Jamfile?

In other words, what has to be add to a Jamfile to say "if running the
gcc toolset on linux, add -lfoo to the linker command line"?

--Beman


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