Boost logo

Boost Testing :

From: John Maddock (john_at_[hidden])
Date: 2005-05-10 05:55:32


>> They all pass for me locally with the Intel-8.1 compiler as well....
>>
>
> I'm in release mode. I get the following at link:
>
> regex_debug.obj : warning LNK4221: no public symbols found; archive member
> will be inaccessible
> icu.obj : warning LNK4221: no public symbols found; archive member will be
> inaccessible
> Do I need to set anything up for this?

No those would be expected: regex_debug contains nothing in release mode,
and icu.cpp only contains code if you set up the optional ICU support (this
is the cause of the bjam warning message as well).

John.


Boost-testing list run by mbergal at meta-comm.com