$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] setting compiler options on AIX
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-11-23 11:39:39
Avi Bahra wrote:
> I am trying to set compiler options on the AIX in a similar manner to gcc,
> but is has no effect.
> i.e
>
> using vacpp : : : <compileflags>-p ;
>
>
> What have i missed ?
What version of Boost.Build are you using and how does the function 'init'
in vacpp.jam look?
- Volodya