Boost.Thread is available as a separate package as it's one of the few non-header-only libraries in boost.
The package is libboost-thread-dev. You can also install libboost-all-dev - that will install all boost packages.
What is the name of your source file? Mine was "hello.cpp", which is why my make target is called "hello". Yours obviously is not. Fix that problem first.