On Sun, 2008-06-15 at 16:37 -0400, Peter Silva wrote: > checking boost/shared_ptr.hpp usability... no > checking boost/shared_ptr.hpp presence... no > checking for boost/shared_ptr.hpp... no
Forgive me if this seems obvious, but I have seen this before when building on a fresh os install. Even with boost installed, the automake system does a usibility/presence test by performing a trivial compile using the c++ compiler, and if gcc-c++ is not installed, this is the outcome - rather confusing. Try checking that the gcc-c++ package is installed. Kim
