
23 Jun
2011
23 Jun
'11
7:44 p.m.
Ubuntu 10.04, gcc 4.4.3, boost 1.46.1
I've updated the libraries and headers from Ubuntu's stock boost 1.40 level, and I've tried bjam with and without 'toolset=gcc cxxflags=-std=c++0x'
Either way, my Eclipse reports several errors in the external libraries:
Undefined references to boost::system::generic_category() Undefined references to boost::system::system_category() (both from system and asio error headers) Undefined references to pthread_key_create and pthread_key_delete from asio/detail headers
Do you link with Boost.System static lib?