$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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