$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-04-07 04:21:05
e r wrote:
> 4) in main.cpp:
>
> #include <boost/math/fpclassify.hpp>//warning:
> boost/math/fpclassify.hpp: No such file or directory
That suggests that the include path isn't set up correctly.
However, there's a much easier way: all the math_toolkit code is included in
the Boost-1.35 release, so you may just want to install that instead.
HTH, John.