(no subject)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

(no subject)

Avaneesh-2
--
Avaneesh Krishnamoorthy
510-501-6395


Reply | Threaded
Open this post in threaded view
|

Problems to build testsuit

Mingjun Huang
Dear All,

I got the following error message when I built the testsuit project.

Linking...
LINK : fatal error LNK1104: cannot open file
'libboost_unit_test_framework-vc71-mt-s-1_33.lib'

I have check my Vc71's library, this file is actually included in my
...Vc7\lib\boost\, and I had added this folder to my PATH.
Could anyone give me a hand? I really like to be actively enrolled into
QuantLib, first as a user.

BTW, I was able to successfully build other projects of QantLib.

Thanks so much!

Best,
Mingjun



Reply | Threaded
Open this post in threaded view
|

Re: Problems to build testsuit

eric ehlers
Hi Mingjun,

> I got the following error message when I built the testsuit project.
>
> Linking...
> LINK : fatal error LNK1104: cannot open file
> 'libboost_unit_test_framework-vc71-mt-s-1_33.lib'
>
> I have check my Vc71's library, this file is actually included in my
> ...Vc7\lib\boost\, and I had added this folder to my PATH.

Unfortunately adding that folder to your PATH doesn't do the trick.
You need to go into Visual C++ and add the folder to the list of
directories searched by the linker.  There are two places where you
can do this -
1) project-specific - under project settings, link, input
2) non-project specific (for example if you intend to link Boost to
projects other than QuantLib) - under Tools / Options / Directories

Regards,
Eric