Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-21 05:28:56


On Tuesday 21 February 2006 13:15, Markus Schöpflin wrote:
> I just noted that my custom toolsets don't give the expected command line:
>
> Toolset definition:
>
> using hp_cxx
>
> : # Version
>
> 71_006_tru64
>
> : # Commands
> : # Options
>
> <cflags>"-version V7.1-006 -msg_display_tag"
> <ldflags>"-version V7.1-006 -use_non_shared_libcxx"
> ;

I'm sorry for leading you astray. The right names are

   <compileflags>
and
   <linkflags>
respectively.

The first applies to all compiles. There's also <cflags> and <cxxflags> that
apply only to C and C++ compiles respectively.

I've fixed this on the Wiki, too.

Sorry,
Volodya


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