Cannot find boost-thread-mt library

Solution 1:

The -mt suffix had been removed. The installed Boost libraries are multi-threading safe.

You can compile your program versus libboost-thread. Either by changing the source to use non -mt libs or by making symbolic links libboost_thread.alibboost_thread-mt.a. Same thing if you need shared libs .so.