Boost logo

Boost-Build :

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


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