Boost Build/Jam on Ubuntu 8.04
Just a short list of how to configure Boost Build and bjam for Ubuntu.
Need to do the following:
sudo apt-get install bjam boost-build sudo emacs /usr/share/boost-build/user-config.jam
Then uncomment the line with "using gcc ;" and you are set.

