Hi, sorry if this was asked in the past... I need to use boost's all features, but getting link error saying
fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-gd-1_37.lib'
I've built the libs using bjam.exe, but got only release versions of the libs (libboost_thread-vc90-mt-1_37.lib), could somebody explain, what should be done do get debug versions too. I found some explanations in the net, but they're related with old versions. I use boost 1.37 and MSVC 9.0.
BTW, the linker cannot find the .lib file in case of release version, however I've specified the path to the boost's libs.

Many thanks in advance for the help.