HI all,

I developed a small application under Linux. Everything was working fine. I could compile and link. Now I am trying to compile the same code on Windows with MinGW.

I pre-compiled boost-1.48.0 with boost.log. Now I am trying to link the pre-compiled libs.

For some reason the following error occurs:

    undefined reference to `boost::log2_mt_nt5::basic_attribute_name<char>::get_id_from_string(char const*)'

Has some one an idea how to fix this issue and why it appears at all?

Many thanks,
Konstantin