id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2668,fenv.h is not supported by uClibc,Mike Frysinger ,John Maddock,"since uClibc doesnt support fenv.h, could we add a check for it to boost/math/tools/config.hpp ? the simple change: --- a/boost/math/tools/config.hpp +++ b/boost/math/tools/config.hpp @@ -219,7 +219,7 @@ } // namespace tools }} // namespace boost namespace math -#ifdef __linux__ +#if defined __linux__ && !defined __UCLIBC__ #include ",Bugs,closed,Boost 1.38.0,math,Boost 1.37.0,Problem,fixed,,