Boost logo

Boost-Build :

From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2006-10-19 00:21:55


Please ignore, operator error. Option passing works just fine.

-- Noel

On Oct 18, 2006, at 7:42 PM, K. Noel Belcourt wrote:

> Hi,
>
> I have several project Jamfiles that set <cxxflags>. In addition,
> our user-config.jam declares a toolset with some additional
> <cxxflags>. It seems that either one or the other set ends up
> getting used, but not both. Here's an example.
>
> In a project Jamfile, I've set the project requirements and usage-
> requirements to
>
> <toolset>vacpp:<cxxflags>-qidirfirst
>
> In my user-config.jam I have the vacpp toolset declared like this
>
> using vacpp
> : 7.1
> : /usr/lpp/ppe.poe/bin
> : <fflags>"-q64 -w -qsuppress=cmpmsg"
> <cflags>"-q64 -w"
> <cxxflags>"-q64 -w"
> <arflags>"cs -X64"
> <find-shared-library>xlf90
> ;
>
> When I build, I lose the project Jamfile <cxxflags>. Is there some
> way to combine the project Jamfile <cxxflags> with those in the user-
> config.jam so that when the init rule is called, the full set of
> options is present?
>
> Thanks.
>
> -- Noel Belcourt
>
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/
> listinfo.cgi/boost-build
>


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