Skip to content

Instantly share code, notes, and snippets.

@kempj
Created November 26, 2013 04:07
Show Gist options
  • Save kempj/7653318 to your computer and use it in GitHub Desktop.
Save kempj/7653318 to your computer and use it in GitHub Desktop.
~/openUH/bin/opencc -g omp-orig.c -fopenmp -o omp-lu-orig ../../hpxMP/libopenmp.so
/home/jeremy/hpx/lib/hpx/libhpx.so.0: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
/home/jeremy/hpx/lib/hpx/libhpx.so.0: undefined reference to `std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
../../hpxMP/libopenmp.so: undefined reference to `std::range_error::~range_error()@GLIBCXX_3.4.15'
../../hpxMP/libopenmp.so: undefined reference to `std::out_of_range::~out_of_range()@GLIBCXX_3.4.15'
../../hpxMP/libopenmp.so: undefined reference to `std::length_error::~length_error()@GLIBCXX_3.4.15'
../../hpxMP/libopenmp.so: undefined reference to `std::invalid_argument::~invalid_argument()@GLIBCXX_3.4.15'
../../hpxMP/libopenmp.so: undefined reference to `std::domain_error::~domain_error()@GLIBCXX_3.4.15'
/home/jeremy/hpx/lib/hpx/libhpx.so.0: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::basic_ofstream(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::_Ios_Openmode)@GLIBCXX_3.4.13'
../../hpxMP/libopenmp.so: undefined reference to `std::underflow_error::~underflow_error()@GLIBCXX_3.4.15'
/home/jeremy/hpx/lib/hpx/libhpx.so.0: undefined reference to `std::__detail::_List_node_base::_M_transfer(std::__detail::_List_node_base*, std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
../../hpxMP/libopenmp.so: undefined reference to `std::overflow_error::~overflow_error()@GLIBCXX_3.4.15'
/home/jeremy/hpx/lib/hpx/libhpx.so.0: undefined reference to `std::ctype<char>::_M_widen_init() const@GLIBCXX_3.4.11'
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment