Subject: Re: [Boost-users] tss.hpp:82: undefined reference to 'boost::detail::get_tss_data
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-04-14 23:24:34


AMDG

wuguangjun wrote:
> When I build boost_1_38, I use 'configure -prefix=/usr' command to put boost files in /usr/ directory.
> I compile Lintel a paser for cello99, a error occurs: the information is as follows:
> /usr/include/boost-1_38/boost/thread/tss.hpp:82: undefined reference to 'boost::detail::get_tss_data(void const*)'
>
> Is it a bug for boost or some other causes? Would anyone help me?
>

I believe that DataSeries and Lintel use CMake for building, right?
It sounds like it isn't linking to the Boost.Thread library.
What is the linker command line?

In Christ,
Steven Watanabe