Yet another linker error: 'libboost_unit_test_framework-vc71-mt-sgd-1_32.lib'

Posted by Hrgovcic, Joe on
URL: http://quantlib.414.s1.nabble.com/Yet-another-linker-error-libboost-unit-test-framework-vc71-mt-sgd-1-32-lib-tp3639.html

Yet another linker error: 'libboost_unit_test_framework-vc71-mt-sgd-1_32.lib'

Hello,

        I have linker problem I haven't seen resolved here. I get it while trying trying to link the testsuite module of QuantLib

LINK : fatal error LNK1104: cannot open file 'libboost_unit_test_framework-vc71-mt-sgd-1_32.lib'


For what it's worth, I've already included my version of boost in the Tools->VC++ Directories->Include Files section of the module's Properties page, so I don't think that's the issue. Also, I'm running in the debug configuration and the Properties->Configuration Properties->C/C++->Code Generation->Runtime Library is set to Multi-threaded Debug, as are all the other QuantLib modules I'm using, so I don't think any conflict there is the issue either.  As far as I can tell, there is no such .lib file (or any similarly named file) that is generated anywhere on my system. Any help would be very appreciated.


Thanks,

Joe