On Sun 26-Jul-2009 at 06:40 -0700, Zoran Zorkic wrote: >I'm trying to compile Hugin build 4101 on Ubuntu 8.04 and it crashes >like this: >Linking CXX executable celeste_standalone >/home/aramaki/hugnew/hugin/src/hugin_base/libhuginbase.so: undefined reference >to `boost::thread_group::join_all()' >/home/aramaki/hugnew/hugin/src/hugin_base/libhuginbase.so: undefined reference >to `boost::thread_group::thread_group()'
This needs to be fixed properly soon, but the workaround on centos4/5 is to set CXXFLAGS when you run cmake: cmake -DCMAKE_CXX_FLAGS=-lboost_thread ./ make (for ubuntu you might have to change that to -lboost_thread-mt -- Bruno --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
