$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-10 07:38:03
On Wednesday 08 March 2006 11:49, Markus Schöpflin wrote:
> I'm trying to specify dynamic rounding mode on the compiler command line
> for the numeric interval tests.
>
> What I would like to do is best expressed by the following:
>
> project
> :
> source-location $(BOOST_ROOT)
> requirements
> <toolset>hp_cxx:<os>tru64:<compileflags>-mfp-rounding-mode=d
> <toolset>gcc:<os>tru64:<compileflags>"-fprm d"
> ;
This misses ":" before "requirements". Everything following $(BOOST_ROOT) is
considered to be extra source directories ;-)
- Volodya