Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost Build arm linux
From: alllexx (opotapenko_at_[hidden])
Date: 2008-11-28 04:55:39


rketcham wrote:
>
> ./boost/math/tools/config.hpp:223:21: error: fenv.h: No such file or
> directory
>
Hello, Rich.
It seems that gcc is unable to locate <fenv.h>, which is needed to compile
boost.math.
You can call

bjam --toolset=gcc-gumstix variant=release link=static runtime-link=static
stage --without-math
to compile everything except math or

bjam --toolset=gcc-gumstix variant=release link=static runtime-link=static
stage --with-thread
to compile thread only.

Regards,
Alex

-- 
View this message in context: http://www.nabble.com/Boost-Build-arm-linux-tp19451104p20731628.html
Sent from the Boost - Build mailing list archive at Nabble.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