|
From: simon g. <gue...@gm...> - 2014-06-25 16:55:21
|
I get the following link error when trying to build quantlib on visual studio 08: americanoption.cpp Generating Code... Linking... LINK : fatal error LNK1104: cannot open file 'libboost_unit_test_framework-vc90-mt-1_55.lib' Build log was saved at "file://c:\QuantLib\QuantLib-1.4\QuantLib-1.4\test-suite\build\vc90\Win32\Release\BuildLog.htm" testsuite - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 14 up-to-date, 0 skipped ========== I followed the instructions here: http://quantlib.org/install/vc9.shtml I have installed boost 1_55_0 and tested it without problems. However I cannot find the file 'libboost_unit_test_framework-vc90-mt-1_55.lib' the linker is looking for. Any ideas? Thanks, Simon |