*Hi, everyone just seeing this question. These days I am working on compiling and building hypertable 0.9.0.0 source code for study. This time I found myself stuck in a tough problem after I have trying almost every means, so I ask for your help here. Any help is really appreciated. The bugs is as follow and forgive me put the all information out for good understanding.* * * libHyperComm.a(ReactorFactory.cc.o): In function `Hypertable::ReactorFactory::initialize(unsigned short)': /home/choc/src/hypertable/src/cc/AsyncComm/ReactorFactory.cc:53: undefined reference to `boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&)' libHyperComm.a(ReactorFactory.cc.o): In function `Hypertable::ReactorFactory::destroy()': /home/choc/src/hypertable/src/cc/AsyncComm/ReactorFactory.cc:61: undefined reference to `boost::thread_group::join_all()' libHyperComm.a(ReactorFactory.cc.o): In function `__static_initialization_and_destruction_0': /home/choc/src/hypertable/src/cc/AsyncComm/ReactorFactory.cc:33: undefined reference to `boost::thread_group::thread_group()' /home/choc/src/hypertable/src/cc/AsyncComm/ReactorFactory.cc:33: undefined reference to `boost::thread_group::~thread_group()' /home/choc/src/hypertable/src/cc/AsyncComm/ReactorFactory.cc:34: undefined reference to `boost::mutex::mutex()' ........
*With the help of others, I have tried the way of add the CMAKE_CXX_FLAGS like "-lboost_thread-mt", someone proved it works, but my code failed. I am thanks for your help anyway!* -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev. For more options, visit https://groups.google.com/groups/opt_out.
