
21 Dec
2012
21 Dec
'12
2:58 p.m.
I'm getting the following link error using boost_1_52_0 with Xcode 3.2.6 gcc 4.2: "std::bad_alloc::what() const", referenced from: vtable for boost::exception_detail::error_info_injector<std::bad_alloc>in libboost_iostreams-mt.a(zlib.o) vtable for boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::bad_alloc>
in libboost_iostreams-mt.a(zlib.o)
Boost exception is listed as a header only library, but there is clone_current_exception_non_intrusive.cpp in ..\boost_1_52_0\libs\exception\src. Does boost.exception lib need to be built? thanks, jeff