Entering edit mode
9.7 years ago
Peter
•
0
~/bin/breakdancer/build$make
[ 14%] Built target boost-libs
[ 28%] Built target samtools-lib
[ 28%] Built target deps
[ 42%] Built target gtest160
[ 49%] Built target breakdancer
[ 52%] Built target common
[ 71%] Built target io
Linking CXX executable ../../../../bin/breakdancer-max
../../../../vendor/boost/boost/lib/libboost_serialization.a(xml_grammar.o): In function `std::bitset<256ul>::_M_check(unsigned long, char const*) const [clone .isra.27] [clone .part.28]':
xml_grammar.cpp:(.text.unlikely+0x11): undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
../../../../vendor/boost/boost/lib/libboost_regex.a(instances.o): In function `boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary(char const*, char const*) const':
instances.cpp:(.text._ZNK5boost9re_detail31cpp_regex_traits_implementationIcE17transform_primaryEPKcS4_[_ZNK5boost9re_detail31cpp_regex_traits_implementationIcE17transform_primaryEPKcS4_]+0x31f): undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
instances.cpp:(.text._ZNK5boost9re_detail31cpp_regex_traits_implementationIcE17transform_primaryEPKcS4_[_ZNK5boost9re_detail31cpp_regex_traits_implementationIcE17transform_primaryEPKcS4_]+0x3e3): undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
instances.cpp:(.text._ZNK5boost9re_detail31cpp_regex_traits_implementationIcE17transform_primaryEPKcS4_[_ZNK5boost9re_detail31cpp_regex_traits_implementationIcE17transform_primaryEPKcS4_]+0x3f7): undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
../../../../vendor/boost/boost/lib/libboost_regex.a(instances.o): In function `boost::re_detail::cpp_regex_traits_implementation<char>::transform(char const*, char const*) const':
instances.cpp:(.text._ZNK5boost9re_detail31cpp_regex_traits_implementationIcE9transformEPKcS4_[_ZNK5boost9re_detail31cpp_regex_traits_implementationIcE9transformEPKcS4_]+0xb3): undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
../../../../vendor/boost/boost/lib/libboost_regex.a(instances.o):instances.cpp:(.text._ZN5boost9re_detail18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE20parse_perl_extensionEv[_ZN5boost9re_detail18basic_regex_parserIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE20parse_perl_extensionEv]+0x1da1): more undefined references to `std::__throw_out_of_range_fmt(char const*, ...)' follow
collect2: error: ld returned 1 exit status
make[2]: *** [bin/breakdancer-max] Error 1
make[1]: *** [build/src/exe/breakdancer-max/CMakeFiles/breakdancer-max.dir/all] Error 2
make: *** [all] Error 2
That seems odd. Can you post the output from cmake on the initial run when the compiler etc is detected?
It works well on Ubuntu system. But not Centos 6.4 system.