From: Rainer Thaden (RThaden_at_[hidden])
Date: 2008-04-25 08:01:57


>> BTW the signals dll import libraries don't have the "lib" prefix on their
>> names.
>>
> I'm sorry, are you saying that the libraries output by the whole
> boot.build process of the signals library do not end in a .lib?

No, they don't have the _pre_ fix "lib". They are just called boost_...
instead of libboost_...

If you link statically to boost you need libboost_....lib, if you want
to dynamically link, you need boost_....lib and, of course, the
corresponding DLL.

Regards,

Rainer