I was wondering how I can set up my library and include paths in Linux (Fedora 8) so that for example with Boost I can do the following.

#include<boost/filesystem/operations.hpp>

Also where is...