Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-07 02:18:30


ìÉÔ×ÉÎÅÎËÏ ëÏÎÓÔÁÎÔÉÎ wrote:
> Hello, Vladimir!
> You wrote on Wed, 6 Oct 2004 12:21:33 +0400:
>
> [Sorry, skipped]
>
> VP> I attach a revised version. You'd need to add
>
>
> using kylix : : command-to-invoke-the-compiler ;
> to your user-config.jam. Let me know if it works in any way.
>
> It works fine except toolset inherit some flags from borland, like
> OPTIONS, that kylix don't like at all. -tWC in command line stop
> compilation. How can I override OPTIONS?

Replace the 'toolset.inherit' call in kylix jam with calls to
toolset.inherit-generator, toolset.inherit-flags and toolset.inherit-rules
(that's what toolset.inherit actually does).

After that, pass the third argument to toolset.inherit-flags, listing the
properties which should not be handled by kylix. Off-hand, I see that you
need to pass <user-interface>. Maybe also <link-runtime> and
<threading-multi>.

If that works, send me the modified version and I'll put it to CVS.

Thanks,
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