QuantLib 1.6 compiling error cannot open file 'QuantLib-vc130-mt-gd.lib'
Posted by kavehf on
URL: http://quantlib.414.s1.nabble.com/QuantLib-1-6-compiling-error-cannot-open-file-QuantLib-vc130-mt-gd-lib-tp16698.html
Dear all,
I have already installed boost library v1.58.0 (x64) via the binary file, which works properly under my VS201%RC.
However, when I tried to compile the latest version (v1.6) of QuantLib, by opening QuantLib_vc12.sln file, for both 'Debug' and 'Release' under 'x64' in VS2015, I got something like:
LINK : fatal error LINK1104 cannot open file 'QuantLib-vc130-mt-gd.lib'
It seems to me that the fatal error is due to the incapability of naming library with 'vc130'. But I don't know how to fix the problem.
Any suggestions? Thanks!
Kaveh