Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost Unit test on Eclipse
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2011-08-11 12:47:35


Hi!

On Thu, Aug 11, 2011 at 6:35 PM, Yong Qin <YQIN_99_at_[hidden]> wrote:

> I have tried to use boost unit test on Eclipse CDT w/ MinGW and VC++. But
> I can not link to the static boost library:
> libboost_unit_test_framework-vc100-mt-1_47.lib.
>
> The code I used:
>
> [...]
>

> What is wrong?
>

As the name of the library implies, which you are trying to link with, this
lib was build for visual c++ and not MinGW. Try building boost with MinGW
and link against it.

Best Regards,
Ovanes



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net