|
From: SourceForge.net <no...@so...> - 2006-05-04 12:51:30
|
Feature Requests item #1398900, was opened at 2006-01-07 00:09 Message generated for change (Settings changed) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=362740&aid=1398900&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 5 Submitted By: pravinster (pravinster) Assigned to: Nobody/Anonymous (nobody) Summary: libboost_unit_test_framework-vc80-mt-gd-1_33_1.lib Initial Comment: Hi, I am relatively new to Quantlib and Microsoft C++ IDEs. So, kindly bear with me. I built the Boost libraries and included the libraries at proper places within the VC-2005 IDE. However, when I try to compile the test-suite project, I receive an error that, 1>LINK : fatal error LNK1104: cannot open file 'libboost_unit_test_framework-vc80-mt-gd-1_33_1.lib' Apparently, this file was not built when I built boost using bjam, since this file is nowhere on my computer. I cannot find any documentation regarding this type of error from Boost.org website. Does anyone have this file? Or, do you know how to build it, or where to get it from? I would really appreciate any advice/help. Thanks. -Pravin PS: If anyone would be so kind, you could e-mail this file to me at pc...@ho.... Thanks. ---------------------------------------------------------------------- Comment By: Ferdinando Ametrano (nando) Date: 2006-01-07 10:54 Message: Logged In: YES user_id=34616 You have to download and properly "install" the Microsoft platform SDK along with VC-2005. Then build the Boost libraries again and libboost_unit_test_framework-vc80-mt-gd-1_33_1.lib will be built. hope it helps ciao -- Nando ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=362740&aid=1398900&group_id=12740 |