$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::asio and C++0x
From: Igor R (boost.lists_at_[hidden])
Date: 2011-06-23 15:44:23
> 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?