Subject: Re: [Boost-build] linkflags not working with intel-linux toolset?
From: John Maddock (john_at_[hidden])
Date: 2009-01-20 13:18:32


> 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?

And it's not just linkflags, cxxflags are ignored by the intel-linux toolset
as well,

John.