$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Raja (raja_at_[hidden])
Date: 2004-08-22 21:07:26
Does using thread classes from boost need additional library files other than
header files ?
I am getting the following error when I use the thread class:
/usr/include/c++/3.2.3/bits/stl_heap.h:188: undefined reference to
`boost::thread::thread[in-charge](boost::function0<void,
std::allocator<boost::function_base> > const&)'
I also see 'libboost_thread-gcc-mt-d-1_31.so.1.3.0' library under
boost/bin/...
Does this have to be used ?
Thanks in advance
Raja