Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2006-02-21 07:24:06


Vladimir Prus <ghost_at_[hidden]> writes:

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

The name "compileflags" may give us some problems with languages other
than c/c++, no? What if you're building a program with mixed fortran
and c?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

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