Help ... BOOST::thread 's certain constuctor methods fails with STLPort
Hi
I have build boost libraries for
a) regular gcc
b) gcc-STLPort
the following code works perfectly for "gcc" and throws up the following
errors for "gcc-STLPort".
// this is my function object that
// takes in input parameters as part of its constructor.
func_obj instance(data,m_regMap);
boost::shared_ptr<thread> pThread(new boost::thread(instance));
ERROR:
mystuff.cpp:101: undefined reference to `boost::thread::thread[in-charge]
(boost::function0
participants (1)
-
Raj