Skip to content

Latest commit

 

History

History
614 lines (614 loc) · 75.5 KB

comperr_with-stdlib=libstdc++_flag.md

File metadata and controls

614 lines (614 loc) · 75.5 KB
marcel@ubuntu:~/Documents/libtorch_cross_test/build$ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/qnx_7.0.0_linux_x86_64.cmake ..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /home/marcel/qnx700/host/linux/x86_64/usr/bin/ntox86_64-gcc
-- Check for working C compiler: /home/marcel/qnx700/host/linux/x86_64/usr/bin/ntox86_64-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/marcel/qnx700/host/linux/x86_64/usr/bin/ntox86_64-c++
-- Check for working CXX compiler: /home/marcel/qnx700/host/linux/x86_64/usr/bin/ntox86_64-c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- Found torch: /home/marcel/Documents/libs/libtorch/lib/libtorch.so  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/marcel/Documents/libtorch_cross_test/build
marcel@ubuntu:~/Documents/libtorch_cross_test/build$ make
Scanning dependencies of target example-app
[ 50%] Building CXX object CMakeFiles/example-app.dir/main.cpp.o
[100%] Linking CXX executable example-app
/home/marcel/qnx700/host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx7.0.0-ld: warning: libm.so.6, needed by /home/marcel/Documents/libs/libtorch/lib/libc10.so, not found (try using -rpath or -rpath-link)
/home/marcel/qnx700/host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx7.0.0-ld: warning: libgcc_s.so.1, needed by /home/marcel/Documents/libs/libtorch/lib/libc10.so, not found (try using -rpath or -rpath-link)
/home/marcel/qnx700/host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx7.0.0-ld: warning: libpthread.so.0, needed by /home/marcel/Documents/libs/libtorch/lib/libc10.so, not found (try using -rpath or -rpath-link)
/home/marcel/qnx700/host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx7.0.0-ld: warning: libc.so.6, needed by /home/marcel/Documents/libs/libtorch/lib/libc10.so, not found (try using -rpath or -rpath-link)
/home/marcel/qnx700/host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx7.0.0-ld: warning: ld-linux-x86-64.so.2, needed by /home/marcel/Documents/libs/libtorch/lib/libc10.so, not found (try using -rpath or -rpath-link)
/home/marcel/qnx700/host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx7.0.0-ld: warning: librt.so.1, needed by /home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so, not found (try using -rpath or -rpath-link)
/home/marcel/qnx700/host/linux/x86_64/usr/bin/x86_64-pc-nto-qnx7.0.0-ld: warning: libdl.so.2, needed by /home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so, not found (try using -rpath or -rpath-link)
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vtable for std::basic_ifstream<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sigfillset@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fedisableexcept@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ccosh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `operator new(unsigned long)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ctanf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long long>(unsigned long long)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vtable for std::basic_ofstream<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::runtime_error::what() const@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `clock_getres@GLIBC_2.17'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `nanosleep@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `asinf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `typeinfo for std::exception@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fmin@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__future_base::_Result_base::_Result_base()@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `unlink@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `epoll_create@GLIBC_2.3.2'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `csinhf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__exception_ptr::exception_ptr::operator=(std::__exception_ptr::exception_ptr const&)@CXXABI_1.3.3'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `__vfprintf_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `dlopen@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fmodf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ctan@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_invalid_argument(char const*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `lseek64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::ostream::seekp(std::fpos<__mbstate_t>)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_begin_catch@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream& std::ostream::_M_insert<bool>(bool)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ceil@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `operator delete[](void*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream::seekg(long, std::_Ios_Seekdir)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(unsigned long, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ccosf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `expm1@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `mprotect@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::basic_ofstream(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::_Ios_Openmode)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__once_proxy@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_getaffinity_np@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `snprintf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__popcountdi2@GCC_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_length_error(char const*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `log10@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_cond_signal@GLIBC_2.3.2'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `expm1f@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__detail::_Prime_rehash_policy::_M_need_rehash(unsigned long, unsigned long, unsigned long) const@GLIBCXX_3.4.18'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fputc@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::cerr@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_bad_alloc()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__exception_ptr::exception_ptr::exception_ptr()@CXXABI_1.3.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sinf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `munmap@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for std::bad_alloc@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strpbrk@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strchr@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pow@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream::ignore(long)@GLIBCXX_3.4.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_not_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*, unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `floorf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::current_exception()@CXXABI_1.3.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `lrint@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `stderr@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for __cxxabiv1::__function_type_info@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `VTT for std::basic_ifstream<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::bad_alloc::~bad_alloc()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream::put(char)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream::flush()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `strcasecmp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `posix_memalign@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(char const*)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `__strdup@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::logic_error::logic_error(char const*)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `tanhf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `tolower@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `nearbyint@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream(std::_Ios_Openmode)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `csqrt@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `nexttoward@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `frexp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ctanh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__exception_ptr::exception_ptr::exception_ptr(std::__exception_ptr::exception_ptr const&)@CXXABI_1.3.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__printf_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ccoshf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::close()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_attr_setstacksize@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `getsockname@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `memcpy@GLIBC_2.14'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream& std::istream::_M_extract<float>(float&)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for __cxxabiv1::__pointer_type_info@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `typeinfo for std::bad_alloc@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `getenv@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__cxa_bad_cast@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `strncasecmp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `setsockopt@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_cond_wait@GLIBC_2.3.2'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_mutex_lock@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `calloc@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_erase(unsigned long, unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__udivti3@GCC_3.0'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for long@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strtoul@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sincos@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vtable for std::basic_filebuf<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `log2f@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__dynamic_cast@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `stdout@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `writev@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `feof@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fgets@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_setspecific@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::collate<char> const& std::use_facet<std::__cxx11::collate<char> >(std::locale const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `strtoll@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `powl@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `atan2f@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `abort@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream(std::_Ios_Openmode)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__snprintf_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_mutex_init@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__basic_file<char>::is_open() const@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `difftime@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_attr_getstacksize@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sinh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ftello64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `getpagesize@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `backtrace@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `lldiv@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fseek@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_not_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: 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&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_fstream<char, std::char_traits<char> >::basic_fstream(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::_Ios_Openmode)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__tls_get_addr@GLIBC_2.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `clogf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for bool@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `strtol@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `memchr@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cacos@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `mkstemps64@GLIBC_2.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__atomic_futex_unsigned_base::_M_futex_notify_all(unsigned int*)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sqrtf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `lgammaf@GLIBC_2.23'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `bind@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `remainder@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__detail::_Prime_rehash_policy::_M_next_bkt(unsigned long) const@GLIBCXX_3.4.18'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__exception_ptr::exception_ptr::~exception_ptr()@CXXABI_1.3.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `open@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__memmove_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `__ctype_b_loc@GLIBC_2.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `setenv@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `mmap@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `clock_gettime@GLIBC_2.17'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::nothrow@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `gethostname@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__errno_location@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `mmap64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for std::__future_base::_Result_base@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_attr_setaffinity_np@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fputs@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `erf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cabsf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, std::allocator<char> >(std::basic_istream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `catan@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `operator delete(void*, std::nothrow_t const&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vfprintf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `connect@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__fxstat64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__future_base::_Result_base::~_Result_base()@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::logic_error::~logic_error()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strstr@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `pthread_setname_np@GLIBC_2.12'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::rfind(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::cout@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::append(char const*)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::locale::~locale()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `malloc@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `epoll_ctl@GLIBC_2.3.2'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::runtime_error::runtime_error(std::runtime_error const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ios_base::~ios_base()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `_Unwind_GetIP@GCC_3.0'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `readdir@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `atan2@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::logic_error::logic_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `syscall@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__exception_ptr::operator==(std::__exception_ptr::exception_ptr const&, std::__exception_ptr::exception_ptr const&)@CXXABI_1.3.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `VTT for std::basic_fstream<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_guard_abort@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::open(char const*, std::_Ios_Openmode)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream::seekg(std::fpos<__mbstate_t>)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fmaf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sleep@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `close@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `csin@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `csinf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `atan@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::basic_ofstream()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `modf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_attr_destroy@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_attr_setdetachstate@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__detail::_List_node_base::swap(std::__detail::_List_node_base&, std::__detail::_List_node_base&)@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ftruncate@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream& std::istream::_M_extract<unsigned int>(unsigned int&)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ccos@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `strlen@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::close()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `readdir64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `dlclose@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sinhf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `system@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `feclearexcept@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `setvbuf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fopen@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream::read(char*, long)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `floor@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream& std::ostream::_M_insert<long>(long)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `isxdigit@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `_Unwind_Resume@GCC_3.0'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `nearbyintf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strcpy@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `localtime_r@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ios_base::ios_base()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vtable for std::future_error@GLIBCXX_3.4.14'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `csinh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::out_of_range::~out_of_range()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__mulsc3@GCC_4.0.0'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::runtime_error::runtime_error(char const*)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for unsigned char@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::future_error::~future_error()@GLIBCXX_3.4.14'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::rfind(char, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `acosh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::random_device::_M_fini()@GLIBCXX_3.4.18'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `pthread_create@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_free_exception@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strtoull@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `tanf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `typeinfo for std::runtime_error@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct(unsigned long, char)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cosh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strncpy@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for std::ostream@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::locale::id::_M_id() const@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fread@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `newlocale@GLIBC_2.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `printf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__throw_regex_error(std::regex_constants::error_type)@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fclose@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `powf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::random_device::_M_getval()@GLIBCXX_3.4.18'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `raise@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `tanh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__gxx_personality_v0@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `islower@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `expf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::thread::join()@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `usleep@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream::operator>>(int&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `casinf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `isspace@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sysconf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for std::bad_weak_ptr@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `log1p@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fetestexcept@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_guard_acquire@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::invalid_argument::invalid_argument(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ispunct@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::logic_error::logic_error(std::logic_error const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vtable for std::basic_fstream<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `gettimeofday@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `accept@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_demangle@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fwrite@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream& std::istream::_M_extract<unsigned long>(unsigned long&)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::condition_variable::notify_one()@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sincosf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `log2@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `typeinfo for std::bad_function_call@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fopen64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::exception::~exception()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ioctl@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `catgets@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sched_yield@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strtof@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `getcwd@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `coshf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::bad_weak_ptr::~bad_weak_ptr()@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `readlink@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream::tellg()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::ostream::tellp()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `erfc@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cexpf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `typeinfo for std::logic_error@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `opendir@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_throw@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(unsigned long, unsigned long, char const*) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `modff@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cacosf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_key_create@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::logic_error::logic_error(char const*)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `VTT for std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream& std::ostream::_M_insert<void const*>(void const*)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vsnprintf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: 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)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::random_device::_M_init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::runtime_error::runtime_error(char const*)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `acosf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for std::invalid_argument@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sigemptyset@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ceilf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `erfcf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for __cxxabiv1::__forced_unwind@CXXABI_1.3.2'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cos@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ios_base::Init::~Init()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::runtime_error::~runtime_error()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__divsc3@GCC_4.0.0'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_key_delete@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `__sched_cpucount@GLIBC_2.6'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `shm_unlink@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strftime@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_not_of(char, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `catopen@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::out_of_range::out_of_range(char const*)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::resize(unsigned long, char)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base const*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__throw_future_error(int)@GLIBCXX_3.4.14'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_logic_error(char const*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_mutex_destroy@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `isupper@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `dladdr@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `free@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `popen@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_atexit@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::locale::operator=(std::locale const&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cpow@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `logf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::push_back(char)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `tgamma@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cosf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `realloc@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `rand@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `nexttowardf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `atanh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__register_atfork@GLIBC_2.3.2'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::~basic_ofstream()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sin@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `getsockopt@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `log10f@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `open64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::rethrow_exception(std::__exception_ptr::exception_ptr)@CXXABI_1.3.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vsscanf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__realpath_chk@GLIBC_2.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `isalpha@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `__getdelim@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `srand@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `dlsym@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::_Ios_Openmode)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long, std::ratio<1l, 1l> >, std::chrono::duration<long, std::ratio<1l, 1000000000l> >)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `feenableexcept@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::logic_error::~logic_error()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sqrt@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `strerror@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `casin@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for double@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `recv@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `memcmp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream& std::istream::_M_extract<long>(long&)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vfscanf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::ostream::write(char const*, long)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fgetc@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_out_of_range(char const*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_istringstream()@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `operator new(unsigned long, std::nothrow_t const&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__basic_file<char>::~__basic_file()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ctanhf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `listen@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `getloadavg@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__once_call@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pclose@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `toupper@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for std::ctype<char>@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `lrintf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vtable for std::bad_weak_ptr@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `acos@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__once_callable@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream& std::ostream::_M_insert<double>(double)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for std::future_error@GLIBCXX_3.4.14'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cpowf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::invalid_argument::~invalid_argument()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `operator new[](unsigned long)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::istream& std::istream::_M_extract<bool>(bool&)@GLIBCXX_3.4.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `log1pf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_attr_init@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_once@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_bad_cast()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sscanf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for std::locale::facet@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `exp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `getaddrinfo@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `closedir@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `VTT for std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `backtrace_symbols@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `memset@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `tan@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__divdc3@GCC_4.0.0'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `asin@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `qsort@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__muldc3@GCC_4.0.0'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fscanf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `clock_gettime@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ftruncate64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_mutex_unlock@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fmaxf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::thread::hardware_concurrency()@GLIBCXX_3.4.17'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `dlerror@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `remainderf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strncmp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fmax@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cabs@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sigaction@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `cexp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `clog@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_allocate_exception@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <double, char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::complex<double> const&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ios<char, std::char_traits<char> >::copyfmt(std::basic_ios<char, std::char_traits<char> > const&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fminf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: 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)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >::basic_istringstream(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::_Ios_Openmode)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `socket@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::_Ios_Openmode)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__exception_ptr::operator!=(std::__exception_ptr::exception_ptr const&, std::__exception_ptr::exception_ptr const&)@CXXABI_1.3.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__cxa_thread_atexit@CXXABI_1.3.7'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::thread::_M_start_thread(std::shared_ptr<std::thread::_Impl_base>, void (*)())@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `atanf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `asinh@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `vtable for std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__vsnprintf_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_guard_release@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_join@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_rethrow@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `epoll_wait@GLIBC_2.3.2'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::terminate()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fflush@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fmod@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::runtime_error::~runtime_error()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `getifaddrs@GLIBC_2.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `mkdir@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `__cxa_end_catch@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `memmove@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::out_of_range::out_of_range(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `write@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `freeifaddrs@GLIBC_2.3'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `pthread_self@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `VTT for std::basic_ofstream<char, std::char_traits<char> >@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::thread::detach()@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strcmp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::locale::locale(std::locale const&)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fdopen@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream::operator<<(short)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `rename@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `exit@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fcntl@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `erff@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ungetc@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `log@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_sync(char*, unsigned long, unsigned long)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__memcpy_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for char@CXXABI_1.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::npos@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ios_base::Init::Init()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::logic_error::what() const@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::_Hash_bytes(void const*, unsigned long, unsigned long)@CXXABI_1.3.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__detail::_List_node_base::_M_transfer(std::__detail::_List_node_base*, std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `shm_open@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fma@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `typeinfo for std::out_of_range@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `__assert_fail@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_not_of(char, unsigned long) const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::logic_error::logic_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `strtod_l@GLIBC_2.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::basic_filebuf()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `csqrtf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ostream::operator<<(int)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `getpeername@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `__ctype_tolower_loc@GLIBC_2.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `time@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `isdigit@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `lseek@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `catanf@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `__memset_chk@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `perror@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `getpid@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::locale::locale()@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `isalnum@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `pthread_getspecific@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::basic_istream<char, std::char_traits<char> >& std::getline<char, std::char_traits<char>, std::allocator<char> >(std::basic_istream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, char)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `inet_ntop@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `strtod@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::ctype<char>::_M_widen_init() const@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::ctype<char>::id@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `sched_getcpu@GLIBC_2.6'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: 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*)@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::future_category()@GLIBCXX_3.4.15'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::swap(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `_Unwind_Backtrace@GCC_3.3'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `freeaddrinfo@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `lgamma@GLIBC_2.23'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.11'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `fseeko64@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::exception::what() const@GLIBCXX_3.4'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const@GLIBCXX_3.4.21'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `read@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libc10.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_exit@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `ldexp@GLIBC_2.2.5'
/home/marcel/Documents/libs/libtorch/lib/libgomp-75eea7e8.so.1: undefined reference to `pthread_setaffinity_np@GLIBC_2.3.4'
/home/marcel/Documents/libs/libtorch/lib/libtorch_cpu.so: undefined reference to `std::__exception_ptr::exception_ptr::swap(std::__exception_ptr::exception_ptr&)@CXXABI_1.3.3'
collect2: error: ld returned 1 exit status
CMakeFiles/example-app.dir/build.make:97: recipe for target 'example-app' failed
make[2]: *** [example-app] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/example-app.dir/all' failed
make[1]: *** [CMakeFiles/example-app.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2