Include the Boost library
Can someone please tell me how I can include the boost path in linux - SUSE 10 so that I may be able to compile with g++ and include the boost headers as follows:
#include <boost/math/common_factor.h>
I have boost installed in the default directory /usr/local
Thanks,
Matt