Hi,
i want to compile the boost libraries.
Unfortunately i got the following error
messages while compiling the thread library.
"./boost/thread/detail/thread.hpp",
line 344: Error: boost::thread::thread(boost::thread&) is not accessible
from boost::move(boost::detail::thread_move_t<boost::thread>).
1 Error(s) detected
My System:
Sun OS 5.9, Solaris
My user-config.jam
using sun : 5.9 : /opt/SUNWspro/bin/CC
: <stdlib>sun-stlport <cxxflags>-library=stlport4 -m64 -xcode=pic32
-erroff=wvarhidemem,hidevf,hidevfinvb -errtags=yes <linkflags>-library=stlport4
-m64 ;
Can anybody help me?
Regards,
Thomas