Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to compile on Ubuntu 16.04, gcc 5.4.0 #5

Open
sfchen opened this issue Jul 2, 2018 · 2 comments
Open

Failed to compile on Ubuntu 16.04, gcc 5.4.0 #5

sfchen opened this issue Jul 2, 2018 · 2 comments

Comments

@sfchen
Copy link

sfchen commented Jul 2, 2018

g++ -g -O3 -Wall -std=c++14 -lpthread -ltbb read.cpp hash.cpp compress.cpp fqreader.cpp decompress.cpp main.cpp -o astrie
/tmp/cc5JwO3F.o: In function Read::getSuffixlength()': /home/shifu/github/assembltrie/read.cpp:31: undefined reference to pthread_spin_lock'
/home/shifu/github/assembltrie/read.cpp:33: undefined reference to pthread_spin_unlock' /tmp/cc5JwO3F.o: In function Read::Read(std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits >, int, int)':
/home/shifu/github/assembltrie/read.cpp:27: undefined reference to pthread_spin_init' /tmp/cc5JwO3F.o: In function Read::connect(Read*, int)':
/home/shifu/github/assembltrie/read.cpp:47: undefined reference to pthread_spin_lock' /home/shifu/github/assembltrie/read.cpp:55: undefined reference to pthread_spin_unlock'
/tmp/cc5JwO3F.o: In function Read::Read(std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> >)': /home/shifu/github/assembltrie/read.cpp:14: undefined reference to pthread_spin_init'
/tmp/cc5JwO3F.o: In function Read::Read(std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> >, int)': /home/shifu/github/assembltrie/read.cpp:20: undefined reference to pthread_spin_init'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::clear()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1025: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::push_back_helper::push_back_helper(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >&)': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1157: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)'
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1157: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::concurrent_vector(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > const&, tbb::cache_aligned_allocator<Read*> const&)':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:643: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_copy(tbb::internal::concurrent_vector_base_v3 const&, unsigned long, void (*)(void*, void const*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::concurrent_vector(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >&&)':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:658: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_swap(tbb::internal::concurrent_vector_base_v3&)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::push_back_helper::push_back_helper(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >&)': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1157: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::concurrent_vector(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >&&)':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:658: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_swap(tbb::internal::concurrent_vector_base_v3&)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::concurrent_vector(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >&&)': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:655: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::concurrent_vector(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > const&, tbb::cache_aligned_allocator<Read*> const&)': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:646: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::concurrent_vector(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > const&, tbb::cache_aligned_allocator<Read*> const&)':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:639: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::concurrent_vector(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >&&)':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:655: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:83: undefined reference to tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)'
/tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits<char> > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >*, unsigned long)': /home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node>::deallocate(tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::node*, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::allocate(unsigned long, void const*)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:101: undefined reference to tbb::internal::allocate_via_handler_v3(unsigned long)' /tmp/ccJzgqjb.o: In function tbb::tbb_allocator<tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >::deallocate(tbb::interface5::internal::flist_iterator<tbb::interface5::internal::split_ordered_list<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > >, tbb::tbb_allocator<std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > > >, std::pair<std::experimental::fundamentals_v1::basic_string_view<char, std::char_traits > const, tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> > > >, unsigned long)':
/home/shifu/github/assembltrie/tbb/internal/../tbb_allocator.h:106: undefined reference to tbb::internal::deallocate_via_handler_v3(void*)' /tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read
, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))' /tmp/ccJzgqjb.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)':
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/tmp/ccJzgqjb.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
/tmp/ccauZCuL.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::size() const': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_capacity() const' /tmp/ccauZCuL.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::push_back_helper::push_back_helper(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >&)':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1157: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)' /tmp/ccauZCuL.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::size() const':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_capacity() const' /tmp/ccauZCuL.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::push_back_helper::push_back_helper(tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >&)':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1157: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)' /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1157: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)'
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1157: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)' /tmp/ccauZCuL.o: In function FastaReader::run(int)':
/home/shifu/github/assembltrie/fqreader.cpp:392: undefined reference to pthread_spin_init' /home/shifu/github/assembltrie/fqreader.cpp:396: undefined reference to pthread_create'
/home/shifu/github/assembltrie/fqreader.cpp:398: undefined reference to pthread_join' /tmp/ccauZCuL.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::size() const':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_capacity() const' /home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_capacity() const' /home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_capacity() const' /tmp/ccauZCuL.o:/home/shifu/github/assembltrie/tbb/concurrent_vector.h:907: more undefined references to tbb::internal::concurrent_vector_base_v3::internal_capacity() const' follow
/tmp/ccQSQea3.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()': /home/shifu/github/assembltrie/tbb/concurrent_vector.h:1031: undefined reference to tbb::internal::concurrent_vector_base_v3::internal_clear(void ()(void, unsigned long))'
/tmp/ccQSQea3.o: In function tbb::cache_aligned_allocator<Read*>::deallocate(Read**, unsigned long)': /home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)'
/home/shifu/github/assembltrie/tbb/cache_aligned_allocator.h:88: undefined reference to tbb::internal::NFS_Free(void*)' /tmp/ccQSQea3.o: In function tbb::concurrent_vector<Read*, tbb::cache_aligned_allocator<Read*> >::~concurrent_vector()':
/home/shifu/github/assembltrie/tbb/concurrent_vector.h:1033: undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
collect2: error: ld returned 1 exit status
Makefile:15: recipe for target 'astrie' failed
make: *** [astrie] Error 1

@canaltinigne
Copy link

Hey @sfchen, did you find any solution ? I have the same problem.

@canaltinigne
Copy link

@sfchen , When I use the command, 'g++ read.cpp hash.cpp compress.cpp fqreader.cpp decompress.cpp main.cpp -g -O3 -Wall -std=c++14 -pthread -ltbb -o astrie', it compiles without an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants