./myfile/lib/libmy.a(my.o): In function `ZN4My6My_t4initERKNS0_10Settings_tE':<br>C:/Boost/include/boost-1_34_1/boost/filesystem/path.hpp:302: undefined reference to `boost::filesystem::detail::status_api(std::string const&, unsigned int&)' <br>./myfile/lib/libmy.a(my.o): In function `_tcf_0':<br>C:/CPW/cs_classes/./myfile/include/myerror.h:186: undefined reference to `boost::filesystem::detail::get_current_path_api(std::string&)'<br><br>i build boost linking to a built boost filesystem file using mingw 3.4.5<br><br>including option. <br>-l"boost_filesystem-mgw34-1_34_1" <br><br>this is line 302 of path.hpp <br>"const external_string_type external_file_string() const { return Traits::to_external( *this, file_string() ); }" <br><br>"<br>