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 |
The v130 should have been picked up from the compiler. It might have to do with your compiler being a RC: if the version is not exactly 13.0, the properties are off. What is the name of the generated library? Anyway: if it's just a naming problem, you should be able to bypass it by just renaming the generated files and adding the "vc130" yourself. Luigi On Sun, Jul 5, 2015 at 9:26 AM kavehf <[hidden email]> wrote: Dear all, -- <http://leanpub.com/implementingquantlib/> ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |