I'm considering dumping boost as a dependency... atm the only thing that I really need is shared_ptr<>, and I can get that from std::tr1, available in gcc suite 4.*
shared_ptr<>
std::tr1
AFAIK, all of the distros package V 4.+ nowadays.