|
From: <ja...@fr...> - 2014-06-25 17:29:26
|
Hi, have you created all libs with all linkages? looks like you didnt build the non static version. try with: b2 variant=release link=static threading=multi runtime-link=shared --with-test assuming paths are ok in your kit. Best pp ----- Original Message ----- > > > 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 > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and > Eclipse > Turn processes into business applications with Bonita BPM Community > Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > _______________________________________________ > QuantLib-users mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-users > |