Advertisement
jiapei100

PoissonRecon

Nov 26th, 2023
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 421.19 KB | None | 0 0
  1. ➜  PoissonRecon git:(master)make -j8          
  2. mkdir -p Bin/Linux/
  3. g++ -c -o Bin/Linux/PoissonRecon.o -fopenmp -Wno-deprecated -std=c++17 -pthread -Wno-invalid-offsetof -O3 -DRELEASE -funroll-loops -ffast-math -g -I. Src/PoissonRecon.cpp
  4. g++ -c -o Bin/Linux/SSDRecon.o -fopenmp -Wno-deprecated -std=c++17 -pthread -Wno-invalid-offsetof -O3 -DRELEASE -funroll-loops -ffast-math -g -I. Src/SSDRecon.cpp
  5. g++ -c -o Bin/Linux/PointInterpolant.o -fopenmp -Wno-deprecated -std=c++17 -pthread -Wno-invalid-offsetof -O3 -DRELEASE -funroll-loops -ffast-math -g -I. Src/PointInterpolant.cpp
  6. g++ -c -o Bin/Linux/ImageStitching.o -fopenmp -Wno-deprecated -std=c++17 -pthread -Wno-invalid-offsetof -O3 -DRELEASE -funroll-loops -ffast-math -g -I. Src/ImageStitching.cpp
  7. g++ -c -o Bin/Linux/AdaptiveTreeVisualization.o -fopenmp -Wno-deprecated -std=c++17 -pthread -Wno-invalid-offsetof -O3 -DRELEASE -funroll-loops -ffast-math -g -I. Src/AdaptiveTreeVisualization.cpp
  8. gcc   Bin/Linux/ChunkPLY.o   -o Bin/Linux/ChunkPLY
  9. g++ -pthread -o Bin/Linux/ReconExample Bin/Linux/Reconstruction.example.o -LBin/Linux/ -lgomp -lstdc++ -lpthread -O3 -g -lz -lpng -ljpeg
  10. /usr/bin/ld: Bin/Linux/ChunkPLY.o: warning: relocation against `_ZTVSt9basic_iosIcSt11char_traitsIcEE' in read-only section `.text._ZN12MKExceptions8ErrorOutIJjPKcjEEEvS2_iS2_S2_DpT_[_ZN12MKExceptions8ErrorOutIJjPKcjEEEvS2_iS2_S2_DpT_]'
  11. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  12. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  13. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  14. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  15. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  16. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  17. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  18. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  19. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  20. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  21. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  22. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  23. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  24. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  25. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  26. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  27. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  28. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  29. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  30. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  31. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  32. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  33. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  34. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> >::_M_check_len(unsigned long, char const*) const':
  35. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  36. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  37. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  38. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  39. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  40. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  41. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  42. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  43. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  44. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  45. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  46. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  47. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  48. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  49. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/bits/basic_string.h:6536: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  50. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `operator<<(std::ostream&, PlyProperty)':
  51. ....../PoissonRecon/Src/PlyFile.h:167: undefined reference to `std::ostream::operator<<(int)'
  52. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  53. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  54. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  55. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  56. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  57. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  58. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  59. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  60. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/bits/basic_string.h:6250: more undefined references to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const' follow
  61. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  62. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  63. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  64. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  65. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  66. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  67. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  68. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  69. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  70. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  71. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  72. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/bits/basic_string.h:6250: more undefined references to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const' follow
  73. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  74. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  75. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  76. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  77. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  78. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `long long __gnu_cxx::__stoa<long long, long long, char, int>(long long (*)(char const*, char**, int), char const*, char const*, unsigned long*, int)':
  79. /usr/include/c++/11/ext/string_conversions.h:86: undefined reference to `std::__throw_out_of_range(char const*)'
  80. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `unsigned long long __gnu_cxx::__stoa<unsigned long long, unsigned long long, char, int>(unsigned long long (*)(char const*, char**, int), char const*, char const*, unsigned long*, int)':
  81. /usr/include/c++/11/ext/string_conversions.h:83: undefined reference to `std::__throw_invalid_argument(char const*)'
  82. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `long long __gnu_cxx::__stoa<long long, long long, char, int>(long long (*)(char const*, char**, int), char const*, char const*, unsigned long*, int)':
  83. /usr/include/c++/11/ext/string_conversions.h:83: undefined reference to `std::__throw_invalid_argument(char const*)'
  84. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `unsigned long long __gnu_cxx::__stoa<unsigned long long, unsigned long long, char, int>(unsigned long long (*)(char const*, char**, int), char const*, char const*, unsigned long*, int)':
  85. /usr/include/c++/11/ext/string_conversions.h:86: undefined reference to `std::__throw_out_of_range(char const*)'
  86. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `PlyFile::_Write(_IO_FILE*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, int)':
  87. ....../PoissonRecon/Src/PlyFile.inl:186: undefined reference to `operator new(unsigned long)'
  88. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  89. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  90. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*)':
  91. /usr/include/c++/11/bits/basic_string.h:1260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)'
  92. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  93. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  94. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  95. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  96. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  97. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  98. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_check_length(unsigned long, unsigned long, char const*) const':
  99. /usr/include/c++/11/bits/basic_string.h:331: undefined reference to `std::__throw_length_error(char const*)'
  100. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  101. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  102. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  103. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  104. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  105. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  106. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  107. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  108. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  109. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  110. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  111. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  112. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  113. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  114. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  115. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  116. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  117. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  118. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  119. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  120. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  121. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  122. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  123. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  124. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  125. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  126. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  127. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  128. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  129. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  130. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  131. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  132. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::allocate(unsigned long, void const*)':
  133. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  134. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  135. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  136. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyProperty, std::allocator<PlyProperty> >::reserve(unsigned long)':
  137. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  138. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  139. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  140. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  141. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  142. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  143. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  144. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  145. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  146. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  147. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  148. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  149. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  150. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> >::_M_check_len(unsigned long, char const*) const':
  151. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  152. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> >::reserve(unsigned long)':
  153. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  154. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  155. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  156. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  157. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  158. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  159. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  160. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  161. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  162. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  163. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  164. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  165. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  166. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  167. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  168. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  169. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  170. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  171. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  172. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  173. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  174. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  175. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  176. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  177. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  178. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  179. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  180. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  181. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  182. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  183. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  184. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  185. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  186. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  187. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  188. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  189. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  190. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  191. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  192. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  193. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  194. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<OtherData>::deallocate(OtherData*, unsigned long)':
  195. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  196. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  197. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  198. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `PlyFile::get_other_element(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long)':
  199. ....../PoissonRecon/Src/PlyFile.inl:885: undefined reference to `operator new(unsigned long)'
  200. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  201. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  202. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  203. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  204. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_check(unsigned long, char const*) const':
  205. /usr/include/c++/11/bits/basic_string.h:321: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
  206. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  207. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  208. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  209. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  210. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_check(unsigned long, char const*) const':
  211. /usr/include/c++/11/bits/basic_string.h:321: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
  212. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  213. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  214. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  215. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  216. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  217. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  218. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  219. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  220. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  221. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  222. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  223. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  224. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  225. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  226. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  227. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  228. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  229. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  230. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  231. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  232. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  233. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyElement>::allocate(unsigned long, void const*)':
  234. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  235. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyElement>::deallocate(PlyElement*, unsigned long)':
  236. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  237. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  238. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  239. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  240. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  241. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  242. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  243. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  244. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyElement, std::allocator<PlyElement> >::reserve(unsigned long)':
  245. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  246. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  247. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  248. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  249. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  250. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  251. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  252. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  253. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  254. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  255. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  256. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  257. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  258. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  259. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  260. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  261. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `unsigned long long __gnu_cxx::__stoa<unsigned long long, unsigned long long, char, int>(unsigned long long (*)(char const*, char**, int), char const*, char const*, unsigned long*, int)':
  262. /usr/include/c++/11/ext/string_conversions.h:86: undefined reference to `std::__throw_out_of_range(char const*)'
  263. /usr/bin/ld: /usr/include/c++/11/ext/string_conversions.h:83: undefined reference to `std::__throw_invalid_argument(char const*)'
  264. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `PlyFile::_Read(_IO_FILE*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  265. ....../PoissonRecon/Src/PlyFile.inl:538: undefined reference to `operator new(unsigned long)'
  266. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  267. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  268. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  269. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  270. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  271. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  272. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  273. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  274. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  275. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  276. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  277. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  278. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  279. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  280. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  281. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  282. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  283. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  284. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  285. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  286. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  287. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  288. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  289. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  290. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  291. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  292. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  293. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  294. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*)':
  295. /usr/include/c++/11/bits/basic_string.h:1260: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)'
  296. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  297. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  298. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  299. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  300. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  301. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  302. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_check_length(unsigned long, unsigned long, char const*) const':
  303. /usr/include/c++/11/bits/basic_string.h:331: undefined reference to `std::__throw_length_error(char const*)'
  304. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  305. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  306. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `GetFileExtension(char const*)':
  307. ....../PoissonRecon/Src/CmdLineParser.inl:195: undefined reference to `operator new[](unsigned long)'
  308. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:201: undefined reference to `operator delete[](void*)'
  309. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:202: undefined reference to `operator new[](unsigned long)'
  310. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:207: undefined reference to `operator delete[](void*)'
  311. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WritePoints<VertexFactory::EmptyFactory<float> >(char const*, int, VertexFactory::EmptyFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  312. ....../PoissonRecon/Src/ChunkPLY.cpp:145: undefined reference to `operator new(unsigned long)'
  313. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:144: undefined reference to `operator new(unsigned long)'
  314. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:143: undefined reference to `operator new(unsigned long)'
  315. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WriteMesh<VertexFactory::EmptyFactory<float> >(char const*, int, VertexFactory::EmptyFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> > const&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  316. ....../PoissonRecon/Src/ChunkPLY.cpp:162: undefined reference to `operator delete[](void*)'
  317. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  318. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  319. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned int>::deallocate(unsigned int*, unsigned long)':
  320. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  321. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<unsigned int, std::allocator<unsigned int> > >::deallocate(std::vector<unsigned int, std::allocator<unsigned int> >*, unsigned long)':
  322. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  323. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  324. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  325. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<int, std::allocator<int> > >::allocate(unsigned long, void const*)':
  326. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  327. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<unsigned int, std::allocator<unsigned int> > >::allocate(unsigned long, void const*)':
  328. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  329. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<unsigned int, std::allocator<unsigned int> >, std::allocator<std::vector<unsigned int, std::allocator<unsigned int> > > >::_M_check_len(unsigned long, char const*) const':
  330. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  331. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::_M_check_len(unsigned long, char const*) const':
  332. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  333. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::Timer()':
  334. ....../PoissonRecon/Src/MyMiscellany.h:90: undefined reference to `std::chrono::_V2::system_clock::now()'
  335. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `GetFileExtension(char const*)':
  336. ....../PoissonRecon/Src/CmdLineParser.inl:195: undefined reference to `operator new[](unsigned long)'
  337. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:201: undefined reference to `operator delete[](void*)'
  338. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:202: undefined reference to `operator new[](unsigned long)'
  339. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:207: undefined reference to `operator delete[](void*)'
  340. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::EmptyFactory<float> >(char* const*, unsigned int, VertexFactory::EmptyFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  341. ....../PoissonRecon/Src/ChunkPLY.cpp:103: undefined reference to `operator new(unsigned long)'
  342. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  343. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  344. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::EmptyFactory<float> >(char* const*, unsigned int, VertexFactory::EmptyFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  345. ....../PoissonRecon/Src/ChunkPLY.cpp:117: undefined reference to `operator delete[](void*)'
  346. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::deallocate(long long*, unsigned long)':
  347. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  348. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  349. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  350. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  351. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  352. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::wallTime() const':
  353. ....../PoissonRecon/Src/MyMiscellany.h:92: undefined reference to `std::chrono::_V2::system_clock::now()'
  354. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::Timer()':
  355. ....../PoissonRecon/Src/MyMiscellany.h:90: undefined reference to `std::chrono::_V2::system_clock::now()'
  356. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::wallTime() const':
  357. ....../PoissonRecon/Src/MyMiscellany.h:92: undefined reference to `std::chrono::_V2::system_clock::now()'
  358. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  359. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  360. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  361. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  362. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  363. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::EmptyFactory<float> >(char* const*, unsigned int, VertexFactory::EmptyFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  364. ....../PoissonRecon/Src/ChunkPLY.cpp:104: undefined reference to `operator new(unsigned long)'
  365. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  366. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  367. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  368. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  369. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  370. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  371. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  372. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  373. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  374. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  375. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::ReadPolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >, long long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, bool*)':
  376. ....../PoissonRecon/Src/Ply.inl:255: undefined reference to `operator delete(void*, unsigned long)'
  377. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  378. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  379. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  380. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  381. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  382. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  383. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::floor(float)':
  384. /usr/include/c++/11/cmath:261: undefined reference to `floorf'
  385. /usr/bin/ld: /usr/include/c++/11/cmath:261: undefined reference to `floorf'
  386. /usr/bin/ld: /usr/include/c++/11/cmath:261: undefined reference to `floorf'
  387. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ceil(float)':
  388. /usr/include/c++/11/cmath:166: undefined reference to `ceilf'
  389. /usr/bin/ld: /usr/include/c++/11/cmath:166: undefined reference to `ceilf'
  390. /usr/bin/ld: /usr/include/c++/11/cmath:166: undefined reference to `ceilf'
  391. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::Timer()':
  392. ....../PoissonRecon/Src/MyMiscellany.h:90: undefined reference to `std::chrono::_V2::system_clock::now()'
  393. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::floor(float)':
  394. /usr/include/c++/11/cmath:261: undefined reference to `floorf'
  395. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ceil(float)':
  396. /usr/include/c++/11/cmath:166: undefined reference to `ceilf'
  397. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::floor(float)':
  398. /usr/include/c++/11/cmath:261: undefined reference to `floorf'
  399. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ceil(float)':
  400. /usr/include/c++/11/cmath:166: undefined reference to `ceilf'
  401. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::floor(float)':
  402. /usr/include/c++/11/cmath:261: undefined reference to `floorf'
  403. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ceil(float)':
  404. /usr/include/c++/11/cmath:166: undefined reference to `ceilf'
  405. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned long>::deallocate(unsigned long*, unsigned long)':
  406. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  407. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::floor(float)':
  408. /usr/include/c++/11/cmath:261: undefined reference to `floorf'
  409. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ceil(float)':
  410. /usr/include/c++/11/cmath:166: undefined reference to `ceilf'
  411. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  412. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  413. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  414. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  415. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  416. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::Timer()':
  417. ....../PoissonRecon/Src/MyMiscellany.h:90: undefined reference to `std::chrono::_V2::system_clock::now()'
  418. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::wallTime() const':
  419. ....../PoissonRecon/Src/MyMiscellany.h:92: undefined reference to `std::chrono::_V2::system_clock::now()'
  420. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  421. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  422. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > > >::allocate(unsigned long, void const*)':
  423. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  424. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::Timer()':
  425. ....../PoissonRecon/Src/MyMiscellany.h:90: undefined reference to `std::chrono::_V2::system_clock::now()'
  426. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned long>::deallocate(unsigned long*, unsigned long)':
  427. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  428. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::wallTime() const':
  429. ....../PoissonRecon/Src/MyMiscellany.h:92: undefined reference to `std::chrono::_V2::system_clock::now()'
  430. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const':
  431. /usr/include/c++/11/sstream:1137: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const'
  432. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  433. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  434. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  435. ....../PoissonRecon/Src/ChunkPLY.cpp:523: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  436. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:504: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  437. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:507: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
  438. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  439. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  440. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  441. ....../PoissonRecon/Src/ChunkPLY.cpp:507: undefined reference to `std::ostream::operator<<(int)'
  442. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  443. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  444. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  445. ....../PoissonRecon/Src/ChunkPLY.cpp:507: undefined reference to `std::ostream::operator<<(int)'
  446. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  447. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  448. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  449. ....../PoissonRecon/Src/ChunkPLY.cpp:507: undefined reference to `std::ostream::operator<<(int)'
  450. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:507: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
  451. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const':
  452. /usr/include/c++/11/sstream:1137: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const'
  453. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  454. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  455. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  456. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  457. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::wallTime() const':
  458. ....../PoissonRecon/Src/MyMiscellany.h:92: undefined reference to `std::chrono::_V2::system_clock::now()'
  459. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const':
  460. /usr/include/c++/11/sstream:1137: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const'
  461. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  462. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  463. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  464. ....../PoissonRecon/Src/ChunkPLY.cpp:464: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  465. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  466. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  467. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  468. ....../PoissonRecon/Src/ChunkPLY.cpp:443: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  469. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:447: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
  470. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  471. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  472. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  473. ....../PoissonRecon/Src/ChunkPLY.cpp:447: undefined reference to `std::ostream::operator<<(int)'
  474. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  475. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  476. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  477. ....../PoissonRecon/Src/ChunkPLY.cpp:447: undefined reference to `std::ostream::operator<<(int)'
  478. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  479. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  480. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  481. ....../PoissonRecon/Src/ChunkPLY.cpp:447: undefined reference to `std::ostream::operator<<(int)'
  482. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:447: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)'
  483. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const':
  484. /usr/include/c++/11/sstream:1137: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const'
  485. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  486. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  487. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > >, std::allocator<std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > > > >::_S_check_init_len(unsigned long, std::allocator<std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > > > const&)':
  488. /usr/include/c++/11/bits/stl_vector.h:1770: undefined reference to `std::__throw_length_error(char const*)'
  489. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  490. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  491. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  492. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  493. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  494. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  495. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  496. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  497. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  498. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WritePoints<VertexFactory::EmptyFactory<float> >(char const*, int, VertexFactory::EmptyFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  499. ....../PoissonRecon/Src/ChunkPLY.cpp:149: undefined reference to `operator delete[](void*)'
  500. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `cmdLineReadable::~cmdLineReadable()':
  501. ....../PoissonRecon/Src/CmdLineParser.inl:80: undefined reference to `operator delete(void*, unsigned long)'
  502. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `cmdLineParameterArray<float, 6>::~cmdLineParameterArray()':
  503. ....../PoissonRecon/Src/CmdLineParser.inl:115: undefined reference to `operator delete(void*, unsigned long)'
  504. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `cmdLineParameter<float>::~cmdLineParameter()':
  505. ....../PoissonRecon/Src/CmdLineParser.inl:87: undefined reference to `operator delete(void*, unsigned long)'
  506. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `cmdLineParameters<char*>::~cmdLineParameters()':
  507. ....../PoissonRecon/Src/CmdLineParser.inl:145: undefined reference to `operator delete[](void*)'
  508. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `ASCIIInputDataStream<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > >::~ASCIIInputDataStream()':
  509. ....../PoissonRecon/Src/DataStream.imp.inl:44: undefined reference to `operator delete(void*, unsigned long)'
  510. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `BinaryInputDataStream<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > >::~BinaryInputDataStream()':
  511. ....../PoissonRecon/Src/DataStream.imp.h:218: undefined reference to `operator delete(void*, unsigned long)'
  512. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `ASCIIOutputDataStream<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > >::~ASCIIOutputDataStream()':
  513. ....../PoissonRecon/Src/DataStream.imp.inl:67: undefined reference to `operator delete(void*, unsigned long)'
  514. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `BinaryOutputDataStream<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > >::~BinaryOutputDataStream()':
  515. ....../PoissonRecon/Src/DataStream.imp.h:234: undefined reference to `operator delete(void*, unsigned long)'
  516. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `ASCIIInputDataStream<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u>, VertexFactory::RGBColorFactory<float> > > >::~ASCIIInputDataStream()':
  517. ....../PoissonRecon/Src/DataStream.imp.inl:44: undefined reference to `operator delete(void*, unsigned long)'
  518. /usr/bin/ld: Bin/Linux/ChunkPLY.o:....../PoissonRecon/Src/DataStream.imp.h:218: more undefined references to `operator delete(void*, unsigned long)' follow
  519. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::thread::~thread()':
  520. /usr/include/c++/11/bits/std_thread.h:152: undefined reference to `std::terminate()'
  521. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::thread>::deallocate(std::thread*, unsigned long)':
  522. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  523. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `cmdLineParameters<char*>::read(char**, int)':
  524. ....../PoissonRecon/Src/CmdLineParser.inl:152: undefined reference to `operator delete[](void*)'
  525. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:159: undefined reference to `operator new[](unsigned long)'
  526. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `float* NewPointer<float>(unsigned long, char const*)':
  527. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  528. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `cmdLineParameter<char*>::~cmdLineParameter()':
  529. ....../PoissonRecon/Src/CmdLineParser.inl:87: undefined reference to `operator delete(void*, unsigned long)'
  530. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `cmdLineParameters<char*>::~cmdLineParameters()':
  531. ....../PoissonRecon/Src/CmdLineParser.inl:145: undefined reference to `operator delete[](void*)'
  532. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `cmdLineParameters<char*>::~cmdLineParameters()':
  533. ....../PoissonRecon/Src/CmdLineParser.inl:148: undefined reference to `operator delete(void*, unsigned long)'
  534. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  535. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  536. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  537. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  538. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::mutex::lock()':
  539. /usr/include/c++/11/bits/std_mutex.h:104: undefined reference to `std::__throw_system_error(int)'
  540. /usr/bin/ld: /usr/include/c++/11/bits/std_mutex.h:104: undefined reference to `std::__throw_system_error(int)'
  541. /usr/bin/ld: /usr/include/c++/11/bits/std_mutex.h:104: undefined reference to `std::__throw_system_error(int)'
  542. /usr/bin/ld: /usr/include/c++/11/bits/std_mutex.h:104: undefined reference to `std::__throw_system_error(int)'
  543. /usr/bin/ld: /usr/include/c++/11/bits/std_mutex.h:104: undefined reference to `std::__throw_system_error(int)'
  544. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/bits/std_mutex.h:104: more undefined references to `std::__throw_system_error(int)' follow
  545. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  546. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  547. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::deallocate(std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*, unsigned long)':
  548. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  549. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  550. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  551. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::deallocate(std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*, unsigned long)':
  552. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  553. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  554. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  555. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  556. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  557. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  558. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  559. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  560. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  561. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  562. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  563. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  564. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  565. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  566. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  567. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  568. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  569. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  570. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  571. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  572. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  573. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  574. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  575. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  576. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  577. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  578. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `PlyStoredProperty* std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*>(__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, __gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*)':
  579. ....../PoissonRecon/Src/VertexFactory.inl:322: undefined reference to `__cxa_end_catch'
  580. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  581. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  582. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  583. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  584. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `PlyStoredProperty* std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*>(__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, __gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*)':
  585. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  586. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  587. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  588. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  589. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  590. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  591. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  592. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `PlyStoredProperty* std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*>(__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, __gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*)':
  593. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  594. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  595. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  596. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  597. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  598. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  599. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WritePoints<VertexFactory::EmptyFactory<float> >(char const*, int, VertexFactory::EmptyFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  600. ....../PoissonRecon/Src/ChunkPLY.cpp:143: undefined reference to `operator delete(void*, unsigned long)'
  601. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:145: undefined reference to `operator delete(void*, unsigned long)'
  602. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  603. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  604. ....../PoissonRecon/Src/ChunkPLY.cpp:464: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  605. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  606. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  607. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  608. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  609. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  610. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  611. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  612. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  613. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  614. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Execute<VertexFactory::EmptyFactory<float> >(VertexFactory::EmptyFactory<float>)':
  615. ....../PoissonRecon/Src/ChunkPLY.cpp:523: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  616. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned long>::deallocate(unsigned long*, unsigned long)':
  617. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  618. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  619. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  620. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::EmptyFactory<float> >(char* const*, unsigned int, VertexFactory::EmptyFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  621. ....../PoissonRecon/Src/ChunkPLY.cpp:104: undefined reference to `operator delete(void*, unsigned long)'
  622. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:103: undefined reference to `operator delete(void*, unsigned long)'
  623. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `main.cold':
  624. ....../PoissonRecon/Src/ChunkPLY.cpp:584: undefined reference to `operator delete(void*, unsigned long)'
  625. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  626. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::mutex::lock()':
  627. /usr/include/c++/11/bits/std_mutex.h:104: undefined reference to `std::__throw_system_error(int)'
  628. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `GetFileExtension(char const*)':
  629. ....../PoissonRecon/Src/CmdLineParser.inl:195: undefined reference to `operator new[](unsigned long)'
  630. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:201: undefined reference to `operator delete[](void*)'
  631. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:202: undefined reference to `operator new[](unsigned long)'
  632. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:207: undefined reference to `operator delete[](void*)'
  633. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  634. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  635. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  636. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  637. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  638. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  639. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<OtherData>::deallocate(OtherData*, unsigned long)':
  640. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  641. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  642. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  643. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  644. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, char*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, char*)':
  645. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  646. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  647. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  648. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  649. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  650. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  651. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  652. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  653. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  654. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, char*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, char*)':
  655. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  656. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  657. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  658. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  659. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  660. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  661. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  662. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  663. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  664. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  665. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  666. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  667. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  668. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  669. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  670. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  671. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  672. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  673. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  674. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  675. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  676. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  677. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  678. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  679. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  680. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  681. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  682. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  683. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  684. /usr/bin/ld: /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  685. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  686. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  687. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  688. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  689. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  690. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  691. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  692. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  693. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  694. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  695. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  696. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  697. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  698. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  699. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  700. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  701. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  702. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  703. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  704. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, char*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, char*)':
  705. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  706. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  707. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  708. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  709. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  710. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  711. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  712. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, int)':
  713. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  714. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  715. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  716. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  717. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  718. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  719. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  720. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  721. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  722. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, int)':
  723. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  724. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  725. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  726. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  727. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  728. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  729. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  730. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  731. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void MKExceptions::_AddToMessageStream<int>(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >&, int)':
  732. ....../PoissonRecon/Src/MyMiscellany.h:153: undefined reference to `std::ostream::operator<<(int)'
  733. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  734. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  735. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  736. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  737. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  738. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  739. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  740. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  741. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  742. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  743. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  744. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  745. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  746. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  747. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  748. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  749. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  750. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  751. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  752. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  753. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  754. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  755. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  756. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  757. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  758. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  759. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  760. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  761. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  762. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  763. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  764. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  765. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  766. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  767. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  768. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  769. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  770. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  771. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  772. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  773. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  774. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  775. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  776. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  777. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, int)':
  778. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  779. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  780. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  781. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  782. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  783. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  784. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  785. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  786. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, VertexFactory::TypeOnDisk>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, VertexFactory::TypeOnDisk)':
  787. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  788. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  789. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  790. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  791. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  792. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  793. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  794. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  795. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  796. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, VertexFactory::TypeOnDisk>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, VertexFactory::TypeOnDisk)':
  797. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  798. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  799. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  800. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  801. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  802. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  803. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  804. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  805. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void MKExceptions::_AddToMessageStream<VertexFactory::TypeOnDisk>(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >&, VertexFactory::TypeOnDisk)':
  806. ....../PoissonRecon/Src/MyMiscellany.h:153: undefined reference to `std::ostream::operator<<(int)'
  807. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  808. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  809. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  810. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  811. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  812. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  813. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  814. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  815. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  816. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  817. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  818. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  819. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  820. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  821. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  822. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  823. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  824. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  825. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  826. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  827. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  828. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  829. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  830. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  831. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  832. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  833. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  834. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  835. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  836. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  837. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  838. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  839. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  840. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  841. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  842. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  843. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  844. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  845. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  846. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  847. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  848. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  849. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  850. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  851. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, VertexFactory::TypeOnDisk>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, VertexFactory::TypeOnDisk)':
  852. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  853. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  854. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  855. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  856. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  857. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  858. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  859. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  860. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::allocate(unsigned long, void const*)':
  861. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  862. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  863. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  864. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  865. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::allocate(unsigned long, void const*)':
  866. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  867. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  868. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  869. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::allocate(unsigned long, void const*)':
  870. /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  871. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  872. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  873. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>* std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> const*, std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> > > >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*>(__gnu_cxx::__normal_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> const*, std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> > > >, __gnu_cxx::__normal_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> const*, std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> > > >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*)':
  874. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  875. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  876. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  877. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>* std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> const*, std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> > > >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*>(__gnu_cxx::__normal_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> const*, std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> > > >, __gnu_cxx::__normal_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> const*, std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> > > >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*)':
  878. /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  879. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  880. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::deallocate(std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*, unsigned long)':
  881. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  882. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::basic_ios()':
  883. /usr/include/c++/11/bits/basic_ios.h:462: undefined reference to `std::ios_base::ios_base()'
  884. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::basic_istream()':
  885. /usr/include/c++/11/istream:607: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  886. /usr/bin/ld: /usr/include/c++/11/istream:607: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  887. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::basic_ios()':
  888. /usr/include/c++/11/bits/basic_ios.h:462: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  889. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::basic_istream()':
  890. /usr/include/c++/11/istream:608: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  891. /usr/bin/ld: /usr/include/c++/11/istream:608: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)'
  892. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::basic_ostream()':
  893. /usr/include/c++/11/ostream:398: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  894. /usr/bin/ld: /usr/include/c++/11/ostream:398: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  895. /usr/bin/ld: /usr/include/c++/11/ostream:398: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)'
  896. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::basic_iostream()':
  897. /usr/include/c++/11/istream:926: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  898. /usr/bin/ld: /usr/include/c++/11/istream:926: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  899. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()':
  900. /usr/include/c++/11/sstream:1013: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  901. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::basic_streambuf()':
  902. /usr/include/c++/11/streambuf:471: undefined reference to `std::locale::locale()'
  903. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::basic_stringbuf(std::_Ios_Openmode)':
  904. /usr/include/c++/11/sstream:127: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  905. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()':
  906. /usr/include/c++/11/sstream:1014: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)'
  907. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  908. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  909. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  910. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  911. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  912. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  913. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  914. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  915. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)':
  916. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  917. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  918. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  919. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  920. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  921. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  922. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  923. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  924. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  925. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  926. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  927. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  928. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  929. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  930. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  931. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  932. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  933. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  934. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  935. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  936. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  937. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  938. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  939. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  940. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  941. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  942. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  943. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  944. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  945. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  946. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  947. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  948. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  949. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  950. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  951. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  952. /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  953. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  954. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  955. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  956. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  957. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  958. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  959. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  960. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  961. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  962. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  963. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/istream:104: more undefined references to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >' follow
  964. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  965. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  966. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  967. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  968. /usr/bin/ld: /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  969. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  970. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  971. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  972. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  973. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  974. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  975. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  976. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  977. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  978. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  979. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  980. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  981. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)':
  982. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  983. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  984. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  985. /usr/bin/ld: /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  986. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  987. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  988. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  989. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::~basic_stringbuf()':
  990. /usr/include/c++/11/sstream:72: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  991. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  992. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  993. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  994. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  995. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  996. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  997. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  998. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  999. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1000. /usr/bin/ld: /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1001. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1002. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1003. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1004. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  1005. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1006. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1007. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1008. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1009. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1010. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1011. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1012. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  1013. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1014. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  1015. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1016. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1017. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1018. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1019. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1020. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1021. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1022. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1023. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1024. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1025. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  1026. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1027. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  1028. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1029. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  1030. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1031. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  1032. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1033. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1034. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1035. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1036. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1037. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1038. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyElement>::deallocate(PlyElement*, unsigned long)':
  1039. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1040. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyElement>::allocate(unsigned long, void const*)':
  1041. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1042. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyElement, std::allocator<PlyElement> >::_M_check_len(unsigned long, char const*) const':
  1043. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1044. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  1045. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1046. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  1047. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1048. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> >::_M_check_len(unsigned long, char const*) const':
  1049. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1050. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  1051. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1052. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  1053. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1054. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_check_len(unsigned long, char const*) const':
  1055. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1056. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  1057. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1058. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::allocate(unsigned long, void const*)':
  1059. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1060. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyProperty, std::allocator<PlyProperty> >::_M_check_len(unsigned long, char const*) const':
  1061. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1062. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  1063. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1064. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::allocate(unsigned long, void const*)':
  1065. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1066. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyProperty, std::allocator<PlyProperty> >::_M_check_len(unsigned long, char const*) const':
  1067. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1068. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<PlyProperty, std::allocator<PlyProperty> >::_M_realloc_insert<PlyProperty const&>(__gnu_cxx::__normal_iterator<PlyProperty*, std::vector<PlyProperty, std::allocator<PlyProperty> > >, PlyProperty const&)':
  1069. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
  1070. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  1071. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1072. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<PlyProperty, std::allocator<PlyProperty> >::_M_realloc_insert<PlyProperty const&>(__gnu_cxx::__normal_iterator<PlyProperty*, std::vector<PlyProperty, std::allocator<PlyProperty> > >, PlyProperty const&)':
  1073. /usr/include/c++/11/bits/vector.tcc:493: undefined reference to `__cxa_rethrow'
  1074. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1075. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1076. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<PlyProperty, std::allocator<PlyProperty> >::_M_realloc_insert<PlyProperty const&>(__gnu_cxx::__normal_iterator<PlyProperty*, std::vector<PlyProperty, std::allocator<PlyProperty> > >, PlyProperty const&)':
  1077. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_end_catch'
  1078. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<OtherData>::deallocate(OtherData*, unsigned long)':
  1079. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1080. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1081. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1082. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<OtherElem>::deallocate(OtherElem*, unsigned long)':
  1083. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1084. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<OtherElem>::allocate(unsigned long, void const*)':
  1085. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1086. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<OtherElem, std::allocator<OtherElem> >::_M_check_len(unsigned long, char const*) const':
  1087. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1088. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<OtherData>::deallocate(OtherData*, unsigned long)':
  1089. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1090. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<OtherData>::allocate(unsigned long, void const*)':
  1091. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1092. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<OtherData, std::allocator<OtherData> >::_M_check_len(unsigned long, char const*) const':
  1093. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1094. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
  1095. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  1096. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1097. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1098. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1099. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1100. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1101. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1102. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1103. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1104. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
  1105. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  1106. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1107. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1108. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1109. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1110. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1111. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1112. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1113. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1114. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1115. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1116. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1117. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1118. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  1119. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1120. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1121. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1122. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  1123. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  1124. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  1125. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  1126. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1127. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1128. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1129. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1130. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  1131. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  1132. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  1133. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1134. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1135. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1136. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1137. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1138. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  1139. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  1140. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1141. /usr/bin/ld: /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1142. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1143. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1144. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1145. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1146. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1147. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  1148. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  1149. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1150. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  1151. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  1152. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1153. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  1154. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1155. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1156. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1157. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  1158. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1159. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1160. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1161. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
  1162. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  1163. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1164. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1165. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1166. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::deallocate(long long*, unsigned long)':
  1167. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1168. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  1169. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1170. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::allocate(unsigned long, void const*)':
  1171. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1172. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  1173. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1174. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >::reserve(unsigned long)':
  1175. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1176. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::allocate(unsigned long, void const*)':
  1177. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1178. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  1179. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1180. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > >::reserve(unsigned long)':
  1181. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1182. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > >::allocate(unsigned long, void const*)':
  1183. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1184. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >, std::allocator<std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > > >::_S_check_init_len(unsigned long, std::allocator<std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > > const&)':
  1185. /usr/include/c++/11/bits/stl_vector.h:1770: undefined reference to `std::__throw_length_error(char const*)'
  1186. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::deallocate(long long*, unsigned long)':
  1187. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1188. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  1189. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1190. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > >::deallocate(std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >*, unsigned long)':
  1191. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1192. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned long>::allocate(unsigned long, void const*)':
  1193. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1194. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<unsigned long, std::allocator<unsigned long> >::_S_check_init_len(unsigned long, std::allocator<unsigned long> const&)':
  1195. /usr/include/c++/11/bits/stl_vector.h:1770: undefined reference to `std::__throw_length_error(char const*)'
  1196. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  1197. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1198. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > > >::deallocate(std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > >*, unsigned long)':
  1199. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1200. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Point<float>::~Point()':
  1201. ....../PoissonRecon/Src/Geometry.h:210: undefined reference to `operator delete[](void*)'
  1202. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, unsigned long)':
  1203. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1204. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > >::allocate(unsigned long, void const*)':
  1205. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1206. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Point<float>::~Point()':
  1207. ....../PoissonRecon/Src/Geometry.h:210: undefined reference to `operator delete[](void*)'
  1208. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, unsigned long)':
  1209. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1210. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `float* NewPointer<float>(unsigned long, char const*)':
  1211. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1212. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1213. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1214. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1215. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1216. /usr/bin/ld: Bin/Linux/ChunkPLY.o:....../PoissonRecon/Src/Array.h:101: more undefined references to `operator new[](unsigned long)' follow
  1217. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::reserve(unsigned long)':
  1218. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1219. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::__uninitialized_copy<false>::__uninit_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*>(VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*)':
  1220. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  1221. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Point<float>::~Point()':
  1222. ....../PoissonRecon/Src/Geometry.h:210: undefined reference to `operator delete[](void*)'
  1223. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::__uninitialized_copy<false>::__uninit_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*>(VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*)':
  1224. /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  1225. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  1226. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::_M_allocate_and_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*>(unsigned long, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*)':
  1227. /usr/include/c++/11/bits/stl_vector.h:1518: undefined reference to `__cxa_begin_catch'
  1228. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, unsigned long)':
  1229. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1230. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::_M_allocate_and_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*>(unsigned long, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*)':
  1231. /usr/include/c++/11/bits/stl_vector.h:1521: undefined reference to `__cxa_rethrow'
  1232. /usr/bin/ld: /usr/include/c++/11/bits/stl_vector.h:1518: undefined reference to `__cxa_end_catch'
  1233. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  1234. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1235. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > >*, unsigned long)':
  1236. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1237. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > > >::reserve(unsigned long)':
  1238. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1239. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  1240. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1241. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  1242. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1243. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > > >::reserve(unsigned long)':
  1244. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1245. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  1246. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1247. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > > > >::deallocate(std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > > >*, unsigned long)':
  1248. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1249. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, float> >::allocate(unsigned long, void const*)':
  1250. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1251. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, float> >::deallocate(VectorTypeUnion<float, Point<float, 3u>, float>*, unsigned long)':
  1252. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1253. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, float>, std::allocator<VectorTypeUnion<float, Point<float, 3u>, float> > >::reserve(unsigned long)':
  1254. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1255. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  1256. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1257. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >*, unsigned long)':
  1258. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1259. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > > >::reserve(unsigned long)':
  1260. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1261. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::allocate(unsigned long, void const*)':
  1262. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1263. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >*, unsigned long)':
  1264. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1265. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::reserve(unsigned long)':
  1266. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1267. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >*, unsigned long)':
  1268. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1269. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > > >::deallocate(std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >*, unsigned long)':
  1270. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1271. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1272. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1273. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1274. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1275. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1276. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1277. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1278. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1279. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  1280. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  1281. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  1282. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1283. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1284. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)':
  1285. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  1286. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1287. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1288. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1289. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1290. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1291. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1292. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1293. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1294. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)':
  1295. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  1296. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1297. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1298. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1299. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1300. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1301. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1302. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1303. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1304. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1305. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1306. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1307. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1308. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  1309. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1310. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1311. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1312. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1313. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1314. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1315. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1316. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1317. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1318. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1319. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  1320. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1321. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1322. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  1323. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  1324. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  1325. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  1326. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1327. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1328. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1329. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1330. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  1331. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  1332. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  1333. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  1334. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1335. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1336. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1337. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1338. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  1339. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1340. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1341. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  1342. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1343. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1344. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1345. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1346. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1347. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1348. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  1349. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  1350. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1351. /usr/bin/ld: /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1352. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1353. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  1354. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1355. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1356. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1357. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  1358. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1359. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1360. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1361. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1362. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)':
  1363. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  1364. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1365. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1366. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1367. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1368. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1369. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1370. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1371. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1372. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1373. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1374. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  1375. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  1376. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1377. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1378. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1379. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1380. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)':
  1381. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  1382. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1383. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1384. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1385. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1386. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1387. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1388. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1389. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1390. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)':
  1391. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  1392. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1393. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1394. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1395. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1396. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1397. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1398. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1399. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1400. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1401. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1402. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1403. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1404. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  1405. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1406. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1407. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1408. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1409. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1410. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1411. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1412. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1413. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1414. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1415. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  1416. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1417. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1418. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1419. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  1420. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  1421. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  1422. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  1423. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1424. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1425. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1426. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1427. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  1428. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  1429. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  1430. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1431. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1432. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1433. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1434. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1435. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  1436. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  1437. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1438. /usr/bin/ld: /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1439. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1440. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1441. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1442. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1443. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1444. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  1445. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  1446. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1447. /usr/bin/ld: /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1448. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1449. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  1450. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1451. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1452. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1453. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  1454. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1455. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1456. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1457. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1458. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*)':
  1459. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  1460. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1461. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1462. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1463. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  1464. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1465. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  1466. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1467. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_check_len(unsigned long, char const*) const':
  1468. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1469. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::deallocate(std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*, unsigned long)':
  1470. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1471. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::allocate(unsigned long, void const*)':
  1472. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1473. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> > >::_M_check_len(unsigned long, char const*) const':
  1474. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1475. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1476. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1477. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1478. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1479. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1480. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  1481. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1482. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  1483. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1484. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::allocate(unsigned long, void const*)':
  1485. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1486. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  1487. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  1488. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  1489. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >::_M_check_len(unsigned long, char const*) const':
  1490. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1491. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >::_M_realloc_insert<std::vector<long long, std::allocator<long long> > const&>(__gnu_cxx::__normal_iterator<std::vector<long long, std::allocator<long long> >*, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > >, std::vector<long long, std::allocator<long long> > const&)':
  1492. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
  1493. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  1494. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1495. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >::_M_realloc_insert<std::vector<long long, std::allocator<long long> > const&>(__gnu_cxx::__normal_iterator<std::vector<long long, std::allocator<long long> >*, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > >, std::vector<long long, std::allocator<long long> > const&)':
  1496. /usr/include/c++/11/bits/vector.tcc:493: undefined reference to `__cxa_rethrow'
  1497. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::deallocate(long long*, unsigned long)':
  1498. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1499. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >::_M_realloc_insert<std::vector<long long, std::allocator<long long> > const&>(__gnu_cxx::__normal_iterator<std::vector<long long, std::allocator<long long> >*, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > >, std::vector<long long, std::allocator<long long> > const&)':
  1500. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_end_catch'
  1501. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  1502. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1503. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  1504. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  1505. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node<std::pair<long long const, long long>, false> >::deallocate(std::__detail::_Hash_node<std::pair<long long const, long long>, false>*, unsigned long)':
  1506. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1507. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__detail::_Hash_node_base*>::deallocate(std::__detail::_Hash_node_base**, unsigned long)':
  1508. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1509. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned int>::deallocate(unsigned int*, unsigned long)':
  1510. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1511. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<unsigned int, std::allocator<unsigned int> > >::deallocate(std::vector<unsigned int, std::allocator<unsigned int> >*, unsigned long)':
  1512. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1513. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<int>::deallocate(int*, unsigned long)':
  1514. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1515. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  1516. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::allocate(unsigned long, void const*)':
  1517. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1518. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > >::_M_check_len(unsigned long, char const*) const':
  1519. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1520. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, unsigned long, char const*, unsigned long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, unsigned long, char const*, unsigned long)':
  1521. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  1522. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1523. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1524. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1525. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1526. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1527. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1528. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1529. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1530. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, unsigned long, char const*, unsigned long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, unsigned long, char const*, unsigned long)':
  1531. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  1532. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1533. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1534. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1535. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1536. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1537. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1538. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1539. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1540. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1541. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1542. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1543. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1544. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  1545. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1546. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1547. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1548. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1549. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1550. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1551. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1552. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1553. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1554. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1555. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  1556. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ostream::operator<<(unsigned long)':
  1557. /usr/include/c++/11/ostream:171: undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)'
  1558. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1559. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1560. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ostream::operator<<(unsigned long)':
  1561. /usr/include/c++/11/ostream:171: undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)'
  1562. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  1563. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  1564. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  1565. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  1566. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1567. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1568. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1569. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1570. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  1571. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  1572. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  1573. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  1574. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1575. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1576. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1577. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1578. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  1579. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1580. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1581. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  1582. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1583. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1584. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1585. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1586. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1587. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1588. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  1589. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  1590. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1591. /usr/bin/ld: /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1592. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  1593. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  1594. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  1595. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1596. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  1597. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1598. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1599. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1600. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  1601. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1602. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1603. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1604. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1605. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, unsigned long, char const*, unsigned long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, unsigned long, char const*, unsigned long)':
  1606. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  1607. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1608. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  1609. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1610. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1611. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  1612. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  1613. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  1614. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1615. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1616. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1617. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1618. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1619. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  1620. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  1621. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  1622. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1623. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  1624. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  1625. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  1626. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1627. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1628. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1629. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1630. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1631. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1632. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Point<float>::~Point()':
  1633. ....../PoissonRecon/Src/Geometry.h:210: undefined reference to `operator delete[](void*)'
  1634. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, unsigned long)':
  1635. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1636. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `float* NewPointer<float>(unsigned long, char const*)':
  1637. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1638. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1639. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > >::allocate(unsigned long, void const*)':
  1640. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1641. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `float* NewPointer<float>(unsigned long, char const*)':
  1642. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1643. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1644. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1645. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1646. /usr/bin/ld: ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1647. /usr/bin/ld: Bin/Linux/ChunkPLY.o:....../PoissonRecon/Src/Array.h:101: more undefined references to `operator new[](unsigned long)' follow
  1648. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::_M_check_len(unsigned long, char const*) const':
  1649. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1650. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::_M_realloc_insert<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&>(__gnu_cxx::__normal_iterator<VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > > >, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&)':
  1651. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
  1652. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, unsigned long)':
  1653. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1654. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::_M_realloc_insert<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&>(__gnu_cxx::__normal_iterator<VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > > >, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&)':
  1655. /usr/include/c++/11/bits/vector.tcc:493: undefined reference to `__cxa_rethrow'
  1656. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::__uninitialized_copy<false>::__uninit_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*>(VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*)':
  1657. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  1658. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Point<float>::~Point()':
  1659. ....../PoissonRecon/Src/Geometry.h:210: undefined reference to `operator delete[](void*)'
  1660. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::__uninitialized_copy<false>::__uninit_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*>(VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*)':
  1661. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  1662. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Point<float>::~Point()':
  1663. ....../PoissonRecon/Src/Geometry.h:210: undefined reference to `operator delete[](void*)'
  1664. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::__uninitialized_copy<false>::__uninit_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*>(VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*)':
  1665. /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  1666. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  1667. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::_M_realloc_insert<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&>(__gnu_cxx::__normal_iterator<VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > > >, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&)':
  1668. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
  1669. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Point<float>::~Point()':
  1670. ....../PoissonRecon/Src/Geometry.h:210: undefined reference to `operator delete[](void*)'
  1671. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::__uninitialized_copy<false>::__uninit_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*>(VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*)':
  1672. /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  1673. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::_M_realloc_insert<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&>(__gnu_cxx::__normal_iterator<VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > > >, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&)':
  1674. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_end_catch'
  1675. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `VectorTypeUnion<float, Point<float, 3u>, Point<float> >* std::__uninitialized_copy<false>::__uninit_copy<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*>(VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const*, VectorTypeUnion<float, Point<float, 3u>, Point<float> >*)':
  1676. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  1677. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > >::_M_realloc_insert<VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&>(__gnu_cxx::__normal_iterator<VectorTypeUnion<float, Point<float, 3u>, Point<float> >*, std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float> > > > >, VectorTypeUnion<float, Point<float, 3u>, Point<float> > const&)':
  1678. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
  1679. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Point<float>::~Point()':
  1680. ....../PoissonRecon/Src/Geometry.h:210: undefined reference to `operator delete[](void*)'
  1681. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > >*, unsigned long)':
  1682. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1683. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  1684. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1685. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  1686. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1687. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  1688. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1689. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  1690. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1691. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  1692. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1693. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, float> >::deallocate(VectorTypeUnion<float, Point<float, 3u>, float>*, unsigned long)':
  1694. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1695. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, float> >::allocate(unsigned long, void const*)':
  1696. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1697. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, float>, std::allocator<VectorTypeUnion<float, Point<float, 3u>, float> > >::_M_check_len(unsigned long, char const*) const':
  1698. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1699. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >*, unsigned long)':
  1700. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1701. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  1702. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1703. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  1704. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1705. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >*, unsigned long)':
  1706. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1707. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::allocate(unsigned long, void const*)':
  1708. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1709. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::_M_check_len(unsigned long, char const*) const':
  1710. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1711. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1712. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1713. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  1714. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1715. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  1716. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1717. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_check_len(unsigned long, char const*) const':
  1718. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1719. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1720. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
  1721. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  1722. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1723. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1724. /usr/include/c++/11/bits/vector.tcc:493: undefined reference to `__cxa_rethrow'
  1725. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1726. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1727. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1728. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_end_catch'
  1729. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__static_initialization_and_destruction_0(int, int) [clone .constprop.0]':
  1730. /usr/include/c++/11/iostream:74: undefined reference to `std::ios_base::Init::Init()'
  1731. /usr/bin/ld: /usr/include/c++/11/iostream:74: undefined reference to `std::ios_base::Init::~Init()'
  1732. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__static_initialization_and_destruction_0(int, int) [clone .constprop.0]':
  1733. ....../PoissonRecon/Src/MyMiscellany.h:572: undefined reference to `std::condition_variable::condition_variable()'
  1734. /usr/bin/ld: ....../PoissonRecon/Src/MyMiscellany.h:572: undefined reference to `std::condition_variable::~condition_variable()'
  1735. /usr/bin/ld: ....../PoissonRecon/Src/MyMiscellany.h:573: undefined reference to `std::condition_variable::condition_variable()'
  1736. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  1737. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1738. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1739. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1740. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1741. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1742. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__static_initialization_and_destruction_0(int, int) [clone .constprop.0]':
  1743. ....../PoissonRecon/Src/Ply.inl:44: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  1744. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1745. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1746. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1747. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1748. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1749. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1750. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  1751. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1752. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1753. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1754. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1755. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1756. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1757. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::Timer()':
  1758. ....../PoissonRecon/Src/MyMiscellany.h:90: undefined reference to `std::chrono::_V2::system_clock::now()'
  1759. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `GetFileExtension(char const*)':
  1760. ....../PoissonRecon/Src/CmdLineParser.inl:195: undefined reference to `operator new[](unsigned long)'
  1761. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:201: undefined reference to `operator delete[](void*)'
  1762. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:202: undefined reference to `operator new[](unsigned long)'
  1763. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:207: undefined reference to `operator delete[](void*)'
  1764. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `main':
  1765. ....../PoissonRecon/Src/ChunkPLY.cpp:571: undefined reference to `operator delete[](void*)'
  1766. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `Timer::wallTime() const':
  1767. ....../PoissonRecon/Src/MyMiscellany.h:92: undefined reference to `std::chrono::_V2::system_clock::now()'
  1768. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `main':
  1769. ....../PoissonRecon/Src/ChunkPLY.cpp:576: undefined reference to `operator new[](unsigned long)'
  1770. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1771. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1772. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1773. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `int PLY::ReadVertexHeader<VertexFactory::PositionFactory<float, 3u> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::PositionFactory<float, 3u> const&, bool*, std::vector<PlyProperty, std::allocator<PlyProperty> >&, unsigned long&)':
  1774. ....../PoissonRecon/Src/Ply.inl:169: undefined reference to `operator delete(void*, unsigned long)'
  1775. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1776. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1777. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  1778. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1779. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  1780. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1781. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1782. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  1783. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1784. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `main':
  1785. ....../PoissonRecon/Src/ChunkPLY.cpp:584: undefined reference to `operator new(unsigned long)'
  1786. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1787. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1788. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::deallocate(std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*, unsigned long)':
  1789. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1790. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1791. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1792. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  1793. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1794. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `main':
  1795. ....../PoissonRecon/Src/ChunkPLY.cpp:587: undefined reference to `operator delete[](void*)'
  1796. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:590: undefined reference to `operator delete(void*, unsigned long)'
  1797. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:587: undefined reference to `operator delete[](void*)'
  1798. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1799. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1800. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  1801. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1802. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1803. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1804. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  1805. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1806. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1807. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1808. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1809. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyElement>::deallocate(PlyElement*, unsigned long)':
  1810. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1811. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyElement>::allocate(unsigned long, void const*)':
  1812. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1813. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  1814. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  1815. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1816. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1817. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::allocate(unsigned long, void const*)':
  1818. /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  1819. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1820. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1821. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<PlyElement, std::allocator<PlyElement> >::_M_check_len(unsigned long, char const*) const':
  1822. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  1823. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `PlyStoredProperty* std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*>(__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, __gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*)':
  1824. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  1825. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyStoredProperty>::deallocate(PlyStoredProperty*, unsigned long)':
  1826. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1827. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<PlyElement, std::allocator<PlyElement> >::_M_realloc_insert<PlyElement const&>(__gnu_cxx::__normal_iterator<PlyElement*, std::vector<PlyElement, std::allocator<PlyElement> > >, PlyElement const&)':
  1828. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_begin_catch'
  1829. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyElement>::deallocate(PlyElement*, unsigned long)':
  1830. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1831. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<PlyElement, std::allocator<PlyElement> >::_M_realloc_insert<PlyElement const&>(__gnu_cxx::__normal_iterator<PlyElement*, std::vector<PlyElement, std::allocator<PlyElement> > >, PlyElement const&)':
  1832. /usr/include/c++/11/bits/vector.tcc:493: undefined reference to `__cxa_rethrow'
  1833. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `PlyStoredProperty* std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*>(__gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, __gnu_cxx::__normal_iterator<PlyStoredProperty const*, std::vector<PlyStoredProperty, std::allocator<PlyStoredProperty> > >, PlyStoredProperty*)':
  1834. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  1835. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  1836. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1837. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1838. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::vector<PlyElement, std::allocator<PlyElement> >::_M_realloc_insert<PlyElement const&>(__gnu_cxx::__normal_iterator<PlyElement*, std::vector<PlyElement, std::allocator<PlyElement> > >, PlyElement const&)':
  1839. /usr/include/c++/11/bits/vector.tcc:485: undefined reference to `__cxa_end_catch'
  1840. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  1841. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1842. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  1843. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1844. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::reserve(unsigned long)':
  1845. /usr/include/c++/11/bits/vector.tcc:70: undefined reference to `std::__throw_length_error(char const*)'
  1846. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, char const*)':
  1847. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  1848. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1849. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1850. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1851. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1852. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1853. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1854. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1855. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1856. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, char const*)':
  1857. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  1858. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1859. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1860. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1861. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1862. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1863. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1864. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  1865. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  1866. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  1867. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  1868. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1869. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  1870. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1871. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1872. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1873. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  1874. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  1875. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1876. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  1877. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  1878. /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  1879. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1880. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1881. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  1882. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1883. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  1884. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1885. /usr/bin/ld: /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1886. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  1887. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  1888. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/istream:104: more undefined references to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >' follow
  1889. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  1890. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  1891. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1892. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  1893. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1894. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1895. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1896. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1897. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1898. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1899. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  1900. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  1901. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  1902. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  1903. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  1904. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  1905. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1906. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  1907. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1908. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1909. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, char const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, char const*)':
  1910. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  1911. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1912. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1913. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1914. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1915. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1916. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  1917. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1918. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1919. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1920. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1921. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1922. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1923. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1924. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  1925. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  1926. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1927. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1928. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1929. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1930. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1931. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1932. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1933. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1934. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  1935. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  1936. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  1937. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1938. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1939. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1940. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  1941. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  1942. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  1943. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `GetFileExtension(char const*)':
  1944. ....../PoissonRecon/Src/CmdLineParser.inl:195: undefined reference to `operator new[](unsigned long)'
  1945. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:201: undefined reference to `operator delete[](void*)'
  1946. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:202: undefined reference to `operator new[](unsigned long)'
  1947. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:207: undefined reference to `operator delete[](void*)'
  1948. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WritePoints<VertexFactory::RGBColorFactory<float> >(char const*, int, VertexFactory::RGBColorFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >::VertexType> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  1949. ....../PoissonRecon/Src/ChunkPLY.cpp:145: undefined reference to `operator new(unsigned long)'
  1950. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:144: undefined reference to `operator new(unsigned long)'
  1951. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:143: undefined reference to `operator new(unsigned long)'
  1952. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:143: undefined reference to `operator delete(void*, unsigned long)'
  1953. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:145: undefined reference to `operator delete(void*, unsigned long)'
  1954. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:149: undefined reference to `operator delete[](void*)'
  1955. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  1956. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1957. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1958. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1959. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1960. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1961. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1962. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1963. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  1964. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  1965. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  1966. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  1967. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  1968. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  1969. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1970. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1971. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1972. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1973. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  1974. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  1975. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  1976. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1977. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1978. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1979. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  1980. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  1981. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  1982. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `GetFileExtension(char const*)':
  1983. ....../PoissonRecon/Src/CmdLineParser.inl:195: undefined reference to `operator new[](unsigned long)'
  1984. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:201: undefined reference to `operator delete[](void*)'
  1985. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:202: undefined reference to `operator new[](unsigned long)'
  1986. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:207: undefined reference to `operator delete[](void*)'
  1987. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WritePoints<VertexFactory::NormalFactory<float, 3u> >(char const*, int, VertexFactory::NormalFactory<float, 3u>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::NormalFactory<float, 3u> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::NormalFactory<float, 3u> >::VertexType> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  1988. ....../PoissonRecon/Src/ChunkPLY.cpp:145: undefined reference to `operator new(unsigned long)'
  1989. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:144: undefined reference to `operator new(unsigned long)'
  1990. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:143: undefined reference to `operator new(unsigned long)'
  1991. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:143: undefined reference to `operator delete(void*, unsigned long)'
  1992. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:145: undefined reference to `operator delete(void*, unsigned long)'
  1993. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:149: undefined reference to `operator delete[](void*)'
  1994. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  1995. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  1996. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  1997. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1998. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  1999. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2000. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2001. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2002. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2003. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  2004. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  2005. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag)':
  2006. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  2007. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  2008. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2009. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2010. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2011. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2012. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  2013. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  2014. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  2015. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2016. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2017. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2018. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  2019. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  2020. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  2021. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  2022. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2023. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::allocate(unsigned long, void const*)':
  2024. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2025. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > >::_M_check_len(unsigned long, char const*) const':
  2026. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2027. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >*, unsigned long)':
  2028. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2029. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > >::allocate(unsigned long, void const*)':
  2030. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2031. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, EmptyVectorType<float> > > >::_M_check_len(unsigned long, char const*) const':
  2032. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2033. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, unsigned long long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, unsigned long long)':
  2034. ....../PoissonRecon/Src/MyMiscellany.h:161: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()'
  2035. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  2036. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2037. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  2038. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2039. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  2040. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2041. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  2042. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2043. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, unsigned long long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, unsigned long long)':
  2044. ....../PoissonRecon/Src/MyMiscellany.h:164: undefined reference to `std::ostream::operator<<(int)'
  2045. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  2046. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2047. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  2048. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  2049. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  2050. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  2051. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  2052. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2053. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2054. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2055. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2056. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2057. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  2058. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  2059. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  2060. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  2061. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  2062. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  2063. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2064. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2065. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2066. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2067. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2068. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ostream:616: more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
  2069. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ostream::operator<<(unsigned long long)':
  2070. /usr/include/c++/11/ostream:206: undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long long>(unsigned long long)'
  2071. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)':
  2072. /usr/include/c++/11/bits/basic_string.h:1960: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
  2073. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()':
  2074. /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >'
  2075. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  2076. /usr/bin/ld: /usr/include/c++/11/sstream:1055: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  2077. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2078. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2079. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_streambuf<char, std::char_traits<char> >::~basic_streambuf()':
  2080. /usr/include/c++/11/streambuf:203: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >'
  2081. /usr/bin/ld: /usr/include/c++/11/streambuf:203: undefined reference to `std::locale::~locale()'
  2082. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  2083. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  2084. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  2085. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  2086. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  2087. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >'
  2088. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()':
  2089. /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  2090. /usr/bin/ld: /usr/include/c++/11/istream:922: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  2091. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >::~basic_ostream()':
  2092. /usr/include/c++/11/ostream:93: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  2093. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_istream<char, std::char_traits<char> >::~basic_istream()':
  2094. /usr/include/c++/11/istream:104: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >'
  2095. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::~basic_ios()':
  2096. /usr/include/c++/11/bits/basic_ios.h:282: undefined reference to `std::ios_base::~ios_base()'
  2097. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  2098. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  2099. /usr/bin/ld: /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  2100. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ios<char, std::char_traits<char> >::setstate(std::_Ios_Iostate)':
  2101. /usr/include/c++/11/bits/basic_ios.h:158: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)'
  2102. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  2103. /usr/include/c++/11/bits/basic_string.h:1387: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  2104. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)':
  2105. /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2106. /usr/bin/ld: /usr/include/c++/11/ostream:616: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2107. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  2108. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  2109. /usr/bin/ld: /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  2110. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2111. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2112. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > MKExceptions::MakeMessageString<char const*, unsigned long long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, char const*, unsigned long long)':
  2113. ....../PoissonRecon/Src/MyMiscellany.h:175: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()'
  2114. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  2115. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  2116. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2117. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2118. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2119. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2120. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2121. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2122. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2123. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2124. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  2125. /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::cerr'
  2126. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6536: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
  2127. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  2128. /usr/include/c++/11/ostream:685: undefined reference to `std::ostream::put(char)'
  2129. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::flush<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)':
  2130. /usr/include/c++/11/ostream:707: undefined reference to `std::ostream::flush()'
  2131. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2132. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2133. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2134. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2135. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2136. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char>::widen(char) const':
  2137. /usr/include/c++/11/bits/locale_facets.h:879: undefined reference to `std::ctype<char>::_M_widen_init() const'
  2138. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  2139. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  2140. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::ctype<char> const& std::__check_facet<std::ctype<char> >(std::ctype<char> const*)':
  2141. /usr/include/c++/11/bits/basic_ios.h:50: undefined reference to `std::__throw_bad_cast()'
  2142. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  2143. /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  2144. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2145. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2146. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2147. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2148. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2149. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned int>::deallocate(unsigned int*, unsigned long)':
  2150. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2151. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned int>::allocate(unsigned long, void const*)':
  2152. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2153. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<unsigned int, std::allocator<unsigned int> >::_M_check_len(unsigned long, char const*) const':
  2154. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2155. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<int>::deallocate(int*, unsigned long)':
  2156. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2157. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<int>::allocate(unsigned long, void const*)':
  2158. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2159. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<int, std::allocator<int> >::_M_check_len(unsigned long, char const*) const':
  2160. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2161. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > >*, unsigned long)':
  2162. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2163. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  2164. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2165. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  2166. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2167. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > >*, unsigned long)':
  2168. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2169. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  2170. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2171. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u>, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  2172. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2173. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  2174. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2175. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  2176. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2177. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  2178. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2179. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  2180. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2181. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  2182. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2183. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  2184. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2185. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, float> >::deallocate(VectorTypeUnion<float, Point<float, 3u>, float>*, unsigned long)':
  2186. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2187. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, float> >::allocate(unsigned long, void const*)':
  2188. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2189. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, float>, std::allocator<VectorTypeUnion<float, Point<float, 3u>, float> > >::_M_check_len(unsigned long, char const*) const':
  2190. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2191. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, float> >::deallocate(VectorTypeUnion<float, Point<float, 3u>, float>*, unsigned long)':
  2192. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2193. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, float> >::allocate(unsigned long, void const*)':
  2194. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2195. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, float>, std::allocator<VectorTypeUnion<float, Point<float, 3u>, float> > >::_M_check_len(unsigned long, char const*) const':
  2196. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2197. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >*, unsigned long)':
  2198. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2199. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  2200. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2201. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  2202. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2203. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >*, unsigned long)':
  2204. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2205. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::allocate(unsigned long, void const*)':
  2206. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2207. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > > >::_M_check_len(unsigned long, char const*) const':
  2208. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2209. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >*, unsigned long)':
  2210. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2211. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::allocate(unsigned long, void const*)':
  2212. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2213. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::_M_check_len(unsigned long, char const*) const':
  2214. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2215. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >*, unsigned long)':
  2216. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2217. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > >::allocate(unsigned long, void const*)':
  2218. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2219. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> >, std::allocator<VectorTypeUnion<float, Point<float, 3u>, Point<float, 3u> > > >::_M_check_len(unsigned long, char const*) const':
  2220. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2221. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  2222. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2223. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::allocate(unsigned long, void const*)':
  2224. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2225. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >::_M_check_len(unsigned long, char const*) const':
  2226. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2227. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::deallocate(long long*, unsigned long)':
  2228. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2229. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  2230. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2231. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<long long, std::allocator<long long> >::_M_check_len(unsigned long, char const*) const':
  2232. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2233. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2234. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2235. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2236. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2237. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2238. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2239. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2240. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  2241. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  2242. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >, int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> > const&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2243. ....../PoissonRecon/Src/Ply.inl:297: undefined reference to `operator delete[](void*)'
  2244. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:303: undefined reference to `operator new[](unsigned long)'
  2245. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:310: undefined reference to `operator delete[](void*)'
  2246. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `operator new[](unsigned long)'
  2247. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:320: undefined reference to `operator delete(void*, unsigned long)'
  2248. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:319: undefined reference to `operator delete[](void*)'
  2249. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2250. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2251. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2252. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >, int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> > const&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2253. ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `__cxa_throw_bad_array_new_length'
  2254. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2255. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2256. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2257. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2258. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2259. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2260. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2261. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  2262. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  2263. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >, unsigned int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> > const&, std::vector<std::vector<unsigned int, std::allocator<unsigned int> >, std::allocator<std::vector<unsigned int, std::allocator<unsigned int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2264. ....../PoissonRecon/Src/Ply.inl:297: undefined reference to `operator delete[](void*)'
  2265. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:303: undefined reference to `operator new[](unsigned long)'
  2266. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:310: undefined reference to `operator delete[](void*)'
  2267. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `operator new[](unsigned long)'
  2268. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:320: undefined reference to `operator delete(void*, unsigned long)'
  2269. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:319: undefined reference to `operator delete[](void*)'
  2270. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2271. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2272. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2273. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >, unsigned int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::EmptyFactory<float> >::VertexType> > const&, std::vector<std::vector<unsigned int, std::allocator<unsigned int> >, std::allocator<std::vector<unsigned int, std::allocator<unsigned int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2274. ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `__cxa_throw_bad_array_new_length'
  2275. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2276. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2277. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2278. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::allocate(unsigned long, void const*)':
  2279. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2280. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2281. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2282. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2283. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2284. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2285. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2286. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2287. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  2288. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  2289. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* std::__uninitialized_copy<false>::__uninit_copy<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)':
  2290. /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_begin_catch'
  2291. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:98: undefined reference to `__cxa_rethrow'
  2292. /usr/bin/ld: /usr/include/c++/11/bits/stl_uninitialized.h:95: undefined reference to `__cxa_end_catch'
  2293. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::deallocate(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long)':
  2294. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2295. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2296. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2297. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2298. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2299. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2300. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2301. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WritePoints<VertexFactory::DynamicFactory<float> >(char const*, int, VertexFactory::DynamicFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2302. ....../PoissonRecon/Src/ChunkPLY.cpp:145: undefined reference to `operator new(unsigned long)'
  2303. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:149: undefined reference to `operator delete[](void*)'
  2304. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2305. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2306. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WritePoints<VertexFactory::DynamicFactory<float> >(char const*, int, VertexFactory::DynamicFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2307. ....../PoissonRecon/Src/ChunkPLY.cpp:144: undefined reference to `operator new(unsigned long)'
  2308. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:143: undefined reference to `operator new(unsigned long)'
  2309. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:143: undefined reference to `operator delete(void*, unsigned long)'
  2310. /usr/bin/ld: ....../PoissonRecon/Src/ChunkPLY.cpp:145: undefined reference to `operator delete(void*, unsigned long)'
  2311. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk> >::deallocate(std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::TypeOnDisk>*, unsigned long)':
  2312. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2313. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2314. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2315. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2316. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2317. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  2318. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  2319. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >, int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType> > const&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2320. ....../PoissonRecon/Src/Ply.inl:297: undefined reference to `operator delete[](void*)'
  2321. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:303: undefined reference to `operator new[](unsigned long)'
  2322. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:310: undefined reference to `operator delete[](void*)'
  2323. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `operator new[](unsigned long)'
  2324. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:320: undefined reference to `operator delete(void*, unsigned long)'
  2325. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:319: undefined reference to `operator delete[](void*)'
  2326. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2327. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2328. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2329. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2330. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2331. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >, int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType> > const&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2332. ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `__cxa_throw_bad_array_new_length'
  2333. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2334. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2335. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2336. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2337. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2338. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2339. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2340. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  2341. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  2342. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >, unsigned int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType> > const&, std::vector<std::vector<unsigned int, std::allocator<unsigned int> >, std::allocator<std::vector<unsigned int, std::allocator<unsigned int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2343. ....../PoissonRecon/Src/Ply.inl:297: undefined reference to `operator delete[](void*)'
  2344. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:303: undefined reference to `operator new[](unsigned long)'
  2345. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:310: undefined reference to `operator delete[](void*)'
  2346. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `operator new[](unsigned long)'
  2347. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:320: undefined reference to `operator delete(void*, unsigned long)'
  2348. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:319: undefined reference to `operator delete[](void*)'
  2349. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2350. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2351. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2352. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2353. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2354. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >, unsigned int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType> > const&, std::vector<std::vector<unsigned int, std::allocator<unsigned int> >, std::allocator<std::vector<unsigned int, std::allocator<unsigned int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2355. ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `__cxa_throw_bad_array_new_length'
  2356. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void WriteMesh<VertexFactory::DynamicFactory<float> >(char const*, int, VertexFactory::DynamicFactory<float>, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::DynamicFactory<float> >::VertexType> > const&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2357. ....../PoissonRecon/Src/ChunkPLY.cpp:162: undefined reference to `operator delete[](void*)'
  2358. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2359. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2360. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<unsigned int>::deallocate(unsigned int*, unsigned long)':
  2361. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2362. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<unsigned int, std::allocator<unsigned int> > >::deallocate(std::vector<unsigned int, std::allocator<unsigned int> >*, unsigned long)':
  2363. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2364. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2365. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2366. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<int, std::allocator<int> > >::allocate(unsigned long, void const*)':
  2367. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2368. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<unsigned int, std::allocator<unsigned int> > >::allocate(unsigned long, void const*)':
  2369. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2370. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >::_M_check_len(unsigned long, char const*) const':
  2371. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2372. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `std::vector<std::vector<unsigned int, std::allocator<unsigned int> >, std::allocator<std::vector<unsigned int, std::allocator<unsigned int> > > >::_M_check_len(unsigned long, char const*) const':
  2373. /usr/include/c++/11/bits/stl_vector.h:1759: undefined reference to `std::__throw_length_error(char const*)'
  2374. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2375. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2376. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2377. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `GetFileExtension(char const*)':
  2378. ....../PoissonRecon/Src/CmdLineParser.inl:195: undefined reference to `operator new[](unsigned long)'
  2379. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:201: undefined reference to `operator delete[](void*)'
  2380. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:202: undefined reference to `operator new[](unsigned long)'
  2381. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:207: undefined reference to `operator delete[](void*)'
  2382. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >(char* const*, unsigned int, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> >, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  2383. ....../PoissonRecon/Src/ChunkPLY.cpp:103: undefined reference to `operator new(unsigned long)'
  2384. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2385. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2386. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >(char* const*, unsigned int, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> >, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  2387. ....../PoissonRecon/Src/ChunkPLY.cpp:117: undefined reference to `operator delete[](void*)'
  2388. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::deallocate(long long*, unsigned long)':
  2389. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2390. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  2391. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2392. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  2393. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2394. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  2395. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2396. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >(char* const*, unsigned int, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> >, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  2397. ....../PoissonRecon/Src/ChunkPLY.cpp:104: undefined reference to `operator new(unsigned long)'
  2398. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  2399. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  2400. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  2401. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  2402. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  2403. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  2404. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2405. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2406. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  2407. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2408. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::ReadPolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >, long long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, bool*)':
  2409. ....../PoissonRecon/Src/Ply.inl:255: undefined reference to `operator delete(void*, unsigned long)'
  2410. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2411. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2412. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2413. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2414. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  2415. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  2416. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  2417. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2418. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2419. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2420. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2421. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  2422. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2423. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >(char* const*, unsigned int, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> >, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::RGBColorFactory<float> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  2424. ....../PoissonRecon/Src/ChunkPLY.cpp:104: undefined reference to `operator delete(void*, unsigned long)'
  2425. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `GetFileExtension(char const*)':
  2426. ....../PoissonRecon/Src/CmdLineParser.inl:195: undefined reference to `operator new[](unsigned long)'
  2427. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:201: undefined reference to `operator delete[](void*)'
  2428. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:202: undefined reference to `operator new[](unsigned long)'
  2429. /usr/bin/ld: ....../PoissonRecon/Src/CmdLineParser.inl:207: undefined reference to `operator delete[](void*)'
  2430. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >(char* const*, unsigned int, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> >, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  2431. ....../PoissonRecon/Src/ChunkPLY.cpp:103: undefined reference to `operator new(unsigned long)'
  2432. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2433. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2434. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >(char* const*, unsigned int, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> >, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  2435. ....../PoissonRecon/Src/ChunkPLY.cpp:117: undefined reference to `operator delete[](void*)'
  2436. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::deallocate(long long*, unsigned long)':
  2437. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2438. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<std::vector<long long, std::allocator<long long> > >::deallocate(std::vector<long long, std::allocator<long long> >*, unsigned long)':
  2439. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2440. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  2441. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2442. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  2443. /usr/include/c++/11/ext/new_allocator.h:127: undefined reference to `operator new(unsigned long)'
  2444. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >(char* const*, unsigned int, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> >, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  2445. ....../PoissonRecon/Src/ChunkPLY.cpp:104: undefined reference to `operator new(unsigned long)'
  2446. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<long long>::allocate(unsigned long, void const*)':
  2447. /usr/include/c++/11/ext/new_allocator.h:116: undefined reference to `std::__throw_bad_array_new_length()'
  2448. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:117: undefined reference to `std::__throw_bad_alloc()'
  2449. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `bool std::operator==<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)':
  2450. /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  2451. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.h:6250: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const'
  2452. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2453. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2454. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<PlyProperty>::deallocate(PlyProperty*, unsigned long)':
  2455. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2456. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::ReadPolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >, long long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, bool*)':
  2457. ....../PoissonRecon/Src/Ply.inl:255: undefined reference to `operator delete(void*, unsigned long)'
  2458. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2459. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2460. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2461. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2462. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char const*>(char const*, char const*, std::forward_iterator_tag)':
  2463. /usr/include/c++/11/bits/basic_string.tcc:219: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)'
  2464. /usr/bin/ld: /usr/include/c++/11/bits/basic_string.tcc:212: undefined reference to `std::__throw_logic_error(char const*)'
  2465. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2466. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2467. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2468. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2469. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > > >::deallocate(VectorTypeUnion<float, Point<float, 3u>, VectorTypeUnion<float, float, Point<float, 3u> > >*, unsigned long)':
  2470. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2471. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void Read<VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >(char* const*, unsigned int, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> >, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::Factory<float, VertexFactory::ValueFactory<float>, VertexFactory::NormalFactory<float, 3u> > >::VertexType> >&, std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, int&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
  2472. ....../PoissonRecon/Src/ChunkPLY.cpp:104: undefined reference to `operator delete(void*, unsigned long)'
  2473. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2474. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  2475. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  2476. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >, int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >::VertexType> > const&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2477. ....../PoissonRecon/Src/Ply.inl:297: undefined reference to `operator delete[](void*)'
  2478. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:303: undefined reference to `operator new[](unsigned long)'
  2479. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:310: undefined reference to `operator delete[](void*)'
  2480. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `operator new[](unsigned long)'
  2481. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:320: undefined reference to `operator delete(void*, unsigned long)'
  2482. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:319: undefined reference to `operator delete[](void*)'
  2483. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2484. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2485. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2486. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >, int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >::VertexType> > const&, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2487. ....../PoissonRecon/Src/Ply.inl:312: undefined reference to `__cxa_throw_bad_array_new_length'
  2488. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `__gnu_cxx::new_allocator<char>::deallocate(char*, unsigned long)':
  2489. /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2490. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2491. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2492. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2493. /usr/bin/ld: /usr/include/c++/11/ext/new_allocator.h:145: undefined reference to `operator delete(void*, unsigned long)'
  2494. /usr/bin/ld: Bin/Linux/ChunkPLY.o:/usr/include/c++/11/ext/new_allocator.h:145: more undefined references to `operator delete(void*, unsigned long)' follow
  2495. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `char* NewPointer<char>(unsigned long, char const*)':
  2496. ....../PoissonRecon/Src/Array.h:101: undefined reference to `operator new[](unsigned long)'
  2497. /usr/bin/ld: Bin/Linux/ChunkPLY.o: in function `void PLY::WritePolygons<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >, unsigned int, false>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> > const&, std::vector<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >::VertexType, std::allocator<VertexFactory::Factory<float, VertexFactory::PositionFactory<float, 3u>, VertexFactory::RGBColorFactory<float> >::VertexType> > const&, std::vector<std::vector<unsigned int, std::allocator<unsigned int> >, std::allocator<std::vector<unsigned int, std::allocator<unsigned int> > > > const&, int, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)':
  2498. ....../PoissonRecon/Src/Ply.inl:297: undefined reference to `operator delete[](void*)'
  2499. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:303: undefined reference to `operator new[](unsigned long)'
  2500. /usr/bin/ld: ....../PoissonRecon/Src/Ply.inl:310: undefined reference to `operator delete[](void*)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement